Assignment Model Answer
GET - Extracted Model Answer
This API allows authenticated users to retrieve the model answer details of a specific assignment. The model answer may include associated documents, rubric information, and a hierarchical question structure with individual model answers per question.
Key Parameters:
- assignmentId (
path param
, required): The unique ID of the assignment for which the model answer is requested.
Response Includes:
assignmentName
: Title of the assignment.courseId
,grade
: Educational context of the assignment.parentQuestions[]
: A list of question groups, each containing sub-questions.- For each question:
text
,questionNumber
,marks
modelAnswer
: ID, linked rubric, step marking (if any), etc.
GET
Path Parameters
Unique identifier of the assignment
Unique identifier of the model answer
Response
200
application/json
Model answer sheet details retrieved successfully.
Assignment model answer sheet response