Copy link to clipboard
Copied
hi,
I have 5 to 6 drag and drop interactions and 10 multiple choice questions as a part of the Quiz. Iam facing two issues currently..
1. When clicked review quiz at the end, the correct answers are not showing for click and drag, where as for multiple choice it is shown, I need the correct answers to be shown for click and drag also.
2. I have placed the questions in between the slides and not at the end. So when review quiz is clicked, it goes to the first question which is click drag and it goes to the inbetween slides also which is a strange thing.whereas the multiple choices are grouped and the inbetween slides are not shown.
what i need is when user clicks review quiz, it shd show all the questions only and the click and drag shd show correct answers.
Pls help me out...
Copy link to clipboard
Copied
Just to clarify the issue here: When you talk about a 'click and drag' question slide, are you talking about what Captivate actually calls a Drag and Drop Interaction slide?
If so, these are not added in the same way as other quiz question slides (e.g. True/False and Multichoice) and are not actually handled in exactly the same way as true quiz question slides. So although you can set these drag and drop slides to have a Success/Fail action and report a score to the quiz, they do not appear in the Quiz Review like other quiz question slides, and (as you have found) they do not remove non-quiz slides when doing a Retake Quiz.
So does that sound like the issue you are facing?
Copy link to clipboard
Copied
hi Rod,
yes its a drag and drop Interaction Slide. And yes you have correctly pointed out what iam saying..
Any possible alternatives?
Copy link to clipboard
Copied
No way to include the Drag and Drop slide in the Quiz Review I'm afraid. Only the Infosemantics Drag and Drop Quiz question widget was able to achieve that. But that's only for SWF output and since Flash is near end of life it's not a recommended solution.
You can use variables and advanced actions to overcome the issue with the navigation during the Retake Quiz.
Copy link to clipboard
Copied
thanks Rod..
navigation during the Retake Quiz? You mean we can skip the slides in between.. How is it possible..
Copy link to clipboard
Copied
No I DID mean for the Retake Quiz. As I understand the need here, you want to Retake the quiz but NOT have the learner see any of the content slides between the Drag and Drop slide in the earlier part of the module and the first real quiz slide. Is that correct?
There is a System Variable called cpQuizInfoAttempts that tracks the number of attempts made on the quiz (during each session). As soon as you begin an attempt on the quiz this variable is incremented to a value of 1, and then again by 1 for each subsequent quiz attempt.
So as soon as you click the Retake quiz button which takes you back to the first scored object in the project, you can check the value of the cpQuizInfoAttempts variable in a Conditional Action or Shared Conditional Action executed ON SLIDE ENTER, and if the variable is greater than 1, set the action to jump to the next slide. This all happens fast enough in most cases that the learner is unaware of the slides being visited.
Copy link to clipboard
Copied
Sorry, Rod, my bad. Must have misunderstood agani. I was focused on the titlle of the thread.
Copy link to clipboard
Copied
You may be correct too. Both REVIEW quiz and RETAKE quiz have been mentioned in these posts so far.
@vanithab70121609: Can you clarify which of these you were really interested in please?
Copy link to clipboard
Copied
Suspect that Rod meant 'during Review', not Retake.
Drag&Drop slides are sort of hybrid quiz slides, can be used both as KC slide and Scored slide, but they do not have the full functionality of the other question types, one of them is missing the Review functionality.
However you can have immediate feedback when using the InBuilt states for D&D objects, did you explore them? Have a look at this blog post:
https://elearning.adobe.com/2017/08/built-in-states-for-dragdrop-objects/
Copy link to clipboard
Copied
This is ONLY an answer to the heading of this thread, which seems later on to have turned to another subject. My apologies for this.
Here is a link to a blog I just posted, explaibing how to mimick the Review behavior of normal quiz slides for a Drag&Drop slide: