GET
/
evaluation-platform
/
v1
/
exam
/
{examId}
/
answer-sheet
/
{ansSheetId}
/
answer
/
{ansId}
/
feedback
curl --request GET \
  --url https://api-staging.crazygoldfish.com/evaluation-platform/v1/exam/{examId}/answer-sheet/{ansSheetId}/answer/{ansId}/feedback/ \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "def80534-8f59-49ea-b43e-553075b1db91",
      "examId": "edaf2e84-e911-4150-9628-6d182a05ed0d",
      "studentId": "10160091",
      "answerId": "11637fca-dc77-4b63-88c0-ec74126d951c",
      "feedback": "The student selected an incorrect option. It is important to carefully analyze the question and the options provided. Understanding the characteristics of a homologous series is crucial for answering such questions correctly.",
      "marks_deducted": "1 - incorrect option selected",
      "justification": "The student's answer (c) gradation in Physical Properties is incorrect as it does not address the question of what is not observed in a homologous series. The model answer correctly identifies (a) Change in chemical properties as the correct response.",
      "room_for_improvement": "To achieve full marks, the student should select the correct option (a) Change in chemical properties, which is the only option that is not observed in a homologous series.",
      "feedbackQuery": [
        {}
      ]
    }
  ]
}

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
ansId
string
required

Response

200
application/json
Success - The request was processed successfully.
data
object[]

Feedback provided for the answer.