Solved
Add display logic to carry forward choices
Hi Community,
I have a matrix question with randomized choices on a 5-point scale of Extremely familiar to Extremely unfamiliar. In the next question, also a matrix, I need to display the choices that the respondent is familiar with and keep the same randomization order. I tried to carry forward the choices then add display logic to each choice, but I can't add display logic to carry forward choices. I changed from carry forward choices to adding all choices then applying display logic, but now I don't have the same randomization.
Is there a way with JavaScript or some other method to get that randomization order the same?
Best answer by TomG
Yes, there are two ways:
1. Add a script to the first question that saves the randomization order to an embedded data variable. Use display logic (not carry forward) on the follow-up question and add a script to reorder the rows using the embedded data variable from the first question.
2. Use carry forward on the second question. Add a script where you pipe the selected answers from the first question into the script then hide the rows that don't apply. You can't use force response on this question.
Because of the force response limitation, the first method is preferable.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
