x

Основные главы

  1. LimeSurvey Cloud против LimeSurvey CE
  2. LimeSurvey Cloud — Краткое руководство
  3. LimeSurvey CE - Установка
  4. Как разработать хороший опрос (Руководство)
  5. Начиная
  6. Конфигурация LimeSurvey
  7. Введение - Опросы
  8. Просмотр настроек опроса
  9. Посмотреть меню опроса
  10. Посмотреть структуру опроса
  11. Введение - Вопросы
  12. Введение — группы вопросов
  13. Введение - Опросы - Менеджмент
  14. Параметры панели инструментов опроса
  15. Многоязычный опрос
  16. Краткое руководство — ExpressionScript
  17. Расширенные возможности
  18. Общие вопросы и ответы
  19. Поиск неисправностей
  20. Обходные пути
  21. Лицензия
  22. Журнал изменений версий
  23. Плагины - Расширенный
 Actions

Question groups - introduction/ru: Difference between revisions

From LimeSurvey Manual

C0der (talk | contribs)
Created page with "=Создание группы="
C0der (talk | contribs)
Created page with "Перед созданиеtv вопросов своего опроса Вы должны создать группу. Создайте новую гр..."
Line 3: Line 3:
=Создание группы=
=Создание группы=


Before you can [[Adding a question|add questions]] to your survey you must create a group. Create a new group by clicking on the Add icon [[File:add.png]] in the Survey Button Bar. Alternatively you can import a previously exported group. The import feature does NOT import groups from LimeSurvey (PHPSurveyor) versions older than 1.45.
Перед [[Adding a question|созданиеtv вопросов]] своего опроса Вы должны создать группу. Создайте новую группу кликнув по иконке Добавить группу [[File:add.png]] в панели опроса. Либо вы можете импортировать заранее экспортированную группу. Возможность импорта НЕ импортирует группы из LimeSurvey (PHPSurveyor) версий старее 1.45


You can create as many groups as you like.
You can create as many groups as you like.

Revision as of 19:35, 17 April 2017

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

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

You can create as many groups as you like.

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.