bulk_grade_submissions
Submit grades for multiple students on one Canvas assignment in a single call, with an optional comment applied to all. Reduces repetitive grading actions.
Instructions
Post grades for many students at once on one assignment. grades: {user_id: score, ...}. Same optional comment applied to every submission. This is a single high-blast-radius call — double check the grades dict before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grades | Yes | ||
| comment | No | ||
| assignment_id | Yes | ||
| course_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |