I know some variants of this have been asked before but the solutions in those cases don’t work.
I have a survey with 3 larger matrix items. In those items each matrix has about 15 statements and 5 scale points. After the matrix items are completed I want to have a question (or multiple if it must be) where participants are served an item that has selected statements from the matrix questions, but only the statements that are from the two lowest categories (Not Important and Slightly Important).
I include a simple image below to demonstrate that I’d want Statements 1, 3 and 4 carried forward into a future question. Ideally, I’d want these three statements combined with similarly selected statements in other matrix items to be combined into a single question where I can ask a follow-up based on all these that were given low ratings.
Of course, carry forward choices doesn’t work. I am hoping to avoid some sort of complicated display logic that I’d need to do for many statements/response options. It seems like it should be simple to take all the statements that fit this categorization, send that to a list or array or other and then use that to populae response options to a future MC or other question.
Thanks for any thoughts you have on the best way to accomplish this with the simplest solution.