Feedbacks
POST - Feedback Query
This endpoint allows a student, teacher, or parent to reply to a query that has been raised against a specific feedback query. Additionally, a student can reply to the AI response related to the feedback query. You need to provide the exam ID, answer sheet ID, answer ID, feedback ID, and feedback query ID to identify the query.
Scenario: Student Replying to a Feedback Query:
- Student’s Additional Clarification:
- After receiving AI-generated feedback and the AI’s response to their query, a student may want to explain why they believe their answer should be graded differently or address any misunderstandings.
- Outcome:
- The student’s reply is stored and linked to the specific feedback query, offering further context for the evaluator to review.
Scenario: Teacher or Parent Replying to a Query:
- Teacher or Parent’s Input:
- A teacher or parent might reply to a query raised by the student to clarify feedback, explain reasoning behind marks, or provide additional insights.
- Outcome:
- The teacher or parent’s reply is stored, ensuring more transparency in the evaluation process.
POST
Path Parameters
Unique identifier of the exam.
Unique identifier of the answer sheet.
Unique identifier of the answer.
Unique identifier of the feedback.
Unique identifier of the feedback query.
Body
application/json
Text of the feedback query.
Example:
"ok got it"
Response
200 - application/json
Success - Feedback details retrieved successfully.