How to make a Survey123 question invisible based on the choice in a previous question

569
3
04-20-2018 07:53 AM
JamieLeitch1
New Contributor III

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

Tags (2)
0 Kudos
3 Replies
by Anonymous User
Not applicable

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

by Anonymous User
Not applicable

JamieLeitch1
New Contributor III

Yes, that worked.  Thank you Mike!