Skip to main content

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.

View source

Request

Responses

A map of studentId → fully-graded boolean (empty object if the assignment has no problems).