Skip to main content

Set or clear a problem grade

POST 

/api/courses/:id/assignments/:aid/problems/:pid/grade/:studentId

Sets or clears a student's grade (and optional feedback) for one problem. Course staff (faculty or TAs) or a system admin. A numeric grade must be within [0, maxPoints]; sending a null grade deletes the record. Every change is audited with the previous value.

View source

Request

Responses

The saved (or cleared) grade and feedback.