canvas_submit_grade
Submit grades for student assignments in Canvas courses, including optional comments, via the Canvas LMS API. Designed for teacher use only.
Instructions
Submit a grade for a student's assignment (teacher only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignment_id | Yes | ID of the assignment | |
comment | No | Optional comment on the submission | |
course_id | Yes | ID of the course | |
grade | Yes | Grade to submit (number or letter grade) | |
user_id | Yes | ID of the student |