Lilybiri,
Thank you for your reply.
When the student reviews the whole quiz I want them to see written feedback on their responses at that point (and not before). In other words, when the student reviews the quiz, I want them to see (for each question) not only which response they made and which was correct but also (if the response was incorrect) an explanation of why the incorrect response was incorrect.
I tried your methods but all the student sees when they review the quiz are ticks (to indicate correct responses) and crosses (for incorrect responses). This is not sufficient for my needs.
Could you please advise whether Captivate offers some means of achieving what I want.
Regards,
Grant
So I understood what you wanted? Did you use one of the scenarios to have the feedback not showing up immediately? My methods only explained how to 'hide' the immediate feedback.
This 'new' question: yes, can be done but you'll have to use shared (or advanced) actions to trigger by the On Enter event for each quiz slide. It will be a lot of work, since you'll have to store the given answer (at least for wrong answers) for each question slide in a user variable. That answer will be in the quizzing system variable cpQuizInfoAnswerChoice but that is a reused system variable. You have to prepare different feedback text containers (for each possible situation) that are initially hidden, but shown on the Quiz slide when in Review mode. That can be done with a conditional action checking the system variable cpInReviewMode (Boolean, is set to 1 when in Review mode).