curl --location --request GET 'https://api.synap.ac/v3/exam-question-stats?exam='
{
"data": [
{
"id": "FID001",
"type": "ExamQuestionStats",
"attributes": {
"averageCredits": 0,
"averageScore": 0,
"totalResponses": 0,
"correctResponses": 0,
"incorrectResponses": 0,
"partiallyCorrectResponses": 0,
"skippedResponses": 0,
"totalOptions": 0,
"correctOptions": 0,
"itemDifficultyChance": 0,
"itemDifficultyPValue": 0,
"itemDiscriminationType": "string",
"itemDiscriminationValue": 0,
"optionsBreakdown": {}
},
"relationships": {
"question": {
"data": {
"id": "FID001",
"type": "Question"
}
},
"emqGroup": {
"data": {
"id": "FID001",
"type": "EmqGroup"
}
},
"section": {
"data": {
"id": "FID001",
"type": "Section"
}
},
"tags": {
"data": [
{
"id": "FID001",
"type": "Tag"
}
]
},
"exam": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
}
}
}
],
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
],
"meta": {
"updatedAt": "2019-08-24T14:15:22Z"
}
}