I'm curious how I can associate a single choice question with a location? Say a user fills out a work order survey in the app, and they need to choose one of 5 locations with which the work order will be associated. I don't need the user to use a map to pinpoint the location, I'd rather them just use a single choice option, but have that option relate to a separate feature class with the location information.
Then, on a dashboard or other application, one can see how many work orders are associated with a given location on a map.
Thanks!
In addition to Doug's answer, you can calculate a geopoint location based on answers. Look at the 'Calculate Location...' samples in Survey123 Connect for a couple of techniques (looking up a value via CSV, embedding the location as part of the choice information).