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?
Page 1 / 1
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.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.