Think of multiple choice question with three answers.
Then a equation question with this content:
Code:
sum(((check_SQ001.NAOK == "Y") * 5) + ((check_SQ002.NAOK == "Y") * 10) + ((check_SQ003.NAOK == "Y") * 15))
When you check all three answers the result of the equation is (1*5)+(1*10)+(1*15)=30.
This is displayed correctly but Limesurvey saves NAN in the results.
This behavior might be as intended.But how to save the result of such calculation inside the results?
LS Version 2.06+ Build 150731and Version 2.05+ Build 150508 both show the same behavior.