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.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user