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.
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.