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:
- 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:
- 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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for the exam.
"edaf2e84-e911-4150-9628-6d182a05ed0d"
Unique identifier for the answer sheet.
"c6275794-10ea-4876-aa97-0f9b1a57f0f3"
Unique identifier for the answer.
"11637fca-dc77-4b63-88c0-ec74126d951c"
Body
The unique identifier for the feedback entry.
"def80534-8f59-49ea-b43e-553075b1db91"
The type of query being submitted or you can refer to the constant API docs
1
The text of the query submitted by the student.
"why my marks has been deducted"
Response
Success - Feedback details retrieved successfully.
Feedback details retrieved successfully.