[Data Model] Fill in the Blanks Questions
body
<div class='question-body'>
<div class='ftb-title'>
<p>Capital of india is [[New Delhi]], and capital of USA is [[New York]]</p>
</div>
<div data-text-interaction='response1' class='ftb'></div>
</div>
responseDeclaration
Format1 (Recommended) | Format2 | Format3 |
---|---|---|
"responseDeclaration": {
"response1": {
"cardinality": "multiple",
"type": "string",
"correctResponse": {
"value": [
"New Delhi",
"New York"
]
},
"mapping": [
{
"value": "New Delhi",
"score": 0.5
},
{
"value": "New York",
"score": 0.5
}
]
}
} | "responseDeclaration": {
"response1": {
"cardinality": "multiple",
"type": "string",
"correctResponse": {
"value": [
"0",
"1"
]
},
"mapping": [
{
"value": 0,
"score": 0.5
},
{
"value": 1,
"score": 0.5
}
]
}
} |
Note: when there are two or more blanks in the question then cardinality
will be multiple
. If there is only one blank in the question the cardinality
will be single
.
outcomeDeclaration
interactions
format1 (recommened) | format2 | format3 |
---|---|---|
 |  |  |