strong text Originally, I used question names like Q8.1
, Q8.2
, etc. in my form. On June 19, 2025, I updated the form and changed them to Q8_1
, Q8_2
, replacing the dot .
with an underscore _
.
After this update:
- In the KoboToolbox platform, submissions made before June 19 show no data under the new variable names.
- When exporting to SPSS, the data is split: older responses are under
Q8.1
, and newer ones are underQ8_1
.
For analysis, I would like to consolidate all responses under a single variable (like Q8_1
).
Has anyone faced this before? How can I merge these values or export them correctly?