Survey123 Connect Question

284
4
Jump to solution
03-03-2022 07:20 AM
AmandaBeck
New Contributor III

Is there a way to have an "other" option in a dropdown (select one) question type where the user of the survey could either select from the dropdown or select other, to then be able to type in said value? 

I realize this is doable in the web version of Survey123, but looking for a way to do it in Connect Desktop version. 

Thank you!

1 Solution

Accepted Solutions
Katherine_Clark
MVP Regular Contributor

In the Relevant column of the XLS form, enter an expression like the following:

selected(${question1},'other')

The value in quotes is the name (not label) from your choice list used for the question referenced

Best,
Katherine

View solution in original post

4 Replies
Katherine_Clark
MVP Regular Contributor

Very easy to do! All you need to do is add another text question with a dependency where it will only appear if the user select the 'Other' option from the dropdown. 

Best,
Katherine
0 Kudos
AmandaBeck
New Contributor III

Thank you for your response. How do I set it so that it is dependent on the previous entry for the dropdown? 

 

0 Kudos
Katherine_Clark
MVP Regular Contributor

In the Relevant column of the XLS form, enter an expression like the following:

selected(${question1},'other')

The value in quotes is the name (not label) from your choice list used for the question referenced

Best,
Katherine
AmandaBeck
New Contributor III

Thank you, problem solved!