Copy link to clipboard
Copied
When a quiz is completed and the student selects to review the quiz we would like to put in a specific statement for each of the questions as it's reviewed. On this particular project we'd want the response only on questions they got correct. Future quizzes we will probably want responses for both.
Copy link to clipboard
Copied
To pull this off you will need to have a solid understanding of how to use Captivate's Variables and Conditional Advanced Actions.
You can use the System Variable cpInReviewMode to detect when the user is viewing quiz slides in Review, and then use this in Conditional Actions to SHOW hidden text captions or Smart Shapes on the quiz slides.
However, if you only want to show that information on quiz questions the user got correct (and not all quiz questions) then that will add another couple of layers of difficulty because you also then need to have a user variable for each and every quiz question to track whether the user got them correct or incorrect and then use THAT data in your Conditions as well. I would suggest that the wise course is just to have the text captions appear on all questions when in Review Mode and then later (if you really need it) try to NOT show the detail on incorrect questions.
Copy link to clipboard
Copied
Susan, maybe you missed these blogs:
http://blog.lilybiri.com/custom-review-text-for-random-questions
It is explained for pool questions, but could be used easily for normal questions.
As for having it limited to correct answered questions, it would need to be combined with what I explained in another blog post. That was for skipping the correct answers, you need to do the opposite. Let me know if you have issues to achieve the combination:
http://blog.lilybiri.com/review-wrong-answers-in-quiz-skip-correct-answers