]> git.mjollnir.org Git - moodle.git/commitdiff
No need to shuffle the answers of multi-choice questions
authormoodler <moodler>
Mon, 9 Jun 2003 14:05:37 +0000 (14:05 +0000)
committermoodler <moodler>
Mon, 9 Jun 2003 14:05:37 +0000 (14:05 +0000)
mod/quiz/format/missingword.php

index a3ca38f3d8a9edf09e89bd130eeeebab3062bce9..1a24dd5da76b10367e737c022b1bb31bee074750 100644 (file)
@@ -92,7 +92,6 @@ class quiz_file_format extends quiz_default_format {
             default:
                 $question->qtype = MULTICHOICE;
 
-                $answers = swapshuffle($answers);
                 foreach ($answers as $key => $answer) {
                     $answer = trim($answer);
                     if ($answer[0] == "=") {