Hi, where is the lss export.
And "it doen't work" is not the best description.
What doesn't work?
Can you proceed even if you selected options in three columns.
Why didn't you enter a validation tip?
What I see in your screenshot:
1. You set the question to "mandatory".
You never can fulfill this requirement if you allow maximal 6 answers. It's less than the number of rows.
2. If you set the minimum number of answers to 4, your "wrong" validation of the exclusive row is not necessary.
The respondent can't select more than 2 "None of the above" (because only two columns can be filled)
But he has to select something else (at least in one column) to fulfill the minimum of 4 answers.
3. "+" is an arithmetic operator, not a logical operator. I am sure you do not want to summarize this.
Logical operators are "AND" or "&&".
See the manual [url]
www.limesurvey.org/manual/ExpressionScri...ntation/en#Operators
[/url]
I'm not sure why do you include the number 7 there:
"!is_empty(Q1_ma_7)".
As I wrote "or whatever code you used.".
In your previous lss I now see that it is "NSNC". So it should be "!is_empty(Q1_NSNC_ma)"
More only after you send the actual lss export.
Joffm