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

How can I ask iterative Questions with next Questions choices depending on last answer?

  • May 12, 2022
  • 2 replies
  • 26 views

Forum|alt.badge.img

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.

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • May 16, 2022

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


Forum|alt.badge.img
  • Author
  • May 20, 2022

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.