Error: 'choices' when uploading form

Welcome to the ODK forum, @arkumar ! We're glad you're here. When you get a chance, please introduce yourself on this forum thread. I'd also encourage you to add a picture as your avatar because it helps build community!

  1. I used find and replace to remove the occurrences of "&" in your name column on your choices sheet.

The name column specifies the unique variable name for that entry. No two entries can have the same name. Names have to start with a letter or an underscore. Names can only contain letters, digits, hyphens, underscores, and periods. Names are case-sensitive.

  1. On your survey sheet in the type column you have "or other" when it should be "or_other" - Make sure you read the warning in the docs about using or_other instead of relevance: https://xlsform.org/en/#specify-other

  2. On your settings tab you reference ${block} but I do not see that question in your survey?

What seemed to solve the problem, oddly enough, was removing the or_other from the 3 questions where it is used. This version of the form appears to validate. Can you change to using relevant and an additional text type question to gather that information? I don't know why it would be causing the error.
new pu tool_edits.xlsx (24.9 KB)