GET - Student Answer Sheet List
The API retrieves details about all the student answer sheet for a specific exam, including its metadata and associated documents. These documents can either be:
- A single PDF file, or
- Multiple images (JPEG), each with a specific sequence.
Scenarios:
-
Reviewing All Student Answer Sheets for an Exam:
- A teacher or administrator needs to access and review all student answer sheets for a given exam.
- API Fetches:
- Metadata such as student IDs, and timestamps.
- Associated documents (PDF or JPEG images).
- Outcome:
- The teacher can easily access and evaluate the answer sheets for all students, ensuring they are ready for grading or review.
-
Validating the Submission Status of Student Answer Sheets:
- A content moderator or administrator needs to validate whether all answer sheets for a given exam have been submitted.
- API Returns:
- Metadata for each student’s answer sheet, including submission status and file type (PDF or JPEG).
- Outcome:
- The administrator confirms the submission status and checks the completeness and consistency of the submitted documents.
GET
cURL
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.
Previous
GET - Pre-Provisional ScoresThis API allows teachers to review detailed pre-provisional scores for an answer sheet associated with a specific exam. It includes section-wise and question-level details, evaluator feedback, and mechanisms for teachers to approve or adjust scores before they are released as provisional scores.
The **GET Pre-Provisional Scores API** retrieves preliminary scores for a student’s exam, including:
- Exam-level metadata such as total and obtained marks.
- Section-level details with allocated and achieved marks.
- Question-level insights, including model answers, student answers, feedback, and step-wise marking.
**Scenarios:**
1. **AI Reviewing and Scoring the Student’s Answer Sheet:**
- After submission, the AI reviews the answer sheet, processes the answers, and assigns preliminary scores according to section and question-specific marks.
- **API Provides:**
- **Exam-Level Metadata:** Total marks, obtained marks, and overall feedback.
- **Section-Level Scores:** Marks allocated and achieved for each section.
- **Question-Level Details:** AI’s scoring based on model answers, step-wise marking, and feedback.
- **Outcome:**
- AI generates pre-provisional scores, offering insights into how the model answer aligns with the student’s response.
- The teacher can review and adjust scores before finalizing them.
2. **Reviewing AI’s Marking and Feedback Before Provisional Score Release:**
- The teacher reviews the AI-generated pre-provisional scores.
- The API displays AI feedback and scores calculated according to step-wise marking.
- **Outcome:**
- The teacher assesses AI feedback on each question and adjusts any scores before finalizing and releasing the provisional score.
<Tip> Want to receive automatic notifications when student answer sheets are processed? Set up webhooks to get real-time updates on student answer extraction. Check out the [Webhooks](/api-reference/endpoint/webhook/v1-get-webhook-template). </Tip>
Next
cURL