Get an assignment's analytics
GET/api/courses/:id/assignments/:aid/statistics
Aggregate analytics for one assignment: score histogram, per-problem box plots, and submission-status breakdown, measured in students (individual) or groups (group assignment). Course staff (faculty or TAs) or a system admin only. These are aggregate student-performance figures, a FERPA-relevant read, so the access is audited (throttled).
Request
Responses
- 200
- 401
- 403
- 404
- 500
Histogram, box plots, and status breakdown for the assignment.
Not signed in.
Not course staff (faculty or TA) or a system admin.
Assignment not found in this course.
Server error.