Skip to main content
Known Participant
April 15, 2015
Answered

Drag and Drop quiz

  • April 15, 2015
  • 1 reply
  • 1713 views

Hello!

I am making a quiz, and using drag and drop interacations.

I have been able to add the drag and drop to the quiz, but not the way I want.

There is 6 options that needs to be dragged to its corresponding drop point (there are 6 of these aswell).

So A can only be dragged to B, and C can only be dragged to D and so on.

If A is dragged to F but C is dragged to D. The user should still get 1 point for the one that is correct.

But the way it works for me now, is if you do not get everything right, you will not get any points.

Is there a way to fix this?

Thanks in advance!

    This topic has been closed for replies.
    Correct answer Lilybiri

    I thought i wrote it. I must have removed it then. But no, I do not need to report the score to a LMS


    In that case you can create a user variable v_score to store the score. Start with a default value of 0, and for each correct drag&drop act you can increment the variable with a number of points using the object action. The result can easily be inserted in a text container to show to the user.

    You can calculate even the percentage etc. Here is a different topic, where I show how to create intermediate score slides:

    Intermediate Score Slides - Captivate blog

    As for object actions look at: Drag&Drop tips - Captivate blog

    1 reply

    Lilybiri
    Legend
    April 15, 2015

    Sorry, but the D&D interaction has the same design as the question slides (with exception of the MCQ with multiple correct answers) and the interactive learning interactions (like games): score is black/white, no way to have a partial score at least not if you have to transfer the score to a LMS using SCORM.

    If it is a knowledge slide, there is a way with object actions, shared/advanced actions and user variables to create a score that takes into account the number of correct answers (partial scoring).

    Known Participant
    April 15, 2015

    I see.

    Is there a way to add a point to the score with a script?

    If the user drag A to B, X points get added to his quiz score.

    Lilybiri
    Legend
    April 15, 2015

    I would have told you if that was the case. All quizzing system variables are read only! They can be incremented only with the scores you can add to question slides, D&D slide, interactive objects.