]> git.mjollnir.org Git - moodle.git/commitdiff
Don't shuffle quiz questions by default (confusing to newcomers)
authormoodler <moodler>
Sun, 6 Jul 2003 04:08:46 +0000 (04:08 +0000)
committermoodler <moodler>
Sun, 6 Jul 2003 04:08:46 +0000 (04:08 +0000)
mod/quiz/mod.html

index ed6b6d72681d437f2ba7d47a7a12a700638df73b..749754a1303ccce17660eabba1ecf9f3953283f9 100644 (file)
@@ -32,7 +32,7 @@
         $form->review = 0;
     }
     if (!isset($form->shufflequestions)) {
-        $form->shufflequestions = 1;
+        $form->shufflequestions = 0;
     }
     if (!isset($form->shuffleanswers)) {
         $form->shuffleanswers = 1;