I have a multiple-select question (Question 1) which has 5 response options: A, B, C, D, E.
If the participant selects A, D, and E , I want to save each choice as a separate bit of embedded data so I can manipulate it later. For example, I'd like to save each choice similarly to this:
Response1_EmbeddedData = [selected "A" choice from Question 1]
Response2_EmbeddedData = [selected "D" choice from Question 1]
Response3_EmbeddedData = [selected "E" choice from Question 1]
Is this possible?
Question
Is it possible to save all answers selected as embedded data?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.