Forum Discussion

ParamitaBhattac's avatar
ParamitaBhattac
Community Member
4 years ago

Incorrect Progress Displayed on the Slides When Clicking Review Results Button in the Results Slide.

Hi,

I've designed the attached quiz in storyline. I have a Correct-Incorrect progress at the top-right of the slides. At the end of the quiz I have a results slide. On clicking Retry Quiz button I have added a trigger to reset the value to zero. However, when clicking the Review results button, an incorrect progress is displayed. It should display the correct number, for example, 2 out 0f 5 or 3 out 0f 5 (based on the correct answers out of the total questions). Can anyone please help with this?

4 Replies

  • Hello Paramita!

    I'm happy to help! Thank you for sharing your project. I've added a new variable and a trigger to ensure the QuestionsCorrect variable doesn't change when reviewing the quiz.

    I've attached the updated project to this reply. Let me know what you think!

  • Hi Lauren,

    Thank you for looking into this. The review button works fine. But when I click the retry button now, it should ideally reset the values, which is not happening. 

  • Hi Paramita, 

    I can see that the retry button is resetting the QuestionsAnswered variable, but not the QuestionsCorrect variable. Is that what you are referring to as well?

    I can see that your Review variable adjusts when the Result Slide starts:

    Which is affecting the trigger that you have set on the first slide to reset the QuestionsCorrect variable to zero:

    I would suggest having both of these variables adjust when the user clicks the retry button:

    Let me know if this works better for you.

    • ParamitaBhattac's avatar
      ParamitaBhattac
      Community Member

      Hi Leslie,

      This is perfect! Thanks for looking into this.