Hello- Say I have three successive multiple choice questions each with a large number of choices from which a random subset of five are displayed. How can I then create a follow-up question that will show choices consisting of all of the fifteen choices displayed earlier (five each from three questions)?
Carry forward only works with a single question. The documentation suggests manually inputting every potential choice and adding display logic to each, but this is tedious and error-prone with a large number of choices. Is there any other way?
Solved
Carry forward displayed choices from multiple questions
Best answer by TomG
There is a big drawback, but you could use JavaScript to capture the 5 displayed choice labels from each of the three questions as embedded data fields then pipe them into the 15 choice question (Q4). The drawback is you would have to decode the Q4 answers (do a lookup to determine what choices the answers apply to).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
