Skip to main content
Known Participant
June 24, 2014
Answered

Quiz Review Cp8

  • June 24, 2014
  • 1 reply
  • 365 views

Hello All How do I enter information in the grey shaded review box? Also I don't want to show the "next" whilst the leaner is doing the quiz only the "submit" but once the leaner has finished the quiz I want the leaner to review the quiz and then the "next" button appears for the leaner to move through the quiz, but I can't get this logic. Any ideas how this can be handled? Thanks

    This topic has been closed for replies.
    Correct answer Lilybiri

    Hello,

    You can find some more info here: Question Question Slides in Captivate - Captivate blog  and   Question Question Slides - Part 2 - Captivate blog  Nothing has really changed concerning question slides in 8.

    The grey shaded review box is not really used any more (since 6?), just when a quiz slide has been skipped and on the score slide (for the Success/Failure message). You cannot enter anything.

    As for the Next button (necessary in Review mode) that can be a Skip button during the Quiz I mostly hide it during the Quiz by dragging that button under the Clear button. Default stack order allows that. This is one of the workflows described in the blog posts.

    Lilybiri

    1 reply

    Lilybiri
    LilybiriCorrect answer
    Legend
    June 24, 2014

    Hello,

    You can find some more info here: Question Question Slides in Captivate - Captivate blog  and   Question Question Slides - Part 2 - Captivate blog  Nothing has really changed concerning question slides in 8.

    The grey shaded review box is not really used any more (since 6?), just when a quiz slide has been skipped and on the score slide (for the Success/Failure message). You cannot enter anything.

    As for the Next button (necessary in Review mode) that can be a Skip button during the Quiz I mostly hide it during the Quiz by dragging that button under the Clear button. Default stack order allows that. This is one of the workflows described in the blog posts.

    Lilybiri

    MArif2014Author
    Known Participant
    June 24, 2014

    Thanks Lilybiri. That blog is amazing. If I want to provide feedback on an incorrect answer would I need to use the failure caption, but then this will be active during the live quiz? On the blog the counter variable where is the being used? On slide enter? Is there some background reading on this please?

    Lilybiri
    Legend
    June 24, 2014

    That blog post was created for 5.5. The user variable v_counter is used to see if the Quiz attempts are not yet exhausted.

    Since CP7 there is a new system variable cpInReviewMode that can be used directly to detect if the slide is entered in Review mode.

    The easiest way to give feedback on a incorrect answer is with the Failure caption. But that caption only appears after clicking the Submit button, will not be available during Review. If you want it during review as well, copy the feedback text to an initially hidden text container (shape or caption), and use a conditional action On Enter for each slide that checks the new system var cpInReviewMode. If that variables is equal to 1, you'll show the hidden feedback text again.