GET - Feedback
The API retrieves all feedback and queries against the answer for the particular answer sheet ID. This includes:
- Feedback from evaluators.
- Queries raised by students.
- Responses to the queries.
Scenario:
- AI-Generated Feedback on Student’s Answer Sheet:
- After the student’s answer sheet is submitted and reviewed, the teacher or administrator retrieves AI-generated feedback based on the student’s responses, model answers, and step-wise marking criteria.
- The API provides:
- AI-Generated Feedback: Detailed feedback on the student’s answers, focusing on areas of improvement, correctness, and alignment with model answers.
- Query Handling: If the student raised any queries, the API will provide AI-generated responses or clarifications.
- Outcome:
- The teacher can review the AI feedback to assess the student’s understanding, identify common issues, and offer additional clarification or support as needed.
GET
Get Answer Sheet Feedback
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for the exam.
Example:
"edaf2e84-e911-4150-9628-6d182a05ed0d"
Unique identifier for the answer sheet.
Example:
"c6275794-10ea-4876-aa97-0f9b1a57f0f3"
Unique identifier for the answer.
Example:
"11637fca-dc77-4b63-88c0-ec74126d951c"
Response
Success - The request was processed successfully.
Feedback provided for the answer.
Get Answer Sheet Feedback