I am fairly new to Limesurvey and learning more and more thanks to this forum. So one thing I haven't figure out yet is how to do a prescreen page prior to starting the survey.
So as the prescreener to see if the person qualify, i have the following questions:
1) How old are you (drop box with age)
2) Are you currently living in the UK (Yes/No)
3) Have you been diagnosed with X disease (yes/no)
So if the participant is under the age of 12, or checked no to either question 2 or 3, I would want to end the survey (so perhaps some message saying "thank you for participating in the survey, but you do not qualify")
and if the participants meets the age and criteria, I would want them to proceed to with the survey.
What is the easiest way to do this? Also there is a limitation, I am still one Limesurvey Version 1.87+ Build 8518. I am trying to work with my IT dept to upgrade us to the latest, but it is an uphill battle and I do not expect them to do this prior to starting this project.
You can try with
- calculating the qualification status in an equaiton question
- showing or hiding conditionally the main group of the survey, which would hold the main questions of the survey.
- tailoring the end message based on the qualification status.
Cheers,
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Thanks for your quick reply. Thinking about what you wrote, made me think a bit ore.
For the equation, I did find the equation type question (
www.limesurvey.org/manual/Question_type_-_Equation
), and sadly it is in v1.92+, so it is not available to me yet. So based on this, I would create an qualification variable based on my questions and use that to qualify/disqualify someone from the survey.
And can I hide groups of questions in v1.87? I only see an option to set conditions for each question, but not group.
Taking into account the old LS version, what do you think about setting up 2 different surveys? One for the qualification and the other for the survey per se.
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Hi,
You have to check the manual (& forum) looking for "quotas" feature & implementation ... and set rules with quota=0 for all your exclusives answers.
BTW, the "equation" question type is available for all 1.92 versions
I agree with Ben. For screening you should use zero quotas and you can do it actually within the same questionnaire. For each quota, you can set a thank you message (and you can redirect them to a certain URL).
Creating a second questionnaire is a possibility, bu this questionnaire would have to be accessible to everyone and this means people could go directly to the second questionnaire if they know the URL and skip the screening questions.
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.