I have a survey which has 32 questions in 4 sections.
the first section will drive the further questions of survey.
my question is
Enter the sex
options
male
female
if it is male then the survey should continue else the survey should end.
I didn't see a way to do it.
Any help from anyone please
www.limesurvey.org/manual/Creating_a_question_group
Show/Hide groups conditionally
But is the example correct? Should numKids = 3 not be numKids == 3 ?
I have hundreds of surveys that use this feature with =.
The survey does not have to be active.
Frans
I went to the expression manager but i don't see any place where i can say hide this group.
I saw the examples for my screen is not same. i don't see a place to do that.
I am using in a Windows Server 2008.
PHP 5.5
xampp
fransmarcelissen wrote: But is the example correct? Should numKids = 3 not be numKids == 3 ?
You're totally right !!!!
Can you fix it please
And for Quota to 0 : survey need to be activated .
PS: If omeone can put a featre request to test quota at 0 even if survey is not activated ...
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
to Holch,
how do i even add that kind of condition.
I have logic for show hide question it is working fine without the survey being active.
My conditions is i have to end the survey in middle if the answer if the answer to a question is different.
I don't see a place in the survey tool where i can add that kind of logic....
If you set the quota value for the answer "female" to "0", the survey will be ended there. You can set the message that is shown to respondends who are "screened out" (that is how we call this process in market research, if someone does not fit into the target group for a survey).
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.
Looks like there is a Field called Relevance Equation in each question group we can write the conditions with the question code and answers to make it visible
like
Sex=="Male"
it will be visible only when sex is male else it will be hidden.