Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lang / en_utf8 / help / quiz / timelimit.html
blobc24be7058e875d3f639da05108cdd9fa6f7d9ea2
1 <p align="center"><strong>Time limit</strong></p>
3 <p>By default, quizzes do not have a time limit, which allows
4 students as much time as they need to complete the quiz.</p>
6 <p>If you do specify a time limit, then several things are done to try and
7 ensure that quizzes are completed within that time:</p>
9 <ul>
10 <li>Javascript support in the browser becomes mandatory - this allows
11 the timer to work correctly</li>
12 <li>A floating timer window is shown with a countdown</li>
13 <li>When the timer has run out, the quiz is submitted automatically
14 with whatever answers have been filled in so far</li>
15 <li>If a student manages to cheat and spends more than 60 seconds
16 over the allotted time then the quiz is automatically graded zero</li>
17 </ul>