curl --location --request GET 'https://api.synap.ac/v3/player-image-hotspot-responses/?include'
{
"data": {
"id": "FID001",
"type": "PlayerImageHotspotResponse",
"attributes": {
"status": "unanswered",
"resultsStatus": "correct",
"questionType": "audioRecording",
"questionReferenceId": "string",
"questionReferenceDoi": "string",
"name": "string",
"leadIn": "string",
"stem": "string",
"timerDurationMs": 0,
"hideStemImage": true,
"layout": "swimLane",
"scoreByChoice": true,
"mediaStemType": "audio",
"mediaStemPlaybackCount": 0,
"audioStemPlayBackLimit": 0,
"audioStemAutoPlay": true,
"audioStemDisableProgression": true,
"audioStemHideOptions": true,
"audioStemAutoAdvance": "afterDefinedTime",
"audioStemAdvanceEnforceFullTime": true,
"audioStemAutoAdvanceDelay": 0,
"audioStemDisableControls": true,
"hideStemDuration": 0,
"feedback": "string",
"credit": 0,
"penalty": 0,
"maxPoints": 0,
"points": 0,
"markingOutcome": "correct",
"answer": {
"x": 0,
"y": 0,
"matchedHotspotSlug": "string"
},
"correctAnswers": [
{
"slug": "string",
"label": "string",
"shape": "rect",
"coords": {
"centerX": 0,
"centerY": 0,
"width": 0,
"height": 0,
"rotation": 0
},
"credits": 0,
"penalties": 0,
"isCorrect": true
}
]
},
"relationships": {
"feedbackImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"section": {
"data": {
"id": "FID001",
"type": "PlayerSection"
}
},
"emqGroup": {
"data": {
"id": "FID001",
"type": "PlayerEmqGroup"
}
},
"audioStem": {
"data": {
"id": "FID001",
"type": "File"
}
},
"hotspotImage": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
},
"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": {}
}
}
}
]
}