Skip to main content
POST
Grade Final Exam

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Learner-Email
string | null
X-Learner-Sig
string | null
X-Learner-Sig-Ts
string | null

Path Parameters

course_id
string
required

Body

application/json

Body for the learner grade endpoints. The served set is SERVER-persisted (quiz_attempts.served_question_ids), so the client only echoes the attempt_id

  • its answers -- it cannot shrink the denominator by omitting questions.
attempt_id
integer
required

The attempt_id returned by the serve endpoint

answers
Answers · object[]

[{question_id, answer}] where question_id = the served question id

Maximum array length: 500

Response

Successful Response