Hi @Matthew_White,
Apologies, I wasn't fully clear. I will try to answer both of your queries.
Is it possible to use XLSForm multiple language support 2 for this localization so that you have a single form?
We are making use of this great feature already! When I mean localisation, I mean providing locally sensible choices.
To give a bit of context, our survey is about farmers. The list of potentially important crops in a particular country is quite large. So during localisation we allow users to select which crops/livestock they want to include in the survey. Also, any locally sensible units are added to the survey.
I also want users to be able to select "modules" or sections that we have developed previously when designing the survey.
Both of these tasks, when we are adapting our surveys for people, require a lot of manual/repetitive changes in excel. I am hoping that my little python scripts will be able to take out some of the repetition.
Also, rather than creating a separate project for each form, could you just create a new app user in the same project? Different app users can have access to different forms, which you can configure using the API.
Ah I did not know this was possible. My one worry is that I would not want app users to have access to one another's submitted forms. Would this be possible with what you describe? What is the advantage of having them all within the same project?
Essentially, I want it to be as simple as possible for people to open ODK collect and go to the field with out survey. When I construct the server URL, do I also need the new users to specify a password?
---------------------------
Edit:
I think the answer I may be looking for can be found here:
All I need is to generate a QR code with the correct server URL. Am I right in guessing that I can do it using this dictionary structure?
Thanks so much again, it's been really great to see how engaged and helpful this community is. Hopefully one day I will have something useful to contribute!