How to carry forward certain selected statement options into next question? | XM Community
Skip to main content
Solved

How to carry forward certain selected statement options into next question?


Hi,
I have a matrix table in my survey, and am trying to carry forward certain statements options that selected certain scale points into the next question.
As an example, in this matrix table question,
test.pngI only want statement options (1., 2., 3.) that selected scales points a. and b. (and NOT c. and d.) to be carried over as options into my next question.
Is there a code on Javascript I can run?

Thanks so so much!


Best answer by rondev

Instead of javascript, you can follow this.
In your next question add 1, 2, 3 as the option. Now add option display logic on it as if show option 1 only if scale point a or c is selected in previous question. Similarly for option 2 and 3.

View original

2 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1449 replies
  • Answer
  • June 25, 2020

Instead of javascript, you can follow this.
In your next question add 1, 2, 3 as the option. Now add option display logic on it as if show option 1 only if scale point a or c is selected in previous question. Similarly for option 2 and 3.


Forum|alt.badge.img+1

The answer above saved me a lot of time. Thank you so, so much!


Leave a Reply