2.0 Ask object

Represents the "Ask"-side of a question. A question is comprised of an Ask object and a 2.0 Tell object.

Example

{
  "name": "Question",
  "term": {
    "value": "What is the airspeed velocity of an unladen swallow?"
  }
}

Fields

Field Type Description
name
required
String The column name of the selected question column.

Example value: Question
term
required
2.0 Term The question contents.
imageMap
optional
2.0 ImageMap An optional image map, in case this is a hot spot question.