]> git.mjollnir.org Git - moodle.git/commit
Quiz refactoring is now merged into the main development code!
authormoodler <moodler>
Wed, 21 Jul 2004 13:01:08 +0000 (13:01 +0000)
committermoodler <moodler>
Wed, 21 Jul 2004 13:01:08 +0000 (13:01 +0000)
commit8966a111310d0cc1c7012d68bcd137a5bafdf11f
tree94c0c72d5ba408064bbc91b6aca8dd5dedabd669
parent03fe48e753f0fd933d6497d8a26a0395ba9a684c
Quiz refactoring is now merged into the main development code!

I've done some basic testing using existing quizzes trying as
much as I could think of, and it all worked well!

Well done, Henrik!  Great job!

Still, this should be regarded as unstable at least until more
people have had a try.  Please test this thing solidly on new
and old quizzes.
44 files changed:
mod/quiz/attempt.php
mod/quiz/format.php
mod/quiz/format/multianswer/format.php
mod/quiz/lib.php
mod/quiz/question.php
mod/quiz/questiontypes/description/description.html [new file with mode: 0644]
mod/quiz/questiontypes/description/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/description/icon.gif [new file with mode: 0644]
mod/quiz/questiontypes/description/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/match/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/match/icon.gif [new file with mode: 0644]
mod/quiz/questiontypes/match/match.html [new file with mode: 0644]
mod/quiz/questiontypes/match/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/multianswer/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/multianswer/icon.gif [new file with mode: 0644]
mod/quiz/questiontypes/multianswer/multianswer.html [new file with mode: 0644]
mod/quiz/questiontypes/multianswer/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/multichoice/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/multichoice/icon.gif [new file with mode: 0644]
mod/quiz/questiontypes/multichoice/multichoice.html [new file with mode: 0644]
mod/quiz/questiontypes/multichoice/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/numerical/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/numerical/icon.gif [new file with mode: 0644]
mod/quiz/questiontypes/numerical/numerical.html [new file with mode: 0644]
mod/quiz/questiontypes/numerical/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/random/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/random/icon.gif [new file with mode: 0644]
mod/quiz/questiontypes/random/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/random/random.html [new file with mode: 0644]
mod/quiz/questiontypes/randomsamatch/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/randomsamatch/icon.gif [new file with mode: 0644]
mod/quiz/questiontypes/randomsamatch/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/randomsamatch/randomsamatch.html [new file with mode: 0644]
mod/quiz/questiontypes/shortanswer/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/shortanswer/icon.gif [new file with mode: 0644]
mod/quiz/questiontypes/shortanswer/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/shortanswer/shortanswer.html [new file with mode: 0644]
mod/quiz/questiontypes/truefalse/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/truefalse/icon.gif [new file with mode: 0644]
mod/quiz/questiontypes/truefalse/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/truefalse/truefalse.html [new file with mode: 0644]
mod/quiz/report/regrade/report.php
mod/quiz/report/simplestat/report.php
mod/quiz/review.php