From: gustav_delius Date: Sun, 30 Apr 2006 08:11:49 +0000 (+0000) Subject: Now that the shuffling within a question can be controlled also at question level... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c4c11af8983da7ede7c3073990b7948c76fee23e;p=moodle.git 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. --- 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