GET
/
assignment-evaluation
/
v1
/
assignment
/
{id}
/
model-answer
/
{modelAnswerId}
curl --request GET \
  --url https://api-staging.crazygoldfish.com/assignment-evaluation/v1/assignment/{id}/model-answer/{modelAnswerId}/
{
  "id": "2600413f-7c6e-46ef-8ea9-3e7b5834879f",
  "assignmentName": "test 2",
  "instruction": null,
  "marks": 0,
  "grade": null,
  "courseId": "300",
  "parentQuestions": [
    {
      "id": "b3098d35-50b4-4417-954f-0b9df6553bd4",
      "questionNumber": "Q1",
      "text": "Add olfactory imagery to the following:",
      "marks": 0,
      "questions": [
        {
          "id": "246b66a3-42b3-4f25-bb52-fe03475ef0c9",
          "questionNumber": "1",
          "text": "A flower shop",
          "marks": 0,
          "diagramDescription": "No diagram or image provided.",
          "modelAnswer": {
            "id": "69c0c508-ac57-4c43-a795-5ce0799a1240",
            "stepMarking": [],
            "rubric": "2b973c83-2830-4712-87b7-64a8c0a99035"
          }
        }
      ]
    }
  ]
}

Path Parameters

id
string
required

Unique identifier of the assignment

modelAnswerId
string
required

Unique identifier of the model answer

Response

200
application/json
Model answer sheet details retrieved successfully.

Assignment model answer sheet response

id
string

Unique identifier of the assignment model answer sheet

Example:

"2600413f-7c6e-46ef-8ea9-3e7b5834879f"

assignmentName
string

Name of the assignment

Example:

"test 2"

instruction
string | null

Instruction text for the assignment (if any)

Example:

null

marks
number

Total marks of the assignment

Example:

0

grade
string | null

Grade awarded for the assignment

Example:

null

courseId
string

Associated course identifier

Example:

"300"

parentQuestions
object[]

List of grouped questions with their children