In Survey123Connect, I have a question that is a select_multiple. There is an option for "Other" which I have added a text type question with a relevant condition if "Other" was selected.
Now, I want users to rank the choices they selected from the select_multiple question. I have successfully completed that by including :selected(${list_multiple}, name) as a filter constraint such that ONLY their choices appear in rank question. However, I would also like the "Other" text they entered to be populated in the rank question. Right now, it just displays as "Other" as "Other" is listed as a choice in the select_multiple question.
Is this possible? Do I need to add another question or do I need to add some other filter or appearance constraint?
Added an example