Update an exam feedback query status
Move a student’s query between Submitted, In Review, and Resolved so your interface can show what is still open.
Rules
statusis required, and must be the integer1,2, or3. A missing or unknown value returns400 Invalid status: The provided status is not valid.- Send the number, not the name.
"2"as a string is rejected. - A successful call returns
200with the whole feedback record.
Authorizations
Access token from Get an access token. A missing, invalid, or expired token returns 403.
Path Parameters
The exam id returned by Create an exam. Write it in lowercase: this path only matches lowercase hexadecimal characters and hyphens.
"d19e6868-98dd-4274-a2a5-4a616dd93ea7"
The answer sheet id returned by Create an exam answer sheet. Write it in lowercase.
"8a2f4c1e-5b3d-4e6f-9a7b-0c1d2e3f4a5b"
The answer id from answer[].id in Get exam scores for review. Write it in lowercase.
"f819bfd2-8aaa-42df-bd18-23cb989b2d16"
The feedback id from Get exam answer feedback and queries.
"3d1c8b57-6e94-4a2f-b0d3-7c5e9a18f462"
The query id from feedbackQuery[].id in Get exam answer feedback and queries.
"9c4e2a18-7d35-4b61-8e0f-2a6b5c3d9e71"
Body
1 Submitted, 2 In Review, 3 Resolved. Send the number, not the name.
1, 2, 3 Response
The status was saved. The response is the whole feedback record.
One reason the AI deducted marks from an answer, with any queries raised against it.