[done] Limit number of answers 2 Months, 2 Weeks ago
Karma: 0
I need a very simple yes/no survey and I need to limit the number of "yes" answers as well as the number of "no" answers to 10.
Let's say, I have a list of 70 questions. Participants should be able to mark max. 10 with "yes", and max. 10 with "no", the rest of the questions remains marked as "no response".
Is this possible with Limesurvey?
Logged
Last Edit: 2008/07/26 00:33 By Mazi.
The administrator has disabled public write access.
Re:[done] Limit number of answers 2 Months, 2 Weeks ago
Karma: 0
Thank you for your response.
I think quotas is different from what I need.
In the scenario I describe the number of questions has to be limited within one form, not within the entire survey.
Let's say I have a list of 70 people names. Every participant should be able to vote with "Yes" for max. 10 of them.
Any help is higly appreciated.
Thank you!
Logged
The administrator has disabled public write access.
Re:[done] Limit number of answers 2 Months, 2 Weeks ago
Karma: 20
There is a question attribute to limit the number of answers (max_answers) but this can only be used for array questions, see manual -> question attributes.
If this should be applied for ony question only you can use javascript to count the number of yes/no choices. Take a look at manual -> workarounds. You can find some javascript examples there.