Hi, Laurie,
though you didn't provide much information:
Create your quesion of type equation with something like
{Q1_SQ001.NAOK+Q1_SQ004.NAOK}
If you want to set a quota with limit 0 to screenout this participant, you could set a question of type single and two answer options (1,2)
with {Q2=if(Q1_SQ001.NAOK+Q1_SQ004.NAOK<50,1,2)}
Now you can set the quota to Q2==1, meaning: screenout if the sum is less than 50.
Everything only examples.
Provide more details, the solution is easy.
Joffm
And if you have only numerical input why not a "multiple numerical input"
Volunteers are not paid.
Not because they are worthless, but because they are priceless
In JS : + is can be concatenate string (and not sum). The best is to use sum(Q1_SQ001.NAOK,Q1_SQ004.NAOK) in place of Q1_SQ001.NAOK+Q1_SQ004.NAOK
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.