]> git.mjollnir.org Git - moodle.git/commit
Various quiz changes. Most importantly is the new framework for importing
authormoodler <moodler>
Sun, 16 Feb 2003 07:08:57 +0000 (07:08 +0000)
committermoodler <moodler>
Sun, 16 Feb 2003 07:08:57 +0000 (07:08 +0000)
commit49220fa70cc90013773771727f0f36103a19f88b
tree64d95651065dd6b6593ebe5ea8fd5af0fd1abfd2
parent4270bba26701507ccd7ff5bc8ed892f423af4c2d
Various quiz changes.  Most importantly is the new framework for importing
quiz questions.   Importing works but is still being tested.
15 files changed:
lang/en/help/quiz/import.html [new file with mode: 0644]
lang/en/quiz.php
lang/en/survey.php
mod/quiz/db/mysql.php
mod/quiz/db/postgres7.php
mod/quiz/format/README [new file with mode: 0644]
mod/quiz/format/custom.php [new file with mode: 0644]
mod/quiz/format/default.php [new file with mode: 0644]
mod/quiz/format/missingword.php [new file with mode: 0644]
mod/quiz/format/qti.php [new file with mode: 0644]
mod/quiz/format/webct.php [new file with mode: 0644]
mod/quiz/import.php [new file with mode: 0644]
mod/quiz/lib.php
mod/quiz/question.php
mod/quiz/version.php