adding some strings
[moodle-linuxchix.git] / lang / en_utf8 / help / quiz / timelimit.html
blob0c01c5d799f7828c40e5e563ccf3676a18899bc0
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, the 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>