curl --location --request GET 'https://api.synap.ac/v3/player-cloze-drop-down-responses/'
{
"data": {
"id": "FID001",
"type": "PlayerClozeDropDownResponse",
"attributes": {
"status": "unanswered",
"resultsStatus": "correct",
"questionType": "audioRecording",
"questionReferenceId": "string",
"questionReferenceDoi": "string",
"name": "string",
"leadIn": "string",
"stem": "string",
"timerDurationMs": 0,
"hideStemImage": true,
"layout": "swimLane",
"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",
"template": "string",
"canReusePossibleResponses": true,
"blanks": [
{
"blankId": "string",
"value": "string"
}
],
"answers": [
{
"blankId": "string",
"value": "string"
}
],
"correctAnswers": [
{
"blankId": "string",
"valuye": "string"
}
]
},
"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"
}
}
}
},
"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": {}
}
}
}
]
}