I have a problem and i don’t know how to solve it.
I have 3 questions for example: Q1,Q2,Q3
Q1 is a mutliple choice question
Q2 is a multiple choice question too
Q3 is a multiple numerical input question
Q1 and Q2 answers are identical and Q2 use an Array filter exculsion so if you select an answer in Q1 it does not show up in Q2.
Q1 anwsers are all exclusive so you can only select one. Thats because if i use radio buttons then i can’t use array for filtering.
For example:
Q1: can only select one
a
b
c -checked
d
e
Q2: can select multiple
a
b
d
e
Now i want for Q3 to use array to show all the answers that are checked in Q1 and Q2.
Problem is if i set Q3 to use array for Q1 or Q2 only it works just fine but If i set the filter for both (Q1;Q2) it does not work (it shows no answers).
Any help will be appreciated.