Skip to content

How to add additional questions?

Adding additional questions

With this feature you can add up to five additional questions. You can choose for the questions to be either a rating, free text field, option box or check box.

Tip

Limiting the number of extra questions is advised. If you want to add more questions to your surveys, start out slow, and add one or two. Take your time to see, if this adds any value. Remember it takes extra time for respondents to answer several questions - this means they might not get to the end of the survey and submit their answers.

See how to insert the additional questions her:

AddadditionalquestionsGIF

Adding Option boxes and Check box to extra questions

Adding Option boxes:

To add the Option boxes, you will need to use the text example below:

{"question": "INSERT YOUR QUESTION HERE", "allowMultipleAnswers" : false, "choices":["option 1", "option 2"]}

e.g.:

{"question": "The we solve your case?", "allowMultipleAnswers" : false, "choices":["yes", "no"]}

Adding Check boxes:

To add the Check boxes, you will need to use the text example below:

{"question": "INSERT YOUR QUESTION HERE", "allowMultipleAnswers" : true, "choices":["option 1", "option 2", "optione3"]}

e.g.:

{"question": "Pick your favorite colors:", "allowMultipleAnswers" : false, "choices":["Green", "Blue", "Yellow"]}

See below how it will look in the survey:

Addadditionalquestions