Use one question to determine how many options to show? | XM Community
Skip to main content

I am trying to make a survey where the first question is "How many would you like to add?" and that question determines how many options appear . So if they select "1" they see the next question one time but if they select "3" respondents will see the next question three times.

There's no direct way to do it. One approach is to create a loop and merge with the maximum expected answer, like 100 or so, then use display logic on the questions, with the condition that the current loop number is less than the answer provided earlier.


Leave a Reply