Forum Discussion
Try Again layer on an endless loop in 2 of my quizzes
Hi, Jason.
Thank you for sharing your .story file!
When using the drag and drop quiz (your second slide), the answers should reset automatically after each attempt if the layer is set to "Resume Saved State".
The matching drag and drop works a little differently: while it still gives the users the additional attempts, the answers stay connected until the user moves them. Your idea (Reset to Initial Stage) works if you also add a variable to the Try Again layer.
You can create a number variable with a value of zero: let's call it IncorrectAttempts. On your Try Again layer, set up a trigger to adjust the variable each time the timeline starts, by adding 1.
On that same layer, add a trigger to show the Incorrect layer if the value of the variable is 3.
Let me know if this works!