Hi,
after your 5 questions create a question of type equation.
I assume the type of these 5 questions is "Yes/No".
Here you set something like:
{sum(if(t1=="Y",1,0),if(t2=="Y",1,0),if(t3=="Y",1,0),if(t4=="Y",1,0),if(t5=="Y",1,0))}
To understand read the manual about implemented functions:
www.limesurvey.org/manual/Expression_Man...mplemented_Functions
and Expression Manager in general:
www.limesurvey.org/manual/Expression_Manager
By the way: This is called Expression script in version 4.x.
Well, you see, if all five questions were not answered "Yes" the sum is still "0".
Now you create a quota with limit "0" on this equation, so people with a value of "0" are screened out.
Joffm