Skip to main content
Participant
March 16, 2017
Answered

Review area of each quiz slide - Captivate 9

  • March 16, 2017
  • 2 replies
  • 1436 views

How can I add text to the Review area of a quiz slide so that when a student is reviewing their responses they can read specific feedback for that question i.e. it's different for each slide? Thanks

    This topic has been closed for replies.
    Correct answer Lilybiri

    Sorry, but the Review area on quiz slides is a 'left-over' from former versions where that area was used to indicate the correct and given answers. Since several versions that has been replaced by checkmarks. Review area is only used to indicate skipped questions, and also on the Score slide, no longer on the quiz slides.

    If you want to give feedback during Review, you'll have to create custom text messages, initially hidden, then add a conditional action On Enter that checks the value of the quizzing system variable cpInReviewMode. More info about quizzing system vars: Using Quizzing System Variables - Captivate blog

    2 replies

    Participant
    May 9, 2017

    Hello, i need help how do i do that ?


    There's a system variable cpInReviewMode that will be set to 1 when the Captivate quiz is being reviewed by the learner at runtime.  You can easily use this system variable in a Conditional Action on each quiz slide to SHOW custom feedback captions in review mode only.

    Lilybiri
    LilybiriCorrect answer
    Legend
    March 16, 2017

    Sorry, but the Review area on quiz slides is a 'left-over' from former versions where that area was used to indicate the correct and given answers. Since several versions that has been replaced by checkmarks. Review area is only used to indicate skipped questions, and also on the Score slide, no longer on the quiz slides.

    If you want to give feedback during Review, you'll have to create custom text messages, initially hidden, then add a conditional action On Enter that checks the value of the quizzing system variable cpInReviewMode. More info about quizzing system vars: Using Quizzing System Variables - Captivate blog

    Participant
    March 16, 2017

    Thanks for the quick response. Your answer means I'll stop looking for ways to use this area. Shame, I could see how this feature could be useful.

    RodWard
    Community Expert
    Community Expert
    March 16, 2017

    There's a system variable cpInReviewMode that will be set to 1 when the Captivate quiz is being reviewed by the learner at runtime.  You can easily use this system variable in a Conditional Action on each quiz slide to SHOW custom feedback captions in review mode only.