mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 19:44:19 +01:00
7 lines
401 B
HTML
7 lines
401 B
HTML
<h1>Timed</h1>
|
|
|
|
<p>This puts a time limit on the lesson. Students are shown a JavaScript counter and
|
|
the time is recorded in the database. Due to the inconsistent nature of JavaScript,
|
|
the timer does not evict a student from the lesson when the time is up, however a
|
|
question answered after the time limit is not counted. The time in the database is
|
|
checked each time a student submits a question.</p> |