From b0679efa8ff5abdec16e0e1f3476610f5db08103 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Fri, 5 Jan 2007 11:56:57 +0000 Subject: [PATCH] MDL-6769 and http://moodle.org/mod/forum/discuss.php?d=60209 the default for shuffleanswers is now set to the configured value. --- question/format.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.39.5