From f65ed9726a1954146de5d0c61a683045fbdfba6a Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 6 Jul 2003 04:08:46 +0000 Subject: [PATCH] Don't shuffle quiz questions by default (confusing to newcomers) --- mod/quiz/mod.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5