Piping individual responses from one question to the next | XM Community
Solved

Piping individual responses from one question to the next

  • 3 July 2019
  • 3 replies
  • 1211 views

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.
icon

Best answer by TomG 3 July 2019, 19:39

View original

3 replies

Userlevel 7
Badge +33
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.
Userlevel 7
Badge +27
> @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