https://imgur.com/a/ybgRKIK
[url]
imgur.com/a/ybgRKIK
[/url]
Hi, I have three yes/no questions, R1,R2, R3, See the attached image to follow the relevance tree.
The relevance equation for R2 is R1.NAOK==’N’, and works perfectly. And R1.NAOK==’Y’, works perfect in order to display R3 depending on the answer to R1
I want to display the text question Q2, when the user answers ‘N’ to R2 or ‘Y’ to R3. So the relevance equation for question Q2 should be R2.NAOK==’N’ || R3.NAOK==’Y’, right??
No, not right at all, it doesn’t work and I wonder if it is a bug or a YES/NO questions feature.
Interestingly, If I use drop down lists questions in R2 and R3 (two answer options, codes ‘yes’ and ‘no’) instead of Yes/No questions, it works perfectly with the relevance question R2.code=’no’||R3.code=’yes’.
Sorry if the question is dumb. I’m bad.