You can add logic to a question to create a dependency between questions. Below is an example.
Let us add three questions - Q1, Q2, and Q3 to a survey.
Q1: Which Grasspods product do you use?
- Speakers
- Home Theatre
- Headphones
- Projectors
Q2: How is the sound quality of the headphones?
- Excellent
- Good
- Average
- Below Average
- Poor
Q3: How is the noise cancellation of the headphones?
- Ordinary
- Good
- Amazing
- Bad
In the case above, we can add logic to Q1 as follows.
If the answer Equal To Headphones
Show Q2 and Q3Similarly, you can add logic to the other questions.