MDL-35710 mode_assign Make submission event trigger name more precise

This commit is contained in:
Ruslan Kabalin 2012-10-01 09:38:57 +01:00 committed by Damyon Wiese
parent 2105f57590
commit f04523f07e
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ assessable_file_uploaded
->userid = // The user id that the attempt belongs to.
->pathnamehashes = // An array of pathnamehashes of the files submitted by the user (var not passed if not set).
assessable_content_done
assessable_submitted
->modulename = 'assign';
->cmid = // The cmid of the assign.
->itemid = // The submission id of the user submission.