iamrohitsuthar / Quizller

Quizller is a php based open source web application to create and manage online quiz, test, exam.
MIT License
112 stars 80 forks source link

Time for questions #10

Open iamrohitsuthar opened 4 years ago

iamrohitsuthar commented 4 years ago

Add option for a time based or non-time based test in the admin panel while creating a new test.

If the test is a time-based test then:

  1. Get the time for each question which is included in the test.
  2. Implement timer for the questions on the student side.