Hi everyone,
I am relatively new to limesurvey and got stuck on something. I tried checking the handbook and the forum but was unable to find what I was looking for..
I am currently making a survey which some conditionalities and I used the relevance equation for this. I have an entire question group that should only be shown under the following condition
(var1.NAOK== "A1")
and (var2.NAOK == "A1")
and (((var3a * var3b.NAOK *
![8) 8)](/media/kunena/emoticons/2.png)
+ (var4a * var4b.NAOK * 4) + (var5a * var5b.NAOK * 3.3)) <= 600)
var1 and var2 are List(radio) and var3a - var5b are numericals, with the b's being conditional on the a's (e.g. 3b is only shown if 3a != 0, same for the others).
I used this for this question group as well as some later questions and it seemed to work perfectly in the preview ( = the questions appeared when they were supposed to appear). However, when looking at my question group, it doesn't display the entire relevance equation (only until var5b.NAOK * 3.3)) and marks the first bracket claiming it is missing a closing parentheses. This error message does not appear on the individual questions that I used this relevance equation on, only when I'm using it for a question group.
Today I activated my survey for the first time and quickly noticed that the results of the entire question group do not get saved at all. I assume it was something to do with the relevance equation (results do get saved when I set it to 1) but am unsure how to proceed now.
Kind regards,
Maya