Piping individual responses from one question to the next | XM Community
Skip to main content
I have a multiple choice question with 8 possible selections. I want to follow with another question that displays just the options selected on the previous question. Seems like piping should do this, but I don't see an option that will work.
You can pipe using code like `${q://QID1/ChoiceGroup/SelectedChoices}`
Thanks for the quick response. Unfortunately, that solution puts all the answers in a single response option. I'm trying to list each selected response individually. So if the person selected 4 of 8 responses on the first question, then the second question would list only the 4 responses selected on the first question.
> @Steve_Horne said:

> Thanks for the quick response. Unfortunately, that solution puts all the answers in a single response option. I'm trying to list each selected response individually. So if the person selected 4 of 8 responses on the first question, then the second question would list only the 4 responses selected on the first question.



Use the carry forward feature:

https://www.qualtrics.com/support/survey-platform/survey-module/question-options/carry-forward-choices/

Leave a Reply