Actions

Создание группы вопросов

From LimeSurvey Manual

Revision as of 18:20, 13 September 2017 by FuzzyBot (talk | contribs) (FuzzyBot moved page Creating a question group/ru to Questions groups - introduction/ru without leaving a redirect: Part of translatable page "Creating a question group".)

Создание группы

Перед созданиеtv вопросов своего опроса Вы должны создать группу. Создайте новую группу кликнув по иконке Добавить группу в панели опроса. Либо вы можете импортировать заранее экспортированную группу. Возможность импорта НЕ импортирует группы из LimeSurvey (PHPSurveyor) версий старее 1.45

Вы можете создать столько групп, сколько вам нравится.

Использование групп для группировки вопросов

Группы могут использоваться для группировки вопросов в анкете. Если Вы собираетесь иметь несколько групп, следует отметить, что по умолчанию вопросы в анкете будут отображаться по группам (можно изменить в настройках анкеты). Для отображения групп в определенной последовательности используйте возможность упорядочивания групп. Если у Вас только одна группа в анкете, то имя группы не имеет никакого значения (конечно, кроме отображения).

Элементы группы

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.

Отображение/скрытие групп по условию

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.