[Data Model] Fill in the Blanks Questions
, Edit
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 |
|---|---|---|
|
|
|
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
"outcomeDeclaration": { "maxScore": { "cardinality": "single/multiple", "type": "integer", "defaultValue": 1 } }
interactions
format1 (recommened) | format2 | format3 |
|---|---|---|
|
|
|
editorState
"editorState": { "options": [ { "answer": true, "value": { "body": "New Delhi", "value": 0 } }, { "answer": true, "value": { "body": "New York", "value": 1 } } ], "question": "<p>capital of india is [[New Delhi]]. and capital of USA is [[New York]]</p>" }
answer
<div class='answer-container'> <div class='answer-body'> <p>New Delhi</p> </div> <div class='answer-body'> <p>New York</p> </div> </div>
templateId
templateId: "default"
primaryCategory
"primaryCategory": "Fill In The Blanks Question"
qType
"qType": "FTB"