Use one question to determine how many options to show? | XM Community
Question

Use one question to determine how many options to show?

  • 16 July 2021
  • 1 reply
  • 2 views

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.


1 reply

Userlevel 7
Badge +21

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