Hello,
i have a question i am working on which has 3 of the 4 subquestion appearing depending on a previous answer.
It's an array texts question.
I now would like to set a Question validation equation so that SQ01, SQ02 and SQ03 can have a minimum value of 1 and SQ04 can have a minimum value of 0.
If i set the validation equation like
Code:
(Q2_SQ01_SQ01.NAOK > 0) AND (Q2_SQ02_SQ01.NAOK > 0) AND (Q2_SQ03_SQ01.NAOK > 0) AND (Q2_SQ04_SQ01.NAOK > 0)
the relevance won't say the answers are good until all of the "conditioned" Q2 subquestions are filled-in, even if they are not showing.
What am i missing? How can i do this?
Thanks,