TMSWhite schrieb:
Whole question validation should be
Q2_1.NAOK > Q1_1.NAOK && Q2_2.NAOK > Q1_2.NAOK && ...
Sorry to keep re-replying here. It seems that even with the NAOK suffix and the syntax above, it's not letting me proceed unless ALL options in the array filter are selected. All highlighting is working fine, however.
So it appears that EM is trying to evaluate ALL the options regardless of whether or not they were array filtered, making it impossible to proceed if certain options were not selected.
How do we assess ONLY those options that actually appear to the user (ie, were NOT filtered out by the array filter)? The question contains all of those codes, yes, but because of array filter, it's possible that not all of them are able to ever be selected which seems to break EM's logic unless there's some other way to identify those unselected ones that I'm missing.
Here is my code:
(Q3_A.NAOK > Q2_A.NAOK) && (Q3_B.NAOK > Q2_B.NAOK) && (Q3_C.NAOK > Q2_C.NAOK)
I have tried this with .value, and .code as well. Maybe I'm misunderstanding the term in this context?
I've also attached the survey file.