Skip to main content
GET
Get exam answer feedback and queries
Step 8 of 8 in Evaluate an exam. Also how you read the AI’s reply after a re-evaluation.

Rules

  • ansId is an answer’s id, from answer[].id in Get exam scores for review.
  • Write examId, ansSheetId, and ansId in lowercase. This path only matches lowercase hexadecimal characters and hyphens.
  • data is empty when the AI deducted no marks on that answer. Feedback records exist only where marks were lost.

Reading the response

Each item is one deduction, and feedbackQuery holds the queries raised against it:
After a student raises a query, poll this call. The AI’s justification appears in responses and the query’s status becomes 3 Resolved.

Next step

Raise a query on exam feedback

Let a student challenge a deduction.

Authorizations

Authorization
string
header
required

Access token from Get an access token. A missing, invalid, or expired token returns 403.

Path Parameters

examId
string<uuid>
required

The exam id returned by Create an exam. Write it in lowercase: this path only matches lowercase hexadecimal characters and hyphens.

Example:

"d19e6868-98dd-4274-a2a5-4a616dd93ea7"

ansSheetId
string<uuid>
required

The answer sheet id returned by Create an exam answer sheet. Write it in lowercase.

Example:

"8a2f4c1e-5b3d-4e6f-9a7b-0c1d2e3f4a5b"

ansId
string<uuid>
required

The answer id from answer[].id in Get exam scores for review. Write it in lowercase.

Example:

"f819bfd2-8aaa-42df-bd18-23cb989b2d16"

Response

Feedback for the answer. data is empty when the AI deducted no marks.

data
object[]