In a survey, is it possible to make a question invisible depending on what choice a user picks in a previous question? For example, if we have two questions:
1. Driveway? Yes/No
2. Driveway Material? [material types]
So we want the second question to "disappear" if the user selections "No" for question 1. And if they select "Yes" for the first question, the second one should become available.
Is this kind of dependency possible to create using Survey123 Connect?
thansk
Should be able to use the following within the "relevant" column of the second question; keep in mind you will change the "Question1" for this portion of the equation "${Question1} to equal your questions name.
(${Question1}='Yes')
This will only show your second question if the user selects "Yes".
Cheers!
Mike
Yes, that worked. Thank you Mike!