mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-41101 mod_assign: replaced 'view submit assignment form' add_to_log call with an event
This commit is contained in:
parent
7eda466cb9
commit
e65221c27b
4 changed files with 132 additions and 1 deletions
|
@ -151,6 +151,7 @@ $string['eventmarkerupdated'] = 'The allocated marker has been updated.';
|
|||
$string['eventstatementaccepted'] = 'The user has accepted the statement of the submission.';
|
||||
$string['eventsubmissioncreated'] = 'Submission created.';
|
||||
$string['eventsubmissionduplicated'] = 'The user duplicated his submission.';
|
||||
$string['eventsubmissionformviewed'] = 'Submission form viewed.';
|
||||
$string['eventsubmissiongraded'] = 'The submission has been graded.';
|
||||
$string['eventsubmissionlocked'] = 'The submissions have been locked for a user.';
|
||||
$string['eventsubmissionstatusupdated'] = 'The status of the submission has been updated.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue