Actions

Survey quotas

From LimeSurvey Manual

Revision as of 18:39, 9 November 2017 by Cdorin (talk | contribs)

General explanation

A quota is used to set a limit on responses from defined groups of people on an active survey. Some common attributes used in defining quotas are things like gender, age, race, province/state. To access the survey quotas panel, access the survey menu and select the Survey quotas tab:



  Attention : Quotas are tested only when survey is activated. So, if you set a quota with limit "0" and the survey is not activated , you will not be able to check whether it is working or not.



A survey example that can help you demonstrate the usage of quotas is available for download from the following link: LimeSurvey_sample_survey_Quotas.lss. If you do not know about the LimeSurvey import function, read the following wiki section first: import a survey in LimeSurvey.


How do quotas work

Quotas are not automatically exclusive. Think of a survey that contains only a "Yes or No" question. You set a quota on this survey that contains a restriction of 20 users who have answered "Yes" to this question. The quota will be checked every time somebody answers "Yes" to that question and completes the whole survey. If the person answers the quota question but doesn't complete the survey, that answer-id is not going to be counted towards the quota. Once 20 people have filled out all the survey questions, the quota action will be triggered by anyone else choosing "Yes".

If "No" is chosen, the quota system is never triggered. Therefore, the survey won't restrict anyone from responding the certain questions, unless otherwise specified.

To set a limit on the number of "No" responses, you need to add an additional quota, restricting the number of participants who choose "No".

Note: If you would like your respondents to be redirected (in accordance to the answer provided to a question) to a certain survey question/to have the survey terminated, use the LimeSurvey expression manager.

Example of a quota

You might have to conduct a survey where you want to limit it to 25 male and 30 female respondents. You could then define a quota with a limit of 25 for the answer "Male" from your gender question in the survey.  Another quota for the answer "Female" with a limit of 30 could be added as well.  This will give you a maximum of 25 males who will be able to complete the survey, and a maximum of 30 females who can complete the survey.


Supported question types

The quota system can be applied only to the following types of questions at the moment:

  • Gender
  • Multiple Choice
  • Array - 5 Point Choice
  • Array - 10 Point Choice
  • Language Switch
  • Yes/No
  • List (Radio)
  • List (Dropdown)
  • List with comments

Survey quotas panel

Once you click on the Survey quotas tab located on the survey menu, the following page will load up:


To see the full set of options available in this panel, add one survey quota. Then, the survey quota page will look like this:



The following options are available:

  • Add an answer:
  • Edit quota:
  • Delete quota:
  • Add new quota: It allows you to add new quota. Once quotas are added, you can start adding those quotas to certain questions/subquestions.
  • Quick CSV report: It exports the quotas under the form of a table where the main details about the usage of different quotas are emphasized.
  • Selected quota(s)...: It works like an aggreggator. If you wish to apply one of the actions specified below to more than one quota, use this button to fasten the process.
    • Activate:
    • Deactivate:
    • Change texts:
    • Delete:


Add new quota

!--T:16--> Adding a new quota is really adding a framework for set of quota conditions. For a fully working quota you must firstly "Add a quota", and then "Add Answers" to that quota (see next section).

When adding a quota, you will be asked for a "Quota Name", the "Quota Limit", and a "Quota Action".

From version 1.85RC you will also have the option of setting your own unique quota "Quota Message", "url" and "URL Description" for each language used in your survey. You can also set "Autoload URL" so that the survey redirects users to the quota URL when the quota action is triggered.

All new quotas are assigned to the Survey you were viewing when you clicked "Set Survey Quotas".

  • Quota Name: This is a name to reference the quota by, generally it should describe the quota it will represent.
  • Quota Limit: This is maximum number of completed surveys to allow for the quota. This sets a limit that will be check when quota selected questions are answered during the survey.
  • Quota Action: This is an action to perform when a participant is filling out a survey and lands up being part of a quota that has become full.
    • Terminate Survey: This immediately terminates the survey, and closes the interview.
    • Terminate Survey With Warning: This warns the participant and allows them to go back
  • Autoload URL: This tells LimeSurvey to automatically redirect the participant to the URL when the quota action occurs.
  • Quota Message: The text displayed to your survey participant if the quota action is triggered (ie: the quota is full).
  • URL: The URL displayed to survey participants after the quota message, or the URL participants are automatically redirected to if 'Autoload URL' is turned on. You can use URL fields in this section.
  • URL Description: The text displayed for the URL. (Only in Version 1.85RC)

Once a quota is added, you will be able to add answers under the quota.

Add an answer

  • Select Question:

+When adding a answer under the quota, you will be shown a list of all available quota questions which are in your survey. If a question does not show up on the list, then its not yet supported with quotas. After you have chosen the question you want, press "Next" to move on to answer selection.

  • Select Answer:

+Once selecting your question, you will be show a list of answers under that question. Here you will select an answer you would like to add to you quota, then press "Next".



Adding multiple quotas for the same question & subquestion

Adding multiple quotas for the same question is surely possible - but  know that quotas are checked with a logical 'AND' operator - so to meet the quota the user has to answer both subquestion in that question like in your quota.

This means also that multiple quotas for the same subquestion or the same single choice question can never come true.


Edit quota

Delete quota

Quick CSV report

Quota and response data

All data is saved when the participant clicks the "Next" button. Even if the quota is full, the data submitted until the survey is terminated will be recorded. Nevertheless, such id is marked as "No Completed".

Quota and tokens

When tokens are used in a survey and the user is screened out due to a quota, then the according token entry is marked with the letter "Q" in the Completed column. That way the token is invalidated and the survey participant can't re-start the survey.


Example