The problem is I would like to make the first question using numerical input rather than single choice question.
The question is "age"
"What is your age?"
and I want to make that only those who answer 16 - 35 years are able to continue the survey. While those who aren't in this age group are not allowed to continue the survey. Because of certain reason I cannot create age group and using single choice question.
ExpressionScript (former ExpressionManager ) e.g. used for relevance is not able to access or control QUOTA. There is feature request sind 2016.
bugs.limesurvey.org/view.php?id=11589
A workaround to use QUOTA with relevance is to use a pseudo question.
You create a question with a type that is supported by quota and display that question to the under 16 an over 35 via relevance. The question itself is always screening out not matter what respondents answer. You have to find a good end question for them. That's the biggest challenge.
You do not need to find a question for them. You can prefill a hidden single choice question via Expression Manager, e.g.
Age:
1. 16-35 years
2. below 16 or over 36 years
and screen out if this question has the code 2 marked. Or am I missing something?
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
If you have an additional question that make sense and is interesting for you this makes total sense, if there is nothing relevant to ask, then go with the hidden question.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.