Model Answer Sheet
POST - Model Answer
The API is used to create a model answer sheet for an exam. This API initializes a placeholder for model answers, allowing you to later add documents (e.g., PDFs or images) associated with the model answers. This API is used to upload a model answer sheet for a specific exam. A one-to-one mapping exists between an exam and its model answer sheet, meaning that each exam can have only one model answer sheet associated with it.
Scenarios:
- Initializing a Model Answer Sheet for an Exam:
- A teacher uses this API to prepare a model answer sheet by creating a placeholder for it.
- Outcome:
- The response confirms that a model answer sheet is successfully initialized for the exam.
- The teacher can subsequently upload documents, such as PDFs or JPEGs, representing the model answers using the PATCH Model Answer Sheet API.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json · object