Feedbacks
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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Success - The request was processed successfully.
Feedback provided for the answer.