Feedbacks
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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unique identifier for the feedback entry.
Example:
"def80534-8f59-49ea-b43e-553075b1db91"
The type of query being submitted or you can refer to the constant API docs
Example:
1
The text of the query submitted by the student.
Example:
"why my marks has been deducted"
Response
201
application/json
Success - Feedback details retrieved successfully.
Feedback details retrieved successfully.