MDL-41101 mod_assign: replaced 'view submit assignment form' add_to_log call with an event

This commit is contained in:
Mark Nelson 2014-03-24 19:32:22 -07:00 committed by Petr Skoda
parent 7eda466cb9
commit e65221c27b
4 changed files with 132 additions and 1 deletions

View file

@ -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.';