Display Review slide at the last attempt of the Quiz

Jan 08, 2024

Hi All,

I am using storyline 360 and moodle 4 as LMS. 

We have set quiz attempts as 3 in moodle. But we have a requirement where we need to display review slides with correct answers in below conditions:

1. student pass at first/second attempt

2. fail even after third attempt

I am not sure how scorm can recognize the attempts in turn to display the review slide based on result.

Anyone gone through this kind of situation. Any advise in appreciated.

Thanks in Advance,

Vidya 

1 Reply
Judy Nollet

I don't have any experience with Moodle. But here's how to do what you want within Storylihe.

The default Review results function lets learners review the quiz. That trigger is automatically applied to the Review Quiz buttons on the Results slide.

During a review, the program displays a banner at the bottom that indicates whether the user's answers were correct or incorrect. The Review results trigger also includes an option for showing correct/incorrect responses: 

  • Note: Storyline can only show the correct/incorrect responses on standard graded questions. It can't do that for Freeform questions.
  • On a question slide, if you enter any text into the Post-quiz review field in Form View, Storyline will automatically add a Review layer. The program will show that layer when reviewing results. As needed, you could use that layer to provide additional information about the correct responses.

The default Results slide has a Review Quiz button on the Success layer. That allows the user to review results after they pass the quiz.

There is also a Review Quiz button on the Failure layer. To prevent users from reviewing the quiz after their first two attempts, do this: 

  • Create a number variable to track the number of failed attempts. Its default number should be zero
  • On the Failure layer, do this:
    • Set the Initial State of the Review Quiz button to Disabled
    • Create a trigger that adds 1 to the Attempts variable when the timeline starts. 
    • Create a trigger that changes the state of the Review Quiz button to Normal when the timeline starts with the condition that the Attempts variable ≥ 3. 

The attached file shows how this works. 

Here's more info about working with trigger conditions and variables: