Select to view content in your preferred language

Survey123 Connect Question

1316
4
Jump to solution
03-03-2022 07:20 AM
AmandaBeck
Regular Contributor

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
Katie_Clark
MVP Alum

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,
Katie

If this answer helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!

View solution in original post

4 Replies
Katie_Clark
MVP Alum

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,
Katie

If this answer helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!
0 Kudos
AmandaBeck
Regular Contributor

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

 

0 Kudos
Katie_Clark
MVP Alum

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,
Katie

If this answer helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!
AmandaBeck
Regular Contributor

Thank you, problem solved!