mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-47556 quiz: autosave should default to on for new installs
This commit is contained in:
parent
6597413d41
commit
24cfc09881
@ -217,7 +217,7 @@ if ($ADMIN->fulltree) {
|
||||
300 => get_string('numminutes', 'moodle', 5),
|
||||
);
|
||||
$quizsettings->add(new admin_setting_configselect('quiz/autosaveperiod',
|
||||
get_string('autosaveperiod', 'quiz'), get_string('autosaveperiod_desc', 'quiz'), 0, $options));
|
||||
get_string('autosaveperiod', 'quiz'), get_string('autosaveperiod_desc', 'quiz'), 120, $options));
|
||||
}
|
||||
|
||||
// Now, depending on whether any reports have their own settings page, add
|
||||
|
Loading…
x
Reference in New Issue
Block a user