Merge branch 'MDL-52414_m31v7' of https://github.com/sbourget/moodle

This commit is contained in:
David Monllao
2016-02-16 12:44:09 +08:00
+1 -1
View File
@@ -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'),