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.
Previous
POST - Raise Feedback The API allows students to raise queries in the feedback for a particular answer sheet ID. The **AI** will respond to these queries first. This includes:
- Feedback from the **AI**.
- Queries raised by students.
- AI responses to the queries.
- Responses to the queries from teachers.
**Scenario 1:**
1. **Raising Queries by Students and AI Response:**
- After reviewing their exam, a student may raise a query about specific marks or feedback on a particular question (identified by the answer sheet’s UUID).
- **The API provides:**
- **AI-Generated Feedback:** The AI analyzes the student’s response and provides feedback on it.
- **Student Query:** The specific query the student raised about their performance or feedback on a question.
- **AI Response:** The AI’s explanation or clarification on the marks awarded or the student’s question.
- **Outcome:**
- The student receives an immediate AI-driven response, and the teacher can review this feedback and take necessary actions, like adjusting marks or offering more details.
**Scenario 2:**
2. **Teacher Reviewing and Responding to Student Queries:**
- After the AI has responded to a query, the teacher reviews the AI’s response and provides their own feedback.
- **Outcome:**
- The teacher can approve, modify, or clarify the AI’s response, ensuring that the grading process remains transparent and accurate.
Next
Get Answer Sheet Feedback