I would like to create a embedded data if a question is not answered it is optional | XM Community
Skip to main content
Solved

I would like to create a embedded data if a question is not answered it is optional

  • March 16, 2025
  • 1 reply
  • 12 views

Forum|alt.badge.img+13

I was trying to setup a branch if this question = empty but it is not an option.  So how do you create embedded data if they did not answer the question?  I have embedded data figured out if they answer the question.  

Best answer by TomG

If it is a multiple choice question you can check if none of the choices are selected:

If choice 1 Not Selected

AND choice 2 Not Selected

...

AND choice N Not Selected

View original

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5918 replies
  • Answer
  • March 16, 2025

If it is a multiple choice question you can check if none of the choices are selected:

If choice 1 Not Selected

AND choice 2 Not Selected

...

AND choice N Not Selected


Leave a Reply