Reset Quiz Slide to Initial State when the user gets answer wrong.

Jun 17, 2022

Hello! I hope someone can help me. I have a multiple answer quiz and True and False. The problem is when the user gets the answer wrong and clicks Try again it's on a loop even though I have it set for two chances. As long as I have it set to rest to initial state it doesn't move on until the user finally picks the correct answer. I how can I set it up to reset, but move on after 2 tries? 

Thank you!

Darri Ann

1 Reply
Maria Costa-Stienstra

Hi, Darri.

Thank you for reaching out!

When the properties are set to reset to the initial state, the attempts become unlimited (every time the slide restarts, it's a new "first attempt"). Does it work for your design to have the property set to resume saved state?

The other option is to use a variable to count the attempts, and you can then only allow the retry until the variable reaches a specific number. Here's a discussion with some tips on how to do this

I hope this helps!