{
"data": {
"id": "FID001",
"type": "PlayerClozeDragAndDropResponse",
"attributes": {
"canReusePossibleResponses": false,
"shareCorrectResponses": 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"
}
}
}
}
}
curl --location --request PATCH 'https://api.synap.ac/v3/player-cloze-drag-and-drop-responses/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "PlayerClozeDragAndDropResponse",
"attributes": {
"canReusePossibleResponses": false,
"shareCorrectResponses": 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"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "PlayerClozeDragAndDropResponse",
"attributes": {
"canReusePossibleResponses": false,
"shareCorrectResponses": 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"
}
}
}
}
}