Do not repopulate data correctly

ODK 2.0:
When go back to edit questions, some question types do not repopulate correctly. Radio buttons, multiselect, and dropdowns seem to be blank sometimes. Could you please drop your valuable suggestions?
Thanks.

Hi @nsthakuri,

One possible reason for this problem is if you have your choices sheet use integer values without quotes (e.g. if you use 1 and not =“1”) then they sometimes don’t “stick.”

See: ODK2 Change range of years shown in date - #7 by Andreas
for an example of what we mean – if this is the case, the solution is just adding the =“1” instead of 1.

Best,
Caroline

You are great @elmps2018.
Thank you so much. It works.