Solved
Can you add a free text option/choice when adding a list using the Multiple choice, Multiple Answer
In this situation: When adding a question with the following format 'Multiple choice', 'Multiple Answer', 'Vertical' drop down list and you wanted to add a list of options/choices plus 'other' as one of the options/choices: Q. Can you add a 'free text' section next to the 'other' option/choice if users choose 'other'. Other, means I want to know more and can they type their response in. I have tried a few things but does not seem to work and wanted to avoid adding another question underneath. I am not fussed about which format I use, but as log as I can have an other option that allows people to free text. thanks Kathy
Best answer by SaurabhPujare_Ugam
Hello @Kathy_D
Yes, you can and its good to force a response on text entry box to prevent respondent from proceeding further just by clicking "other" option.
!

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

2. Now in the survey flow, below your question block add new element branch and add condition as- if text option is selected for drop down question and below that add embedded data and set the value as value of open text question as shown in the image below:
!
3. Next, add another branch after the previous branch and give condition as- if text option is NOT selected in drop down question and below that below that add embedded data(with same name as above) and set the value as value of selected choices of the drop down question as shown in the image below:!
4. Here is the final image of the survey flow!
5. Now during analysis, you need to see only the embedded data for this question(in this case i.e image -"DropDownAnswer")
Hope you will get the implementation.