Actions

Question type - Multiple choice/en: Difference between revisions

From LimeSurvey Manual

(Importing a new version from external source)
(Importing a new version from external source)
Line 32: Line 32:
{{QS:display_columns}}
{{QS:display_columns}}


{INCLUDE(page="Advanced question settings",start="!random_group",stop="---")}{INCLUDE}
{{QS:Random_group}}


{INCLUDE(page="Advanced question settings",start="!random_order",stop="---")}{INCLUDE}
{INCLUDE(page="Advanced question settings",start="!random_order",stop="---")}{INCLUDE}

Revision as of 05:28, 13 June 2013

Short description

This question type can collect input of multiple selections through checkboxes.


Core settings

QS:Defaults


Mandatory

Description

This option allows the survey administrators to request their respondents to answer certain survey questions. If the mandatory questions are not answered, the respondents will not be able to proceed further. If you have a question with multiple subquestions, and you require only certain subquestions to be answered, use the minimum answer attribute located under the Logic tab.

If you use any of the preinstalled themes and the mandatory question attribute is enabled, a red asterisk will be shown next to the question. If you wish to hide it, please check these instructions.


Available options

  • On - Question must be answered before the participant can proceed to the next page - the answer option 'No answer' is never shown.
  • Soft - If the question is not answered, a warning is shown when trying to proceed to the next page - however, the participant can choose to ignore the warning and proceed. Note that the 'No answer' option is still shown (if activated in survey presentation settings)
  • Off (default) - Question can be left unanswered



Option 'Other' (other)

Description

This option is used by multiple choice-type questions and gives you the ability to ask for a selection that is not part of the enumerated answer list.

Available options

  • On
  • Off (default)


These Core Settings are available in Version 1.92 and beyond

Condition (previously "Relevance equation")

Description

If the result value of the condition is "1" or "true", the question is "relevant" in the survey context, i.e. it is shown to the survey participant. If not, the question is hidden. Any survey question allows you to specify a relevance equation. This function is the successor of conditions and supports much more complex conditional logic.

Syntax Highlighting

Whenever you save the condition, it is evaluated and syntax-highlighted. Any errors will be color coded so that you can quickly detect and fix them.

 Hint: To check if all conditions are used correctly within your survey, read about our show logic file feature.


Valid values

  • Any condition that makes use of the ExpressionScript syntax, without surrounding curly braces.

Examples

Here are good examples of syntax highlighting.


Advanced settings

Hide tip (hide_tip)

Description

Most questions will usually include a tip that says "Please choose one of the following options" or a hint text on how to fill out the question. This attribute allows you to turn off or on this tips/hints.

These tips/hints include validation criteria messages (such as min/max number of answers, min/max/equals sum value). If hide_tip is enabled, these messages will be hidden. However, if the user enters invalid data, the tips will appear. They will be coloured in red, getting changed to green once the validation criteria are met.

Available options

  • On - the tips/hints are hidden;
  • Off (default).



Label for 'Other:' option (other_replace_text)

Description

Short text string to replace the text "Other" as label for the "other" option.

Note: You can make use of this attribute if you have previously enabled the "other" option located under the general options tab.

Example

Entering a value of "Alternative:" for this attribute would result in the word "Alternative:" being used instead of "Other".


  Issue in LimeSurvey 4.X : It is extremely important to note that this question attribute should only be used in single-language surveys. A translation will be attempted but will only be successful if the translation already exists in the alternate language file (i.e.: translation cannot be made on a survey-by-survey basis). Therefore, to translate your other text, you have to add your other_replace_text to the english .mo file (because this is LimeSurveys baselanguage) and translate this String in each of your surveys languages .mo files.




Display columns (display_columns)

Description

This setting allows you to display the answer options in more than one column. Add this attribute and a value indicating the number of columns you wish the question to use. It is recommended to limit the number of columns to the number of answers.

Valid values

  • Any positive integer value greater than 0

Examples

  • If you have 3 answers options and you want to show these horizontally, set this option to "3" instead of vertically.
  • If you have 6 answers options and you want to show these in two columns (3 per column), then set this option to '2'.



Randomization group name (random_group)

Description

It places the questions into a specified randomization group, all questions included in the specified group being displayed in a random order to the survey respondents.

You can find a sample survey using randomization group name in ExpressionScript sample survey.

Valid values

Just enter any string you like (for example: 'group1'). All question which have set the same string within the randomization group name box will have their place in the survey randomized (=randomly exchanged among each other).


Preview To preview the questions use the preview survey instead of the preview question group function, as the second has been reported to not show the questions in a randomized order.


{INCLUDE(page="Advanced question settings",start="!random_order",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!hidden",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!min_answers",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!max_answers",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!assessment_value",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!array_filter_exclude",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!array_filter",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!other_comment_mandatory",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!other_numbers_only",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!exclude_all_others",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!exclude_all_others_auto",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!scale_export",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!public_statistics",stop="---")}{INCLUDE}

{INCLUDE(page="Advanced question settings",start="!page_break",stop="---")}{INCLUDE}

These Advanced Settings are available in Version 1.92 and beyond

{INCLUDE(page="Advanced question settings",start="!array_filter_style",stop="---")}{INCLUDE}