Forum Discussion
NathanGreener
10 years agoCommunity Member
How to Reset Quiz After Clicking Try Again
I have a few different quizzes in my course, they are all set up the same:
When the Incorrect slide layer appears, I have renamed the Continue button to "Try Again". The trigger is set to jump to ...
AshleyT-Pollard
10 years agoStaff
Hi Nathan,
You can always ask as many questions as you want. :-)
For that one, I'd look at using a variable on the "name box" layer - and then adjusting your trigger to show the layer based on the condition of the variable. So for example, on the "name box" layer - set up a variable and trigger to adjust the value of "nameboxcomplete" from initial value of false to true when the layer starts or the user clicks continue (just make sure that is before the hide layer trigger). Then change the trigger on your base layer to show the layer "name box" when the timeline starts if the variable "nameboxcomplete" is equal to False. That way the user would only see it the first time through.