]> git.mjollnir.org Git - moodle.git/commit
First implementation of completely random questions.
authormoodler <moodler>
Wed, 9 Apr 2003 06:32:51 +0000 (06:32 +0000)
committermoodler <moodler>
Wed, 9 Apr 2003 06:32:51 +0000 (06:32 +0000)
commit34d52ad7d29675bc1f1c6275bddf896e262145be
treeed1da9d2c0d142536f68de4c659c0d0fd4af7fda
parentd62413e869990ddf33ea13a8a731de62ae45a6bf
First implementation of completely random questions.

When you add a random question to a quiz, then a question
is chosen randomly from the same category.

Questions are not repeated in a particular quiz attempt.

This still needs more testing, but it's looking OK so far.
lang/en/help/quiz/random.html
lang/en/quiz.php
mod/quiz/attempt.php
mod/quiz/lib.php
mod/quiz/question.php
mod/quiz/random.html [new file with mode: 0644]
mod/quiz/report.php