mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-33600 Assign: Allow teachers to skip notifying students about grade update.
This commit is contained in:
parent
ab7f498343
commit
f7dc9871e7
4 changed files with 21 additions and 2 deletions
|
@ -312,6 +312,8 @@ $string['savegradingresult'] = 'Grade';
|
|||
$string['saveallquickgradingchanges'] = 'Save all quick grading changes';
|
||||
$string['savenext'] = 'Save and show next';
|
||||
$string['scale'] = 'Scale';
|
||||
$string['sendstudentnotifications'] = 'Notify students';
|
||||
$string['sendstudentnotifications_help'] = 'If enabled, students receive a message about the updated grade or feedback.';
|
||||
$string['sendnotifications'] = 'Notify graders about submissions';
|
||||
$string['sendnotifications_help'] = 'If enabled, graders (usually teachers) receive a message whenever a student submits an assignment, early, on time and late. Message methods are configurable.';
|
||||
$string['selectlink'] = 'Select...';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue