Splitting multiple choice answers into different embedded data | XM Community
Skip to main content

Splitting multiple choice answers into different embedded data

  • October 7, 2022
  • 3 replies
  • 66 views

Forum|alt.badge.img+3

Hi all,
I am looking for a way where I can split multi-check question in survey editor into different embedded dats using JS.
E.g. Please select your school you volunteer in from below:

  1. ABC School

  2. PQR School

  3. XYZ School

  4. LMN School

If a respondent selects lets say ABC and XYZ so in embd data 1 = ABC , embd data 2 = XYZ

3 replies

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • October 7, 2022

justin_j
You can use branch logic within survey flow something like this, where you pipe the description in embedded data:
image.png
Hope this helps!


Forum|alt.badge.img+3
  • Author
  • October 8, 2022

Thanks Deepak!


SuhasM
Qualtrics Employee
Forum|alt.badge.img+16
  • Qualtrics Employee
  • October 10, 2022

Great use of branch logic by Deepak! Thank you for confirming the solution justin_j 🙂