Action after countdown has ended

I want to create quiz app where after a certain time one section of quiz is ends (countdown is also ends )and another section of quiz is starts (countdown is starts again) this happens three times and then the quiz is ended
note : countdown starts only when we enter a new section
how can i do this please help me as soon as possible

I have a timer on a section of my site but because I need the timer to be same for all users, I use a ‘do every 5 seconds’ action on the page and write the time remaining into the database:

do every 5 seconds
make changes to “timer”
time remaining = “current date/time” minus “timer-end”

I think you could accomplish the same using custom states but I haven’t tried that.

This topic was automatically closed after 70 days. New replies are no longer allowed.