MDL-35710: Minor comment formatting fixes

This commit is contained in:
Damyon Wiese
2012-10-12 08:45:15 +08:00
parent c14685e80f
commit 1defeabf2c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ assessable_content_uploaded
->itemid = // The submission id of the user submission.
->courseid = // The course id of the course the assign belongs to.
->userid = // The user id that the attempt belongs to.
->content = // The text content entered by the user (empty if no content submitted)
->content = // The text content entered by the user (empty if no content submitted).
->pathnamehashes = // An array of pathnamehashes of the files submitted by the user (var not passed if not set).
assessable_file_uploaded
@@ -49,6 +49,6 @@ assessable_submitted
->itemid = // The submission id of the user submission.
->courseid = // The course id of the course the assign belongs to.
->userid = // The user id that the attempt belongs to.
->params = // Array of module specific parameters
->params = // Array of module specific parameters.
-> submission_editable = // Whether user can edit submission before assessment has been done.
*/
+1 -1
View File
@@ -3325,7 +3325,7 @@ class assign {
$this->add_to_log('submit for grading', $this->format_submission_for_log($submission));
$this->notify_graders($submission);
$this->notify_student_submission_receipt($submission);
// Trigger assessable_submitted event on submission
// Trigger assessable_submitted event on submission.
$eventdata = new stdClass();
$eventdata->modulename = 'assign';
$eventdata->cmid = $this->get_course_module()->id;