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

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

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!


Thanks Deepak!


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


Leave a Reply