GET
/
evaluation-platform
/
v1
/
exam
/
{examId}
/
answer-sheet
/
{ansSheetId}
/
get-final-result
curl --request GET \
  --url https://api-staging.crazygoldfish.com/evaluation-platform/v1/exam/{examId}/answer-sheet/{ansSheetId}/get-final-result/ \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "publishedDate": "2024-12-26 09:58:30",
  "data": {
    "id": "4340132f-50fa-4877-9ffa-e9b7ee59d51f",
    "examName": "CBSE 10 – Mock Test",
    "subjectName": "Science",
    "totalMarks": 80,
    "obtainedMarks": 45,
    "questionMarkSumMismatch": false,
    "modelAnswerMarkSumMismatch": false,
    "overallDuration": "180",
    "overallInstruction": "1. All questions would be compulsory. However, an internal choice of approximately 33% would be provided. 50% marks are to be allotted to competency-based questions. 2. Section A would have 16 simple/complex MCQs and 04 Assertion-Reasoning type questions carrying 1 mark each. 3. Section B would have 6 Short Answer (SA) type questions carrying 02 marks each. 4. Section C would have 7 Short Answer (SA) type questions carrying 03 marks each. 5. Section D would have 3 Long Answer (SA) type questions carrying 05 marks each. 6. Section E would have 3 source based/case based/passage based/integrated units of assessment (04 marks each) with sub-parts of the values of 1/2/3 marks.",
    "sections": [
      {
        "id": "ef66afc6-d923-43c6-b2d2-e29814306214",
        "sectionName": "SECTION A",
        "duration": null,
        "instruction": null,
        "totalMarks": 20,
        "obtainedMarks": 13,
        "parentQuestions": [
          {
            "id": "fcb22595-c36a-4ddf-b9d3-00ba6d2ea466",
            "text": "Identify the option that indicates the correct enzyme that is secreted in location i, ii and iii.",
            "marks": 1,
            "questionNumber": "Q1",
            "diagramDescription": null,
            "questionType": "MCQ",
            "questions": [
              {
                "id": "226986d3-95e4-4ed7-aaa4-3e7054f9bc5b",
                "text": "(a) (i)Lipase, (ii) trypsin (iii) pepsin (b) (i) amylase, (ii) pepsin, (iii) trypsin (c) (i) trypsin, (ii) amylase, (iii) carboxylase (d) (i) permease (ii) carboxylase (iii) oxidase",
                "marks": 1,
                "isApproved": false,
                "questionNumber": "",
                "supportingText": "MCQ",
                "modelAnswer": {
                  "id": "57837640-c695-44a5-9667-9cfb8bafebf1",
                  "answerText": "",
                  "stepMarking": [
                    {
                      "marksplit": 1,
                      "step_wise_answer": "(b) (i) amylase, (ii) pepsin, (iii) trypsin",
                      "modelanswer_diagram_description": ""
                    }
                  ]
                },
                "answer": [
                  {
                    "id": "f819bfd2-8aaa-42df-bd18-23cb989b2d16",
                    "answerText": "(b) (i) amylase , (ii) pepsin, (iii) Trypsin",
                    "marks": 1,
                    "isApproved": false,
                    "diagramDescription": null,
                    "aiFeedbacks": [
                      {
                        "feedback": "The student has provided the correct answer, demonstrating a clear understanding of the enzymes associated with the specified locations. Great job!",
                        "student_text": "(b) (i) amylase , (ii) pepsin, (iii) Trypsin",
                        "justification": "The student's answer matches the model answer exactly, indicating that they have correctly identified the enzymes for each location as per the question requirements.",
                        "marks_deducted": "0",
                        "room_for_improvement": "None, as the answer is correct and complete."
                      }
                    ],
                    "teacherFeedback": "The student has provided the correct answer, demonstrating a clear understanding of the enzymes associated with the specified locations. Great job!"
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

examId
string
required
ansSheetId
string
required

Response

200
application/json
Success
status
string

Status of the response

Example:

"success"

publishedDate
string

Date and time when the final scores were published

Example:

"2024-12-26 09:58:30"

data
object

The final scores for the answer sheet