How to reset question when user answer correctly?


The question is based on timer though, but if the user answer it correctly, I want to go to next question, how do I do it?


I am currently stucked at here.

Thanks for helping guys!

All the events that trigger a question, you need to wrap them under a condition “variable asknewquestion = 1”.
Then you can turn that variable to 1 when you need it.

1 Like

Oh! I got it now! Thanks for the advice!!

1 Like