How to display answer choices based on the input from a prior question | XM Community
Skip to main content
For example, the first question is how many activities do you participate after school with answer choices 1, 2, 3, etc. If the response to the first question is 2, I would like to create a Constant Sum question next about percentage of time spent on each activity, i.e. Activity 1 and Activity 2. If the response to the first question is 3, the answer choices for the next question would be Activity 1, Activity 2 and Activity 3.
Hello @jingz ,



You need to apply display logic on each option(statement) as - So statement 1 will have no display logic since if no choices is selected, you need to obviously skip the question.



From option 2 i.e statement 2 you need to apply logic as if 2 OR 3 OR 4.......is selected. Similarly, for Statement 3, the logic will be if 3 OR 4 OR....... is selected.
Yes, it works! Thank you so much.

Leave a Reply