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!
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.
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
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.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.