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

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!


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.


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


Leave a Reply