Hello
I’m facing an issue in using select multiple from external file.
In detail, the form I built around 2 years ago includes, among others, three questions:
- Select one school from a list (through select_one)
- then, select one or more grades in the selected school (through select_multiple_from_file schools.csv)
- then, select one or more students in the selected grades (trough select_multiple_from_file students.csv), designed inside a repeat group (each grade - selected in step 2 – leads to a record in the repeat group, where the user can select the students).
Recently I’ve found a weird issue, not there before: once users select the grades in the reverse order (e.g. from 6 to 5 and not from 5 to 6), the first grade (e.g. 5) includes all the options (e.g. the ones from both 5 and 6). In the attached picture you can see the students repeated in both 5th and 6th grades.
Note that it’s not only matter of displaying data, but user can select twice the same student, which is a big issue in data.
This happens only on Enketo, while Kobo app shows the grades in the reverse order, but with the correct selection on each group. I unfortunately cannot use only Kobo app for data collection.
Does anyone know how to solve the issue?
Thanks in advance!