Answer types
Survicate supports numerous question types.
Choice
This is an answer that will be sent to following question types:
- Single choice
- Net Promoter Score
- Rating
- Smiley scale
- Dropdown
Attributes:
id
is answer id in Survicatebody
contains answer presented as a stringcomment
is additional comment provided by respondent
Attributes for NPS:
id
is answer valuebody
contains answer presented as a string
Fields
Fields are answers to contact form added to your survey.
fields
attribute contains all answers collected through fields in contact form.
Choices
Choices are answers to multiple answer question - checkboxes.
Choices are presented as an array of responses.
body
contains answer presented as a string.
comment
is additional comment provided by respondent
Text
Question type: Text question
text
contains answer presented as a string.
Date
Question type: Date
date
contains answer presented as a string.
Matrix
Question type: Matrix
Answers to a matrix question are available in a form of an array of responses.
body
contains the content of each matrix question row, described as answer choice
in the survey editor.
value
is the answer to the particular matrix question row selected by the respondent. Values possible for a respondent to select are defined as Columns
in the survey editor.
Ranking
Question type: Ranking
An answer to a ranking question is available as an array.
body
contains the Answer choice
content.
value
is the position of the particular 'answer choice', set by the respondent, in the ranking of all other answer choices.