Student Answer Sheet
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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Successfully Retrieved Data
Array of student answers sheets along with documents