From: thepurpleblob Date: Fri, 5 Jan 2007 11:56:57 +0000 (+0000) Subject: MDL-6769 and http://moodle.org/mod/forum/discuss.php?d=60209 the default for shufflea... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b0679efa8ff5abdec16e0e1f3476610f5db08103;p=moodle.git MDL-6769 and http://moodle.org/mod/forum/discuss.php?d=60209 the default for shuffleanswers is now set to the configured value. --- diff --git a/question/format.php b/question/format.php index 535b345d80..86854954a6 100644 --- a/question/format.php +++ b/question/format.php @@ -1,3 +1,4 @@ + shuffleanswers = 0; + $question->shuffleanswers = $CFG->quiz_shuffleanswers; $question->defaultgrade = 1; $question->image = ""; $question->usecase = 0;