Feedbacks
PATCH - Raise Feedback
This endpoint allows you to update the status of a query that has been raised against a specific feedback. You need to provide the exam ID, answer sheet ID, answer ID, feedback ID, and feedback query ID to identify the query. The status of the query can be updated to reflect its current state.
Scenario: Updating the Status of a Student’s Query:
- Updating Query Status:
- After reviewing a student’s query about feedback on their answer sheet, the teacher or administrator updates the status of the query (either resolved or pending).
- The API requires:
- Identifiers such as: exam ID, answer sheet ID, answer ID, feedback ID, and feedback query ID.
- Outcome:
- The status update clarifies whether the query is resolved or still pending, helping track the progress and resolution of each student’s query.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the exam.
Unique identifier of the answer sheet.
Unique identifier of the answer.
Unique identifier of the feedback.
Unique identifier of the feedback query.
Body
application/json
Status of the feedback query.
Example:
1
Response
200
application/json
Success - Feedback details retrieved successfully.
Feedback details retrieved successfully.