Hello,
i have a Multiple options with comments question.
i set up a Validation equation like this
Code:
(((is_empty(Q1_SQ001) AND is_empty(Q1_SQ001comment)) OR (!is_empty(Q1_SQ001) AND !is_empty(Q1_SQ001comment))) AND
((is_empty(Q1_SQ002) AND is_empty(Q1_SQ002comment)) OR (!is_empty(Q1_SQ002) AND !is_empty(Q1_SQ002comment))) AND
((is_empty(Q1_SQ003) AND is_empty(Q1_SQ003comment)) OR (!is_empty(Q1_SQ003) AND !is_empty(Q1_SQ003comment))) AND
((is_empty(Q1_SQ004) AND is_empty(Q1_SQ004comment)) OR (!is_empty(Q1_SQ004) AND !is_empty(Q1_SQ004comment))))
and it works perfectly. But if i set the SQ005 subquestion as an exclusive option and i test it, just checking it, the validation equation is triggered.
Is there something happening i do not realize?
You can see attached the exported question.
Thanks,