Skip to main content
Participant
September 13, 2020
Question

Fail Quiz Force Module Repeat

  • September 13, 2020
  • 1 reply
  • 284 views

Is there any easy way to have the learner be forced to repeat a learning module if they fail the quiz twice?

MacLean

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    September 13, 2020

    The number of attempts on quiz level is stored in a quizzing system variable 'cpQuizInfoAttempts', which is incremented when reaching the score slide (where you have the Retake button).

     

    Create an advanced action to be triggered by the On Enter event of that Score slide. It will be like this:

    IF cpQuizInfoAttempts is greater than 2

        Jump slide....           the first content slide or the first slide

    ELSE

        Continue

    Participant
    September 16, 2020

    Thanks Lilybiri!  I appreciate your help.  Since I'm such a beginner and this is my first Captivate project,  can I follow up please and ask how and where do I add the coding you gave me to force a retake of the Module?

    MacLean

    Lilybiri
    Legend
    September 16, 2020

    In the Score slide, for the On Enter event:

    In the screenshot you see the Properties panel of a slide, Actions tab has the two events, you need the On Enter event. In your case this needs to be the Score slide (mine is another slide).