get_assignment_analytics
Retrieve score distribution analytics for course assignments, including min, max, median, quartiles, submission count, and tardiness breakdown per assignment.
Instructions
Get score distribution analytics for assignments in a course. Returns statistical summary (min, max, median, first/third quartile), submission count, and tardiness breakdown (on_time, late, missing) for each assignment. Provide assignment_id to scope to one assignment; omit to return analytics for all assignments in the course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| assignment_id | No | Scope the result to a single assignment ID. Omit to return analytics for all assignments. |