I’m creating a quiz and on 2 of the levels of the quiz it there needs to be a 20 and 10-second timer that resets after each question. I have already got a working timer but I need the timer to reset everytime the user answers a question.
Hi there,
Does the user input an answer by clicking on a Button or a List Viewer or something like that? If so, in this on Click
event block, you can add a block to set app variable timer to 10
or set app variable timer to 20
.
Thanks,
Jane
1 Like