]> git.mjollnir.org Git - moodle.git/commit
First version of code to implement new "Random Matching" type
authormoodler <moodler>
Mon, 24 Feb 2003 10:37:56 +0000 (10:37 +0000)
committermoodler <moodler>
Mon, 24 Feb 2003 10:37:56 +0000 (10:37 +0000)
commit95dbc030a88308873fe0f97261bb0c847c364ad7
tree7fa6917c6b6c66eddd265cc6e875e07a94908d6d
parent2b051f1c8e268395b668d33d84584c87248543f4
First version of code to implement new "Random Matching" type
of questions.  These use 2 or more short answer questions at
random to construct a questions where you have to match
answers to questions.  Only lightly tested so far.

Quiz questions can now be edited with Richtext editor.

Sundry little fixes along the way.
16 files changed:
lang/en/help/quiz/randommatch.html [new file with mode: 0644]
lang/en/quiz.php
mod/quiz/attempt.php
mod/quiz/db/mysql.php
mod/quiz/db/mysql.sql
mod/quiz/edit.php
mod/quiz/format/default.php
mod/quiz/format/missingword.php
mod/quiz/lib.php
mod/quiz/multichoice.html
mod/quiz/pix/rm.gif [new file with mode: 0755]
mod/quiz/question.php
mod/quiz/randommatch.html [new file with mode: 0644]
mod/quiz/shortanswer.html
mod/quiz/truefalse.html
mod/quiz/version.php