While I understand the reference of logic in a multiple select, Q1_1=1, I am unclear how to work with a long list in which responses to some or all dictate the flow through a current project, or whether they terminate.
For instance, Q1 has 28 response options. If they only select option 5 AND/OR 10 AND/OR 15, they terminate. But, if they select option 4 AND option 5, they do not terminate. Do I have to write out along strings of (Q1_1=0 AND Q1_2=0 AND....)?
The logic around all this is giving me a headache.