mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Don't shuffle quiz questions by default (confusing to newcomers)
This commit is contained in:
parent
575de48fc3
commit
f65ed9726a
@ -32,7 +32,7 @@
|
||||
$form->review = 0;
|
||||
}
|
||||
if (!isset($form->shufflequestions)) {
|
||||
$form->shufflequestions = 1;
|
||||
$form->shufflequestions = 0;
|
||||
}
|
||||
if (!isset($form->shuffleanswers)) {
|
||||
$form->shuffleanswers = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user