Need this countdown to work ASAP


I need help with this coding, Im trying to make it work but the countdown of 10 doesnt start (I need this timer to work automatically as this is for my college assignment brief that I need to include a 10 second timer for every math quiz question)

Hi eltulolparami2t2x, welcome to Thunkable! :tada:

Be sure to check out our posts about How to ask Great Questions v2.0, our Community Guidelines, and our Docs as you get started.

You need to set Time Remaining to [Time Remaining] - [1]. The way you have it set up now, it is setting Time Remaining = -1.
Screenshot 2024-06-24 at 10.42.02 AM

2 Likes

okay now how do I make it so it stops at 0 and resets the countdown whenever im in a new question? ill pass you my coding if needed


here is my whole coding of my quiz

You could place this loop in the function for loading a new question. Essentially, you just have to check for the value of Time Remaining. When it equals 0, disable the timer. To reset the timer, you could update the value of Time Remaining and fire the timer again.

Screenshot 2024-06-24 at 11.07.39 AM

1 Like


I tried making it like this but I dont think its a good idea, any other way in how to do it?