I am creating a question that I want to display dependent on the answer to the previous question. The previous question's reponses are:
0
1-10
11-20
21-30
I want the new question to display if the previous answer was anything EXCEPT 0. I have figured out how to do this if I only choose ONE option from the pervious question, but if I need it to depend on MORE than one option for the dependency (Like, if they answer 1-10, or 11-20, or 21-20, show the next question. If not, don't show the next question). Is there a way to do this?