Skip to main content
PATCH
Update an exam feedback query status
Step 8 of 8 in Evaluate an exam.

Rules

  • status is required, and must be the integer 1, 2, or 3. A missing or unknown value returns 400 Invalid status: The provided status is not valid.
  • Send the number, not the name. "2" as a string is rejected.
  • A successful call returns 200 with the whole feedback record.
Statuses are for your own workflow. Changing one does not re-run the AI and does not change marks.

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"

feedbackId
string<uuid>
required
Example:

"3d1c8b57-6e94-4a2f-b0d3-7c5e9a18f462"

feedbackQueryId
string<uuid>
required

The query id from feedbackQuery[].id in Get exam answer feedback and queries.

Example:

"9c4e2a18-7d35-4b61-8e0f-2a6b5c3d9e71"

Body

application/json
status
enum<integer>
required

1 Submitted, 2 In Review, 3 Resolved. Send the number, not the name.

Available options:
1,
2,
3

Response

The status was saved. The response is the whole feedback record.

data
object

One reason the AI deducted marks from an answer, with any queries raised against it.

Example: