{
"data": {
"id": "FID001",
"type": "QuizQuestionClozeDragAndDrop",
"attributes": {
"stem": "string",
"name": "string",
"leadIn": "string",
"doi": "string",
"feedback": "string",
"attr": {},
"timerMs": 1000,
"layout": "topDown",
"markingCredit": 0,
"markingPartialCredit": 0,
"markingPenalty": 0,
"mediaStemType": "audio",
"audioStemAutoAdvance": "disabled",
"audioStemAutoAdvanceDelayMs": 0,
"audioStemAutoAdvanceEnforceFullTime": true,
"disableAudioStemControls": true,
"audioStemPlaybackLimit": 1,
"audioStemAutoPlay": true,
"audioStemDisableProgression": true,
"audioStemHideOptions": true,
"hideStemMs": 1000,
"markingAdditionalInfo": "string",
"clozeTemplate": "string",
"scoring": "exactMatch",
"pointPerBlank": 0,
"canReusePossibleResponses": true,
"blanks": [
{
"key": "string",
"correctResponseKey": "string"
}
],
"possibleResponses": [
{
"key": "string",
"value": "string",
"credits": [
{
"blankKey": "string",
"value": 0
}
],
"penalties": [
{
"blankKey": "string",
"value": 0
}
]
}
],
"optionShuffling": "disabled",
"markingScoreByChoiceEnabled": true
},
"relationships": {
"emqGroup": {
"data": {
"id": "FID001",
"type": "QuizEmqGroup"
}
},
"quiz": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"tags": {
"data": [
{
"id": "FID001",
"type": "Tag"
}
]
},
"section": {
"data": {
"id": "FID001",
"type": "QuizSection"
}
},
"audioStem": {
"data": {
"id": "FID001",
"type": "File"
}
},
"source": {}
}
}
}
curl --location --request PATCH 'https://api.synap.ac/v3/quiz-question-cloze-drag-and-drop/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "QuizQuestionClozeDragAndDrop",
"attributes": {
"stem": "string",
"name": "string",
"leadIn": "string",
"doi": "string",
"feedback": "string",
"attr": {},
"timerMs": 1000,
"layout": "topDown",
"markingCredit": 0,
"markingPartialCredit": 0,
"markingPenalty": 0,
"mediaStemType": "audio",
"audioStemAutoAdvance": "disabled",
"audioStemAutoAdvanceDelayMs": 0,
"audioStemAutoAdvanceEnforceFullTime": true,
"disableAudioStemControls": true,
"audioStemPlaybackLimit": 1,
"audioStemAutoPlay": true,
"audioStemDisableProgression": true,
"audioStemHideOptions": true,
"hideStemMs": 1000,
"markingAdditionalInfo": "string",
"clozeTemplate": "string",
"scoring": "exactMatch",
"pointPerBlank": 0,
"canReusePossibleResponses": true,
"blanks": [
{
"key": "string",
"correctResponseKey": "string"
}
],
"possibleResponses": [
{
"key": "string",
"value": "string",
"credits": [
{
"blankKey": "string",
"value": 0
}
],
"penalties": [
{
"blankKey": "string",
"value": 0
}
]
}
],
"optionShuffling": "disabled",
"markingScoreByChoiceEnabled": true
},
"relationships": {
"emqGroup": {
"data": {
"id": "FID001",
"type": "QuizEmqGroup"
}
},
"quiz": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"tags": {
"data": [
{
"id": "FID001",
"type": "Tag"
}
]
},
"section": {
"data": {
"id": "FID001",
"type": "QuizSection"
}
},
"audioStem": {
"data": {
"id": "FID001",
"type": "File"
}
},
"source": {}
}
}
}'
{
"data": {
"id": "FID001",
"type": "QuizQuestionClozeDragAndDrop",
"attributes": {
"stem": "string",
"name": "string",
"leadIn": "string",
"doi": "string",
"feedback": "string",
"attr": {},
"timerMs": 1000,
"layout": "topDown",
"markingCredit": 0,
"markingPartialCredit": 0,
"markingPenalty": 0,
"mediaStemType": "audio",
"audioStemAutoAdvance": "disabled",
"audioStemAutoAdvanceDelayMs": 0,
"audioStemAutoAdvanceEnforceFullTime": true,
"disableAudioStemControls": true,
"audioStemPlaybackLimit": 1,
"audioStemAutoPlay": true,
"audioStemDisableProgression": true,
"audioStemHideOptions": true,
"hideStemMs": 1000,
"unreviewedFlags": 0,
"markingAdditionalInfo": "string",
"questionType": "clozeDragAndDrop",
"clozeTemplate": "string",
"scoring": "exactMatch",
"pointPerBlank": 0,
"canReusePossibleResponses": true,
"blanks": [
{
"key": "string",
"correctResponseKey": "string"
}
],
"possibleResponses": [
{
"key": "string",
"value": "string",
"credits": [
{
"blankKey": "string",
"value": 0
}
],
"penalties": [
{
"blankKey": "string",
"value": 0
}
]
}
],
"optionShuffling": "disabled",
"markingScoreByChoiceEnabled": true
},
"relationships": {
"emqGroup": {
"data": {
"id": "FID001",
"type": "QuizEmqGroup"
}
},
"quiz": {
"data": {
"id": "FID001",
"type": "Quiz"
}
},
"tags": {
"data": [
{
"id": "FID001",
"type": "Tag"
}
]
},
"section": {
"data": {
"id": "FID001",
"type": "QuizSection"
}
},
"audioStem": {
"data": {
"id": "FID001",
"type": "File"
}
},
"source": {
"data": {
"id": "FID001",
"type": "QuizQuestion"
}
}
}
}
}