So i've got Q5a asking "What is your first choice" with a radio button response list. Then Q5b is supposed to be "What is your second choice" with the same radio button response list EXCEPT it should exclude the response given from Q5a.
Hi,
the simplest way is to use multiple choice questions instead radio button questions (set questions mandatory with 1 answer max.)
After use the
array exclusion filter
to do the job
Now the trick is that i have two responses that should be allowed in both questions regardless of whether they were answered in the first or not - "Not sure" and "Other"
What i've done is create two responses for each (the 'other' and 'not sure'), creating the 'other' with an <html><textarea col="1"></textarea></html> for the response list coding.
This way if the respondent says one of the 'others' in the first question they will still have the ability of choosing the other 'other' in the second question.
1) Do you mean the built-in " Option 'Other' " attribute ?
2) If your 'other' and 'not sure' answer options are not sharing same answer codes in Q5a & Q5b the exclusion won't apply for those options
i created a custom "other" field in both the first and second question so that i could make them each a different code...therefore giving me the ability to include an "other" response in the second question even if it was given for the first question.
Problem is that the text is not being captured.
Is there a way to use the standard 'include other' response in the question while giving different code values for each question? That might be the easiest way.