Timed exam with countdown

I am making a module learning site. The final exam I want to be timed. Is there a way have a timer running with a certain amount of time and after the time is up it will close the popup or group?

Hi :wave:t2:

You can create a button called maybe “initiate exam”, and set a workflow when is clicked:

step 1: “add a pause” for 60 mins (the time is in milliseconds)

Step 2: save the inputs values in your database

Step 3: hide the group container of these inputs

Step 4: show an alert or a pop up telling the user that time is ended.

If you want a timer, @ZeroqodeSupport has a good plugin that will show the counter to the user.

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