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
Unique identifier of the assignment model answer sheet
Example:
"2600413f-7c6e-46ef-8ea9-3e7b5834879f"
Name of the assignment
Example:
"test 2"
Instruction text for the assignment (if any)
Example:
null
Total marks of the assignment
Example:
0
Grade awarded for the assignment
Example:
null
Associated course identifier
Example:
"300"
List of grouped questions with their children