Hi Everyone,
I suspect I am doing something wrong, but can't find what.
I setup a Survey with an array question (Q1) set as numeric array with checkbox option. I need to ask who in the family liked which fruit.
The question is structured as 4 rows 3 column array like this:
you your friend we don't have them
apples O O O
bananas O X O
kiwi O O O
don't like fruits X O O
From
this
topic I managed to make it so that if I select "don't like fruits" all cells above are not selectables.
With the answers I collect from Q1 I decide to activate or not 2 other questions (Q2 and Q3) using a relevance equation.
Q3 asks why people don't like fruits, therefore is active if "don't like fruits" is selected in both the first two colums, Q2 is active otherwise.
Relevance equation for Q3 is if((
Q1_SQ004_SQ00A.NAOK
== 1) AND (
Q1_SQ004_SQ00B.NAOK
== 1), 1, 0) where SQ004 is "don't like fruits", SQ00A is "you" and SQ00B is "your friend"
When I do the "preview the survey" everything works perfectly. But if I make the survey active, no answer is recorded.
Here attached is the test survey.
Anyone can telle what I am doing wrong?
Thank you in advanceG.