Hi,
LimeSurvey has no feature to distinguish between "Quota Full" and "Screenout".
You see, usually you set a quota if you want to receive 100 responses, 50 male and 50 female. Here the quota limit of both is "50".
Now to screenout participants which you do not want to participate (as "too young", "driving the wrong car brand",...) you also have to set a quota, this time with limit "0". You want to get 0 participants of this group.
This is what @holch called "zero quota".
And what I explained as "the best is to screenout participants who didn't answer correctly".
So, what do you have to do?
You calculate the score in an equation (let's call it "eqScore")
Afterwards you create a second equation (let's call it "eqQuota") with the content
{if(eqScore==100,1,0)} So variable eqQuota will have the value of "1" if all answers were correct (a score of 100), or a value of "0", if not.
Now you set your quota accordingly.
1. Set the quota
with the link to your survey. Don't forget the parameter "&newtest=Y"
2. Set the criteria.
Here the "answers" - "0" means, the quota fires if the value of eqQuota is "0" = "not all answers correct".
Remember, quota only work in an activated survey. You cannot test without activating the survey.
And read about quotas in the manual:
[url]
www.limesurvey.org/manual/Survey_quotas
[/url]
Joffm