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

Piping individual responses from one question to the next

  • July 3, 2019
  • 3 replies
  • 8 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.

Best answer by TomG

> @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/

3 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • 1169 replies
  • July 3, 2019
You can pipe using code like `${q://QID1/ChoiceGroup/SelectedChoices}`

  • Author
  • 1 reply
  • July 3, 2019
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.

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • July 3, 2019
> @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/