How can I ask iterative Questions with next Questions choices depending on last answer? | XM Community
Skip to main content

Hi,
I want to ask iterative questions in which the answers will be intervals (eg: 1-100, 101-200, etc.). To refine answers I want to repeat the question a few times and the answer choice should depend on the answer given before (eg i f selected 1-100 in Q1, choices would be 1-10, 11-20, etc).
General loop and merge function seems not to be appropriate. Any ideas? Thanks for your help.

Don't see any automated solution for this. Only way is to create separate question for each interval and then use display logic.


Hmm, but without automated solution I would have to do all questions by hand per possible answer. With 5 choices and 3 rounds of iteration, that leads to 5x5x5 Question with display logic.
I think there should be some automated javascript solution possible.


Leave a Reply