mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-57938 mod_assign: added new 'gradingduedate' setting
Part of MDL-55611 epic.
This commit is contained in:
parent
410f2fb30d
commit
3e1c027532
13 changed files with 44 additions and 1 deletions
|
@ -249,6 +249,8 @@ $string['gradeoutofhelp_help'] = 'Enter the grade for the student\'s submission
|
|||
$string['gradestudent'] = 'Grade student: (id={$a->id}, fullname={$a->fullname}). ';
|
||||
$string['grading'] = 'Grading';
|
||||
$string['gradingchangessaved'] = 'The grade changes were saved';
|
||||
$string['gradingduedate'] = 'Grading due date';
|
||||
$string['gradingduedate_help'] = 'The expected date that marking of the submissions should be completed by. This date is used to prioritise dashboard notifications for teachers.';
|
||||
$string['gradechangessaveddetail'] = 'The changes to the grade and feedback were saved';
|
||||
$string['gradingmethodpreview'] = 'Grading criteria';
|
||||
$string['gradingoptions'] = 'Options';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue