I have been working with Survey123 creating an XLS Form. Everything was fine until I think I use too many choices. I have to use the same questions for a lot of variables in my survey: I would have the owner of the pole, and the owner of the anchor and the owner of the wires and so on. The question is: can I use the same choice list in all of the questions?
I have
| select_one poleowner | pole_owner |
and the choices are:
| list_name | name | label |
| poleowner | telus | TELUS |
| poleowner | joint | JOINT |
| poleowner | bchydro | BC HYDRO |
| poleowner | unkn | UNKNOWN |
when I am in other question, I need to know the owner of the anchor
| select_one anchorowner | anchor_owner |
Do I have to use another choice list like this?
| anchorowner | telus | TELUS |
| anchorowner | joint | JOINT |
| anchorowner | bchydro | BC HYDRO |
| anchorowner | unkn | UNKNOWN |
| anchorowner | pole | POLE |
Or can I use the same variable (type and name) and only one list of choices for all the times I need the owner?
something like: select_one owner with the name owner and with a list of choices just owner and the options?
I am asking this because I am getting this XLSForm Conversion Failed error because I think I have too many choices ....it is a long form and I have this questions and others repeated over and over and I have created a long list of choices.