From: moodler Date: Sun, 6 Jul 2003 04:08:46 +0000 (+0000) Subject: Don't shuffle quiz questions by default (confusing to newcomers) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f65ed9726a1954146de5d0c61a683045fbdfba6a;p=moodle.git Don't shuffle quiz questions by default (confusing to newcomers) --- diff --git a/mod/quiz/mod.html b/mod/quiz/mod.html index ed6b6d7268..749754a130 100644 --- a/mod/quiz/mod.html +++ b/mod/quiz/mod.html @@ -32,7 +32,7 @@ $form->review = 0; } if (!isset($form->shufflequestions)) { - $form->shufflequestions = 1; + $form->shufflequestions = 0; } if (!isset($form->shuffleanswers)) { $form->shuffleanswers = 1;