Actions

Question groups - introduction/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "Groepen kunnen worden gebruikt om vragen in een enquête onder te verdelen. Als je meerdere groepen hebt aangemaakt, dan kun je instellen dat de vragen in een groep op een nie...")
(Created page with "=Groep velden=")
Line 11: Line 11:
Groepen kunnen worden gebruikt om vragen in een enquête onder te verdelen. Als je meerdere groepen hebt aangemaakt, dan kun je instellen dat de vragen in een groep op een nieuwe pagina getoond worden op het moment van het invullen van de enquête. Je kunt de volgorde van de groepen instellen. Als je maar een groep aanmaakt, dan wordt de naam van de groep alleen gebruikt om te tonen.
Groepen kunnen worden gebruikt om vragen in een enquête onder te verdelen. Als je meerdere groepen hebt aangemaakt, dan kun je instellen dat de vragen in een groep op een nieuwe pagina getoond worden op het moment van het invullen van de enquête. Je kunt de volgorde van de groepen instellen. Als je maar een groep aanmaakt, dan wordt de naam van de groep alleen gebruikt om te tonen.


=Group elements=
=Groep velden=


Groups can also include a "description". This field allows you to publish an explanatory note for any set of questions. If you add a description, it will be presented at the survey before commencing any of the questions in that group. If you do not include any text here, then public participants will simply move on to the first question in the group with no stop. You can use the HTML editor to include images, formatted text, etc. to your liking.
Groups can also include a "description". This field allows you to publish an explanatory note for any set of questions. If you add a description, it will be presented at the survey before commencing any of the questions in that group. If you do not include any text here, then public participants will simply move on to the first question in the group with no stop. You can use the HTML editor to include images, formatted text, etc. to your liking.

Revision as of 20:47, 30 June 2013

Een groep toevoegen

Voordat je een vraag kan toevoegen aan je enquête, moet je minimaal een groep in je enquête hebben. Voeg een groep toe door te klikken op het icoon in de enquête toolbar. Je kunt ook een groep importeren, maar niet uit LimeSurvey (PHPSurveyor) versies voor 1.45.

Je kunt onbeperkt groepen aanmaken.

Vragen indelen in groepen

Groepen kunnen worden gebruikt om vragen in een enquête onder te verdelen. Als je meerdere groepen hebt aangemaakt, dan kun je instellen dat de vragen in een groep op een nieuwe pagina getoond worden op het moment van het invullen van de enquête. Je kunt de volgorde van de groepen instellen. Als je maar een groep aanmaakt, dan wordt de naam van de groep alleen gebruikt om te tonen.

Groep velden

Groups can also include a "description". This field allows you to publish an explanatory note for any set of questions. If you add a description, it will be presented at the survey before commencing any of the questions in that group. If you do not include any text here, then public participants will simply move on to the first question in the group with no stop. You can use the HTML editor to include images, formatted text, etc. to your liking.

Show/Hide groups conditionally

Starting in version 1.92, you can set a Relevance Equation for the group using Expression Manager syntax.  This is helpful for "looping" or other cases where you are repeating similar content multiple times.  For example, say you want to ask the same set of follow-up questions for each child in a household, and you asked how many children there are via a question named numKids.  Then, for each group of follow-up questions, you would use relevance equations the following (which would collect data about the third child):  numKids >= 3

An explanation and example for hiding question groups is available at the [Expression+Manager+Examples#Hide_question_group_if_answer_from_previous_question_is_Yes_or_No|Expression Manager Examples page].

Question group randomization

Starting in version 2.0 you are now able to randomize the order of question groups. To do that just enter a string into the field 'Randomization group'. You will need to enter that same string in all the other groups who you want to randomize and which will then appear in a random order when taking the survey.