2.1.1 Tell object
Represents the "Tell"-side of a question. A question is comprised of an 2.1.1 Ask object and a Tell object.
Example
{
"name": "Country",
"composition": "SINGLE",
"type": "MULTIPLE_CHOICE",
"terms": [ {
"value": "Comoros"
}, {
"value": "Trinidad and Tobago"
}, {
"value": "Libya"
}, {
"value": "Vietnam"
} ]
}
Fields
Field | Type | Description |
---|---|---|
name required |
String | The column name of the selected answer column. Example value: Answer |
composition required |
String constant | The question composition. Possible values: SINGLE , SET or SEQUENCE |
type required |
String constant | The question type. Possible values: MULTIPLE_CHOICE , OPEN_ENDED or INTRODUCTION |
terms required |
List of 2.1.1 Term objects | The actual content of the tell-side of the question. For open ended questions, this is an empty list. |
imageMap optional |
2.1.1 ImageMap object | An optional image map, in case this is a hot spot question. |
Last updated on