I want to make a quiz (5 questions) in which a timer (50 seconds) is running. The quiz should end either when the time is up or the user answers all questions.
I am pretty new to the coding world, but I already made the quiz (in German) with if
, elif
, else
. So, the only thing is that I have no idea how to make the timer and make it skip other questions if the user is too slow.