MDL-31158 make grade recovery site-configurable
This commit is contained in:
committed by
Andrew Davis
parent
0dde394db5
commit
dbe93bc7c7
@@ -58,6 +58,8 @@ if (has_capability('moodle/grade:manage', $systemcontext)
|
||||
GRADE_NAVMETHOD_TABS => new lang_string('tabs', 'grades'),
|
||||
GRADE_NAVMETHOD_COMBO => new lang_string('combo', 'grades'))));
|
||||
|
||||
$temp->add(new admin_setting_configcheckbox('recovergradesdefault', new lang_string('recovergradesdefault', 'grades'), new lang_string('recovergradesdefault_help', 'grades'), 0));
|
||||
|
||||
$temp->add(new admin_setting_special_gradeexport());
|
||||
|
||||
$temp->add(new admin_setting_special_gradelimiting());
|
||||
|
||||
Reference in New Issue
Block a user