{
"data": {
"id": "FID001",
"type": "MobileResponse",
"attributes": {
"questionType": "audioRecording",
"status": "string",
"leadIn": "string",
"stem": "string",
"feedback": "string",
"emqInstructions": "string",
"emqFeedback": "string",
"options": [
{}
],
"chosenOptions": [
{}
],
"correctOptions": [
{}
],
"outcome": "string"
},
"relationships": null
}
}
curl --location --request PATCH 'https://api.synap.ac/v3/mobile/responses/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "MobileResponse",
"attributes": {
"questionType": "audioRecording",
"status": "string",
"leadIn": "string",
"stem": "string",
"feedback": "string",
"emqInstructions": "string",
"emqFeedback": "string",
"options": [
{}
],
"chosenOptions": [
{}
],
"correctOptions": [
{}
],
"outcome": "string"
},
"relationships": null
}
}'
{
"data": {
"id": "FID001",
"type": "MobileResponse",
"attributes": {
"questionType": "audioRecording",
"status": "string",
"leadIn": "string",
"stem": "string",
"feedback": "string",
"emqInstructions": "string",
"emqFeedback": "string",
"options": [
{}
],
"chosenOptions": [
{}
],
"correctOptions": [
{}
],
"outcome": "string"
},
"relationships": null
}
}