Solved
Custom code answer choices
Hi, I want to make a question in a survey with 9 answer choices and rules on how the answers choices can be combined like:
• 1 to 5 can be combined with each other
• 6 to 7 can not be combined with each other
• 1 to 5 can not be combined with 6 to 7
• 8 and 9 can not be combined with anything else
• It is ok that the respondent does not respond at all (i.e. empty is possible)
How can I use Javascript to make this possible?
Best answer by TomG
What is the difference between 6, 7 and 8, 9? From your description it seems like all four are exclusive. If that's the case, you don't need any JavaScript, just use a multi-select and make 6, 7, 8, and 9 exclusive.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
