2.0 Tell object

Represents the "Tell"-side of a question. A question is comprised of an 2.0 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.

Valid values are SINGLE, SET and SEQUENCE.
type
required
String constant The question type.

Valid values are MULTIPLE_CHOICE, OPEN_ENDED and INTRODUCTION.
terms
required
List of 2.0 Term objects The actual content of the tell-side of the question. For open ended questions, this is an empty list.
imageMap
optional
2.0 ImageMap object An optional image map, in case this is a hot spot question.