Row
- alternativesType: array object[] | null · Alternative[]
All alternatives for the question if applicable. Will not be visible if no alternatives on the question.
- alternativeType: stringFormat: uuid
Id A unique id for an alternative.
- orderType: integer | string
Number Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Order the alternatives.
- scoreType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleScore for the alternative if scoring is enabled.
- titlesType: array object[] · Title[]
All Titles for the alternative
- typeType: string
Alternative type. Valid values:
- DEFAULT: A regular alternative
- NA: Not applicable, N/A
- OTHER: Respondent specifies his own alternative as a short text
- weightType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleWeight for the alternative. E.g. used in calculations.
- orderType: integer | string
Number Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Order of the question in the survey
- presentationType: string
Presentation of the question. Depending on the question type, different 'Presentation' might be valid. Data stored for question is the same regardless of 'Presentaion'. Default Value ''
- questionType: stringFormat: uuid
Id A unique id for a question.
- titlesType: array object[] | null · Title[]
All question titles
- languageType: string
Code requiredThe language code in BCP 47 format.
- titleType: stringrequired
Title as text
- typeType: string
Row Types. Answers to the question are stored depending on the type. Below is a short overview of the types. Possible values:
- SINGLE_CHOICE: Single select question, takes a single alternative as answer. Possible for the respondent to specify his own alternative as a short text if the special alternative 'Other' is used.
- MULTIPLE_CHOICE: A Mulitpliple choice question, that takes one or more alternatives as answer. Possible for the respondent to specify his own alternative as a short text if the special alternative 'Other' is used.
- OPENANSWER: Open answer question. Answer is text.