How can I use a question answer in a survey to branch to different surveys? | XM Community
Skip to main content
Solved

How can I use a question answer in a survey to branch to different surveys?

  • September 19, 2018
  • 4 replies
  • 275 views

Decomposer
Forum|alt.badge.img+1
I want to place a question in a survey that will direct respondents to different surveys depending on their answers. How can this be done?

Best answer by PeeyushBansal

I will suggest 2 ways 1) make your answer options as hyperlinks which in click will take you to another survey. 2) add descriptive text type question and write information and give your link too. And add display logic on this.

4 replies

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • September 19, 2018
If the survey experience is all at once, then make each "survey" its own block and apply branching logic in the survey flow. If the experiences occur at different times, then you need to add a contact list trigger and pipe over the selected choice as embedded data. Then use that embedded data to distinguish which survey they will receive. The best method for achieving this really depends on your setup and process. Can you share more?

christopeter
Level 2 ●●
Forum|alt.badge.img+1
  • Level 2 ●●
  • September 19, 2018
For this add display logics in question or add branch logic in survey flow.

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • Answer
  • September 19, 2018
I will suggest 2 ways 1) make your answer options as hyperlinks which in click will take you to another survey. 2) add descriptive text type question and write information and give your link too. And add display logic on this.

Decomposer
Forum|alt.badge.img+1
  • Author
  • September 19, 2018
Thanks for the great ideas!