GET
/
assignment-evaluation
/
v1
/
assignment
/
{id}
/
model-answer
/
{modelAnswerId}
/
Get Assignment Model Answer
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

Model answer sheet details retrieved successfully.

Assignment model answer sheet response