Say we have a survey which has two questions:
- How old are you?
- Whats your gender?
and I want them to branch differently based on the combinational condition of the answers. For example, if its MALE and <18 go to page 2, if its FEMALE and >18 go to page 3.
Is there a way to do that?