Hello,
I'm developing a prototype survey 123 app using Survey 123 connect.
In the excel form I have a group of questions that are only set to appear when either Question B or Question C are selected as 'yes'.(nb. Question B is itself within a group of questions that only appear when the answer to Question A is 'yes')
I have set this using the relevant column at the group level with the following statement:
${Question_B}='yes' or ${Question_C}='yes'
This works fine in Survey123 Connect and in the webapp - displaying the conditional group of questions when yes is selected for either B or C.
However, in the mobile app the group of questions only appears when Question_B (The question itself within a conditional group) is selected as 'yes'. When Question_C is selected the group of questions do not appear and I cannot submit the response.
I've set the style of the form to 'pages' mode.
Can anyone see what I'm doing wrong? Please let me know if any further info is required.
Katie