-
Notifications
You must be signed in to change notification settings - Fork 2
How to create sub questions
Note: Currently the only question type that supports branching and sub questions is RadioChoice. This is pretty logical as you can select a single answer and have conditions based on this. However, this is very rigid, in future releases this will be added to additional question types. Starting with CheckChoice.
In Gather you can have sub questions that are always visible or sub questions that are visible based on what answer is selected in the main question. You can also control which question are visible by different answers selected in the main question. For example:
If a user selected answer 1 you can show sub question 1 and 3
If a user selected answer 2 you can show sub question 2 and 4
Here are the steps to creating a sub question:
1.Once you have a MultiChoiceRadio Question created, you will see this icon:
2.Click the icon and you will see the create question screen. Very similar to the screen you used to create a parent question. Except sub questions have an additional option: "Show sub question if answered:"
3."Show sub question if answered" contains the answers of the parent question. To display the subquestion without a condition leave this blank. If you would like to show the question based on answer selected, please select an answer from the drop-down and create your question.
4.Now, when you fill out the survey, you will have sub questions, you will not see the branch questions that have a parent answer associated to them, until that answer is selected.
