Survey123 Connect Version 3.22.49
Edge Version 133.0.3065.92 (Official build) (64-bit)
I am building a simple survey using Connect and a select_one is partially overlapping a relevant question directly below it on the survey when viewed in the browser. Is there a work around for this or is this a bug?
And no, I am not switching to Chrome because my entire agency uses Edge.
Here is the syntax for both questions in xlsx:
| type | name | label | relevant |
| select_one years | future | 8. How long into the future do you estimate the Food Recovery Infrastructure Grant will positively impact your program? | |
| text | other_future | If other, please elaborate. | selected(${future},'Other') |
Here is the "choices" tab for the survey:
| list_name | name | label |
| years | Less_than_1_year | Less than 1 year |
| years | 1_3_years | 1-3 years |
| years | 4_6_years | 4-6 years |
| years | 7_9_years | 7-9 years |
| years | 10_years | 10 + years |
| years | Other | Other |
Here is the result in the browser when "Other" is selected. It obscures the text "If other, please elaborate.":
