POST - Student Answer Sheet
The API allows clients to create a new answer sheet for a specific student in an exam. It associates the student’s ID with an answer sheet and returns the unique ID for the answer sheet. The answer sheet can later be updated with documents (e.g., scanned PDFs or images).
Scenarios:
-
Creating a New Answer Sheet for a Student:
- A teacher provides the student’s ID to create a new answer sheet.
- Outcome:
- The API generates a unique answer sheet ID linked to the student.
- This ID is used for future reference and document uploads.
-
Associating Documents with the Created Answer Sheet:
- After scanning the student’s handwritten answer sheet, the teacher uploads a PDF or JPEG images using the unique answer sheet ID.
- Outcome:
- The scanned document is associated with the student’s answer sheet, enabling it to be evaluated or graded in subsequent steps.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
"2017009807"
"98765"
"54321"
"John Doe"
"11223"
Response
Unique identifier of the student answer sheet
"3bbf06fe-f348-48cf-8995-dd71fc33589a"
List of documents associated with the student answer sheet initially empty
[]
Unique identifier of the student
"2017009807"
Unique identifier of the institute
"98765"
Unique identifier of the teacher
"54321"
Name of the student
"John Doe"
Unique identifier of the parent
"11223"