Count down timer counting by 2

I’m making a quiz with several questions, if the user does not provides a correct answer after 10 seconds another random question is displayed and the counter should start again counting down to 0 starting from 10, on the first iteration the count down timer works fine, after the 10 seconds limit another question comes up but the timer starts counting down by 2 instead of by 1. Any ideas what is causing this?

Try this:

and disable the Clock when the quiz is finished.

Great!! Thank you very much :slight_smile: