2.1.1 Ask object
Represents the "Ask"-side of a question. A question is comprised of an Ask object and a 2.1.1 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.1.1 Term | The question contents. |
imageMap optional |
2.1.1 ImageMap | An optional image map, in case this is a hot spot question. |
Last updated on