From a5f25c0165dcfb52d0cc781d78e7d1ddaac744a9 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 9 Jun 2003 14:05:37 +0000 Subject: [PATCH] No need to shuffle the answers of multi-choice questions --- mod/quiz/format/missingword.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/quiz/format/missingword.php b/mod/quiz/format/missingword.php index a3ca38f3d8..1a24dd5da7 100644 --- a/mod/quiz/format/missingword.php +++ b/mod/quiz/format/missingword.php @@ -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] == "=") { -- 2.39.5