Ok so,
- I have a multiple choice question which allows for multiple selection.
- I have tried to cover the logic for all possible combination of selections ( A,B,C , A+B, A+C, B+C e.t.c)
- I have included a screenshot of the logic below.
- However when i select multiple selections on the form it only takes me down the path of the first option selected.
- For example if i click answers A, B and C the form will take me down the route as if i have only selected option A. and not the logic for A, B and C.
- Im not sure if im being stupid (very possible) here but would appreciate a resolution as have spent a long time creating the logic.