MDL-80984 gradepenalty: define type language strings, add to standard.

This commit is contained in:
Paul Holden 2025-03-19 15:54:51 +00:00 committed by Andrew Nicols
parent acbc01a1c1
commit 08a02cce55
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14
2 changed files with 5 additions and 0 deletions

View File

@ -156,6 +156,8 @@ $string['type_gradeexport'] = 'Grade export method';
$string['type_gradeexport_plural'] = 'Grade export methods';
$string['type_gradeimport'] = 'Grade import method';
$string['type_gradeimport_plural'] = 'Grade import methods';
$string['type_gradepenalty'] = 'Grade penalty';
$string['type_gradepenalty_plural'] = 'Grade penalties';
$string['type_gradereport'] = 'Gradebook report';
$string['type_gradereport_plural'] = 'Gradebook reports';
$string['type_gradingform'] = 'Advanced grading method';

View File

@ -221,6 +221,9 @@
"direct",
"xml"
],
"gradepenalty": [
"duedate"
],
"gradereport": [
"grader",
"history",