Skip to main content
Participating Frequently
February 10, 2016
Answered

Delay feedback for multiple choice quiz questions - Captivate 9

  • February 10, 2016
  • 1 reply
  • 772 views

Hello,

In Captivate 9, is there some means of delaying feedback on individual answer responses until the quiz has ended i.e. at the review stage?

The Captivate 9 default is to display feedback for each question immediately after the student has answered the question. This is not appropriate for my needs.

Thank you and regards,

Grant Bailey

This topic has been closed for replies.
Correct answer Lilybiri

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).

1 reply

RodWard
Community Expert
Community Expert
February 10, 2016

Correct and incorrect responses are indicated via icons if the same quiz questions are revisited during Review Mode.

Have you tried turning on Review Mode?

Participating Frequently
February 10, 2016

Yes I have turned on Review Mode but I do not want students to receive feedback on their responses until the quiz has ended. Is it possible to arrange this?

RodWard
Community Expert
Community Expert
February 10, 2016

Users can only invoke Review Mode by clicking the Review Quiz button on the Quiz Results slide that is found after the final quiz question.

If they do so, then they are officially indicating they regard the quiz as ended.  Even if they DO happen to have more attempts they could use, invoking Review Mode cancels all other possible attempts (in that user session).