GET - Model Answer
The retrieves details about the model 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.
This API is useful for viewing, downloading, or validating model answer sheet documents.
Scenarios:
-
Viewing Model Answer Sheet Details:
- A teacher uses this API to review the details of the model answer sheet.
- Outcome:
- Retrieves a list of associated documents (PDF or sequential JPEGs).
- Provides a clear overview of the uploaded model answer sheet, including its structure and status.
-
Validating Uploaded Documents:
- A content moderator verifies whether the uploaded model answer sheet documents are complete and in the correct format.
- Outcome:
- Provides file type (PDF or JPEG).
- Displays file names and sequences for JPEGs.
GET
Retrieve model answer for an exam
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Example:
"4340132f-50fa-4877-9ffa-e9b7ee59d51f"
Previous
GET - Extracted Model Answer The GET Model Answer Sheet Answers API allows clients to retrieve the detailed structure of the answers provided in the model answer sheet for a specific exam. This includes:
- Exam-level metadata such as total marks, duration, and instructions.
- Sections of the exam with parent and sub-questions.
- Model answers and their step-wise marking schemes.
**Scenarios:**
1. **Reviewing AI-Extracted Model Answers and Mapping:**
- Teachers use this API to validate AI-extracted model answers and their mapping to the corresponding exam questions.
- **Outcome:**
- The API provides exam metadata (e.g., total marks, duration), section-wise breakdowns, and model answers with marking schemes.
- Teachers ensure the structure is accurate and ready for evaluation.
2. **Verifying Step-Wise Marking for Evaluation:**
- Content moderators review step-wise marking schemes to confirm alignment with the provided answers.
- **Outcome:**
- The API delivers detailed model answers and marks allocated for individual steps in multi-part answers.
- Moderators ensure fair and accurate marking schemes, facilitating consistent evaluation by graders.
<Tip> Want to receive automatic notifications when model answer sheets are processed? Set up webhooks to get real-time updates on model answer extraction. Check out the [Webhooks](/api-reference/endpoint/webhook/v1-get-webhook-template). </Tip>
Next
Retrieve model answer for an exam