Fragengruppen – Einführung
From LimeSurvey Manual
Creating a group
Um eine neue Gruppe zu erstellen klicken sie auf den "Neue Gruppe hinzufügen"- Button auf der rechten Seite der Administratorenleiste.
Bevor sie einer Umfrage Fragen hinzufügen können, müssen sie zuerst eine Gruppe erstellen. Wenn sie nur mit einer Gruppe arbeiten möchten, ist es egal, wie sie diese benennen (ausgenommen sie möchten den Gruppennamen anzeigen lassen). Ansonst empfiehlt es sich, dass sie den Gruppen aussagekräftige Namen zuweisen. Wichtig ist bei diesem Aspekt auch, dass die Fragen einer Umfrage als oberste Instanz nach den Gruppen angezeigt werden. Sie können jedoch die Reihenfolge einer Umfrage ändern.
Sie können so viele Gruppen zu einer Umfrage hinzufügen wie sie wollen, die Anzahl ist nicht begrenzt.
Sie können jeder Gruppe auch eine Beschreibung zuweisen. Wenn sie einer Gruppe eine Beschreibung hinzufügen, wird diese auf einer extra Seite vor den Fragen angezeigt. Wenn sie keine Beschreibung hinzufügen, wird diese Seite nicht angezeigt/übersprungen.
Die Beschreibung einer Gruppe kann HTML-Code enthalten. Auf diesem Weg können sie z.b. Bilder einbinden:
<img border="0" src="">
Alternativ können sie auch eine zuvor exportierte Gruppe importieren. Diese Gruppe muss im Dateiformat .CSV vorliegen. Es können nur Gruppen ab LimeSurvey Version 1.45 importiert werden.
Using groups for summarizing questions
Groups can be used to group questions in a survey. If you are going to have multiple groups, you should note that by default the survey questions will be displayed group by group (you can change that at the survey settings). To display the groups in a particular order use the group re-ordering feature. If you have only one group in your survey then the name of this group is irrelevant (except of course for display).
Group elements
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.