mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-52414 Lesson: Fix lesson defaults
This commit is contained in:
parent
a36eba45dc
commit
e6e5d0104f
@ -160,7 +160,7 @@ if ($ADMIN->fulltree) {
|
||||
|
||||
$settings->add(new admin_setting_configselect_with_advanced('mod_lesson/customscoring',
|
||||
get_string('customscoring', 'lesson'), get_string('customscoring_help', 'lesson'),
|
||||
array('value' => 0, 'adv' => true), $yesno));
|
||||
array('value' => 1, 'adv' => true), $yesno));
|
||||
|
||||
$settings->add(new admin_setting_configselect_with_advanced('mod_lesson/retakesallowed',
|
||||
get_string('retakesallowed', 'lesson'), get_string('retakesallowed_help', 'lesson'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user