Forum Discussion

PhoebeLu-de754b's avatar
PhoebeLu-de754b
Community Member
8 years ago

Storyline 360: Cannot Limit the Quiz Attempts properly

Hello all,

I know it is not new, but it took me a long time still without any idea why it didn't work out. I referred to this article: 

Storyline 360: Limiting Quiz Attempts

I followed each step but cannot get it work at all (the Retry button still work after the setup). I would like the users to only have one attempt to hit "Retry" button on the result slide, in a word,  one attempt on each question each time, and if the first time failed, hit "retry" button only one more time to retake the quiz, so two chances to take the quiz in total.

I don't know what the trick is. Here is my Result slide Properties.

And, here is basically each question's slide Properties.

 

 

Anything wrong? I followed the article step by step and tried many times, but all did not work out.

 

Thank you very much!

 

Phoebe

 

 

 

 

 

 

16 Replies

  • Hi, Shamina, and welcome to E-Learning Heroes! ✨

    Thank you for sharing your .story file! 

    I noticed you had a variable called attempts, but the default value was 3. I changed it to 1 and adjusted the following triggers on your results slide:

    • On Button 2 (Retry Quiz), Add value 1 to attempts when the user clicks the button.
    • On Button 2, Exit course when the user clicks the button if attempts > 3
    • I also created a state for Button 2 called exit, so after the third attempt, the Retry Quiz button would say Exit Course.
    • On your success layer, I hid the two buttons from the base layer.

    Let me know if this works!