Is it possible to add a timer to a Quiz Page so that the timer resets for every page in a single Quiz.

The scenario is as follows:

I have a quiz which has multiple pages and multiple pages has few Multiple Choice Questions under the page.

Quiz 1
-Quiz Page 1
-MCQ1
-MCQ2
-MCQ3
-Quiz Page 2
-MCQ1
-MCQ2
-MCQ3
-Quiz Page 3
-MCQ1
-MCQ2
-MCQ3

If I assign 30 minutes for Page 1, I might wish to assign 35 minutes to Page 2. It would be helpful if I could assign time to each page which resets it every time the user clicks on 'next' button.

Comments

djdevin’s picture

Currently it's not possible. I think having it per-question would be feasible. but per-page will get tricky.

As a workaround maybe you could split the quiz into 3 quizzes? Then put them in one Course (https://www.drupal.org/project/course).

That way you could have a separate time limit per quiz.