mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-22999 core_grades: Added ability to configure maximum grade value both globally and for each graded-activity.
This commit is contained in:
parent
1a727e121e
commit
597662335d
7 changed files with 369 additions and 36 deletions
|
@ -67,6 +67,10 @@ if (has_capability('moodle/grade:manage', $systemcontext)
|
|||
$temp->add(new admin_setting_special_gradeexport());
|
||||
|
||||
$temp->add(new admin_setting_special_gradelimiting());
|
||||
|
||||
$temp->add(new admin_setting_special_gradepointmax());
|
||||
|
||||
$temp->add(new admin_setting_special_gradepointdefault());
|
||||
}
|
||||
$ADMIN->add('grades', $temp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue