Actions

Question type - Language switch/sl: Difference between revisions

From LimeSurvey Manual

(Created page with "{{QS:Tema_vprašanja}}")
(Created page with "{{QS:Skrito}}")
Line 28: Line 28:
{{QS:Tema_vprašanja}}
{{QS:Tema_vprašanja}}


{{QS:Hidden}}
{{QS:Skrito}}


{{QS:hide_tip}}
{{QS:hide_tip}}

Revision as of 09:10, 12 December 2023

Kratek opis

Ta vrsta vprašanja omogoča uporabniku, da spremeni jezik ankete. Uporabniki lahko na spustnem seznamu izberejo jezik, v katerem želijo prikazati anketna vprašanja.

Spustni seznam vključuje osnovni jezik (ki je izbran, ko je anketa ustvarjena prvič) in dodatne (lahko jih urejate v plošči s splošnimi nastavitvami) .

Datoteka:Language Switch question type.png

Primer: Language switch question type

Datoteka:help.png Opomba: LimeSurvey privzeto prikaže tudi spustni seznam z razpoložljivimi jeziki na pozdravni strani.

Splošne možnosti

QS:Obvezno

QS:Relevantnost

Zaslon

QS:Tema vprašanja

QS:Skrito


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


CSS class (css_class)

Description

If you want to add special CSS classes to certain questions, you can enter the CSS class name(s) in this box. Make sure you leave an empty space between different class names.

Valid values

  • Any text string with a space between different CSS class names.
 Hint: You can also insert an expression in this box (New in 3.0.0 ). Remember that the output of the expression will not be updated dynamically.


  According to the W3C, CSS class names can contain only the characters [a-zA-Z, and 0-9] and ISO 10646 characters U+00A1 and higher, plus the hyphen (-) and the underscore (_). They cannot start with a digit, or a hyphen followed by a digit. LimeSurvey encodes CSS classes, but it does not fix it totally.



Logic

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.


Statistics

Display chart (display_chart)

Description

This attribute allows the survey administrator to choose if a chart that contains the question results should be displayed to the survey participants after they filled out the survey.

Note: To have the chart displayed on the last page, you have to enable the following options:


Available options

  • On
  • Off (default)



Chart type (chart_type)

Description

This attribute allows the survey administrator to choose which type of chart will be displayed to the respondent once he/she finished filling out the survey.

Note: Do not forget to change the question and survey settings in order to have the charts displayed at the end on the survey. For more details, check the wiki section on the display chart question attribute.

Available options

  • Bar chart
  • Pie chart
  • Radar
  • Line
  • PolarArea
  • Doughnut