Recoding multi-choice question into a binary yes/no for each answer choice | XM Community
Skip to main content
Question

Recoding multi-choice question into a binary yes/no for each answer choice

  • September 6, 2024
  • 1 reply
  • 65 views

Forum|alt.badge.img+2

I have a multi-choice with three answer options (coded 1, 2, 3).  This is part of a segmentation typing tool, so I can’t change the question type.  But the input to the typing algorithm requires a “1” for the answer selected and a “0” for the answers not selected.  What is the best way to do this?

1 reply

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • September 6, 2024

We can create embedded data for each of the options and if selected then make the respective option embeded data as 1 else 0, then use these embedded data in input to the typing algorithm.