post_submission_comment
Add comments to student submissions without affecting grades, perfect for giving feedback or requesting revisions.
Instructions
Add a comment to a student's submission without changing the grade. Useful for leaving feedback during review or asking for revisions. For comments + grade in one call, use grade_submission with the comment field instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | Comment text | |
| user_id | Yes | Student user ID | |
| course_id | Yes | Canvas course ID | |
| assignment_id | Yes | Assignment ID | |
| group_comment | No | For group assignments, send the comment to every group member instead of just this user. |