mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-35710 mode_assign Make submission event trigger name more precise
This commit is contained in:
parent
2105f57590
commit
f04523f07e
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue