Forum Discussion
RonaldFeldman
24 days agoCommunity Member
Triggering Navigation with Variable "question.correct"
I am trying to have a hidden "next" button appear only after a quiz is completed correctly, by using the question.correct variable to change the state from hidden to normal. It works great, but when ...
Nedim
23 days agoCommunity Member
I believe the issue lies in how your triggers are set up. The built-in variable Question.Correct will reset to false when moving to the next quiz question, even if it was true on the previous question. To resolve the issue, try setting the Next button’s initial state to Hidden and configure the triggers as follows:
Attached is a short video demonstrating that this interaction works as intended.