holch-
I typically use group-level relevance to implement screen-out.
So, at the end of the screening questions, I set a variable (Equation question) called "ask" to be true if the person should continue with the survey. This is usually a pretty complex equation, but can be easily encoded using EM.
Then, the group-level relevance equation for every remaining group in the survey is:
If you have many groups, you can use the
Excel import/export feature to quickly set the group-level relevance for all of your groups and re-import the survey.
Of course, sometimes I need custom group-level relevance, so I just use something like this for those groups:
ask && (some + other + criteria)
Then, you can create group with relevance
To provide a custom message for the user indicating why they can't be part of the study. And even if they click next, it will just submit the survey (and all the data will be NULL other than the screening part of your survey). You could combine this with quota so that the data record gets completely deleted in such cases.