]> git.mjollnir.org Git - moodle.git/commit
Quiz attempts are now timed. This is done by starting the quiz_attempts
authormoodler <moodler>
Fri, 18 Oct 2002 16:05:21 +0000 (16:05 +0000)
committermoodler <moodler>
Fri, 18 Oct 2002 16:05:21 +0000 (16:05 +0000)
commit958aafe2b419978eb03d4ea622c93224d28602c7
tree13f5444447d9ce40fb1590df2dbd6fface7a3aec
parent9f7fd360ddcbaa6928b4ddcc9bd404a8bff6cc60
Quiz attempts are now timed.  This is done by starting the quiz_attempts
record upon showing the quiz, and completing it upon submit.

Two new fields in quiz_attempts... should be upgrade friendly.
(Old attempts will show up as being of duration zero)

Also some small fixes here and there.
lang/en/quiz.php
mod/quiz/attempt.php
mod/quiz/db/mysql.php
mod/quiz/db/mysql.sql
mod/quiz/index.php
mod/quiz/lib.php
mod/quiz/question.php
mod/quiz/version.php
mod/quiz/view.php