GET - Final Result
The API retrieves the finalized scores and detailed performance breakdown for a student’s exam. This includes:
- Exam-level metadata (exam name, subject, total marks, etc.).
- Section-wise summaries (marks distribution, instructions).
- Detailed answers with associated feedback, model answers, and step-wise marking.
Scenarios:
-
Retrieving Finalized Scores After Exam Results Are Published:
- After the exam results are finalized and published, the teacher or administrator retrieves the finalized scores for a student.
- The API provides:
- Exam-Level Metadata: Information such as exam name, subject, total marks, and any other relevant details.
- Section-Wise Summaries: Marks distribution, section-specific instructions, and total allocated marks for each section.
- Detailed Breakdown: Student’s answers, model answers, step-wise marking, and feedback.
- Outcome:
- The finalized scores provide a comprehensive overview of the student’s performance, which can be shared with students and used for reporting purposes.
-
Reviewing Detailed Feedback After Exam Results Are Finalized:
- A teacher uses the API to review the student’s finalized scores, including step-wise marking, feedback, and model answers.
- Outcome:
- Teachers can analyze student responses in comparison to model answers, providing feedback and personalized academic counseling to help students identify strengths and areas for improvement.
GET
Retrieve final scores for an answer sheet
Documentation Index
Fetch the complete documentation index at: https://docs.crazygoldfish.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Previous
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:**
1. **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.
Next
Retrieve final scores for an answer sheet