Actions

Question groups - introduction/sl: Difference between revisions

From LimeSurvey Manual

(Created page with "Preden lahko dodate vprašanje v vašo anketo morate ustvariti skupino. Novo skupino ustvarite s klikom na gumb "Dodaj novo skupino vprašanj anketi" ...")
(Created page with "Ustvarite lahko toliko skupin kot želite.")
Line 5: Line 5:
Preden lahko [[Adding a question/sl|dodate vprašanje]] v vašo anketo morate ustvariti skupino. Novo skupino ustvarite s klikom na gumb "Dodaj novo skupino vprašanj anketi" [[File:add.png]] v anketni orodni vrstici. Alternativno lahko uvozite predhodno izvoženo skupino. Uvoz ni možen pri LimeSurvey-u, katere verzija je starejša od 1.45 (PHP Survey) - funkcija uvoza še ni bila ustrezno dodelana.
Preden lahko [[Adding a question/sl|dodate vprašanje]] v vašo anketo morate ustvariti skupino. Novo skupino ustvarite s klikom na gumb "Dodaj novo skupino vprašanj anketi" [[File:add.png]] v anketni orodni vrstici. Alternativno lahko uvozite predhodno izvoženo skupino. Uvoz ni možen pri LimeSurvey-u, katere verzija je starejša od 1.45 (PHP Survey) - funkcija uvoza še ni bila ustrezno dodelana.


You can create as many groups as you like.
Ustvarite lahko toliko skupin kot želite.


=Using groups for summarizing questions=
=Using groups for summarizing questions=

Revision as of 21:08, 9 August 2013

Ustvarjanje skupine

Preden lahko dodate vprašanje v vašo anketo morate ustvariti skupino. Novo skupino ustvarite s klikom na gumb "Dodaj novo skupino vprašanj anketi" v anketni orodni vrstici. Alternativno lahko uvozite predhodno izvoženo skupino. Uvoz ni možen pri LimeSurvey-u, katere verzija je starejša od 1.45 (PHP Survey) - funkcija uvoza še ni bila ustrezno dodelana.

Ustvarite lahko toliko skupin kot želite.

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 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.