Assignment Student Answer
POST - Student Assignment Sheet
The API allows clients to create a new assignment sheet for a specific student in an assignment. It associates the student’s ID with an assignment sheet and returns the unique ID for the assignment sheet. The assignment sheet can later be updated with documents (e.g., scanned PDFs or images).
Scenarios:
-
Creating a New assignment Sheet for a Student:
- A teacher provides the student’s ID to create a new assignment sheet.
- Outcome:
- The API generates a unique assignment sheet ID linked to the student.
- This ID is used for future reference and document uploads.
-
Associating Documents with the Created assignment Sheet:
- After scanning the student’s handwritten assignment sheet, the teacher uploads a PDF or JPEG images using the unique assignment sheet ID.
- Outcome:
- The scanned document is associated with the student’s assignment sheet, enabling it to be evaluated or graded in subsequent steps.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the assignment
Body
application/json
Response
200
application/json
Answer sheet uploaded successfully.
The response is of type object
.