I'm relatively new to Survey123. I'm building a survey with about 50 questions. The data output file has a strict format. About 6 or 8 questions are multiple choice with 5 to 8 questions like this:
- Question 1
- Question 2
- Question 3
- Question 4
- None
Users can select all that apply (select_multiple) except 'None' cannot be combined with any other answers. The data output for questions like this is required to be '1,2,4' or '5' but '4,5' should never be accepted. What is the best strategy for validating this question and preventing the user from submitting invalid data? I can't validate after submitting survey because that would require contacting the user. Thanks.