From c4c11af8983da7ede7c3073990b7948c76fee23e Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 30 Apr 2006 08:11:49 +0000 Subject: [PATCH] Now that the shuffling within a question can be controlled also at question level the default at the module level needs to be set to true, otherwise people can not test the question setting. --- lib/questionlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/questionlib.php b/lib/questionlib.php index b06699d7b5..6adb78dac7 100644 --- a/lib/questionlib.php +++ b/lib/questionlib.php @@ -165,7 +165,7 @@ class cmoptions { * Whether the answers in a multiple choice question should be randomly * shuffled when a new attempt is started. */ - var $shuffleanswers = false; + var $shuffleanswers = true; /** * The number of decimals to be shown when scores are printed -- 2.39.5