Get an assignment's grading-completion summary
GET/api/courses/:id/assignments/:aid/problem-grades/summary
Per-student completion summary for one assignment: maps each student to whether every problem in the assignment has been graded (used to flag fully-graded students in the grading UI). Course staff (faculty or TAs) or a system admin.
Request
Responses
- 200
- 401
- 403
- 404
- 500
A map of studentId → fully-graded boolean (empty object if the assignment has no problems).
Not signed in.
Caller is not course staff (faculty or TA) or a system admin.
Assignment not found in this course.
Server error.