Help with the codes

I'm creating a game with several questions, the idea is that the player has a specific time of 10 minutes to answer all the questions, the timer needs to start when the question 1 screen is displayed and the time needs to continue counting in all other questions screens, when the timer reaches 00:00 the player should automatically be taken to the defeat screen.

I'm a total beginner and I have no idea how to set up this system.

I would like to know the step by step (as detailed as possible)

No need for different screens. Here is a good example and all you have to do is add a clock component . Set time duration according to needs and when time is reached end quiz

How do I add the clock method and time settings? Well, I'm already at a somewhat advanced stage of development so I don't think it's viable to start over from scratch (I'm a complete beginner)