Tip vprašanja - 5 točkovna izbira
From LimeSurvey Manual
Kratek opis
This question shows a horizontal 1 to 5 scale from where the survey participants can select a single answer option.

Example: Single choice question example.zip
General options
Obvezno (obvezno)
Opis
S pomočjo te nastavitve lahko določite ali mora anketiranec odgovoriti na vsa vprašanja ankete. Če ustvarite vprašanje z več podvprašanji, lahko z nastavitvijo min_answers določite, da bo anketiranec odgovoril le na določene dele ankete in ne vse.

Veljavne vrednosti
- Da
- Ne (privzeto)
Relevance equation
Opis
If the value of the relevance equation 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.
Označevanje sintakse
Whenever you save the relevance equation, it is evaluated and syntax-highlighted. Any errors will be color coded so that you can quickly detect and fix them.
Veljavne vrednosti
- Any equation that makes use of the Expression Manager syntax, without surrounding curly braces.
Primeri
Here are good examples of syntax highlighting.
Display
Use slider layout (slider_layout)
Description
When set to "On", this question attribute will modify the layout of the question so that it looks like a slider.
Available options
- On
- Off (default)
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).
Question theme (question_theme)
Description
It allows you to use customized themes for the respective question.
Available options
- Your created question themes which are located under the Question themes in the Themes panel.
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.
Relevance help for printable survey (printable_survey_relevance_help)
Description
If you wish to print a survey, you can also print the relevance equations for each question. But, if you wish to offer instead an explanation rather than the expression on the printed form, fill in this box with the text explanation for the relevance equation.
Valid values
- Any text and/or numbers you wish to be displayed on the printable form.
Opis
If enabled, the question will always be hidden - it will not be displayed to the survey participants. This function can be used in the following scenarios:
- If you wish to prefill a question with a URL and you want not to have it displayed on the screen. This overrides any conditions used within the survey because the respective question will not even be embedded on the page.
- If you wish to store or calculate a value on the fly via the Expression Manager.

Available options
- On
- Off (default)
Logic
Ime naključne skupine (random_group)
Opis
Vprašanje doda v skupino, kjer se vsa vprašanja prikažejo po naključnem vrstnem redu.
You can find a sample survey using randomization group name in Expression Manager sample survey.
Veljavne vrednosti
Vnesite poljuben želen niz (na primer: 'skupina1'). Vprašanja, ki vsebujejo ta niz, bodo vključena v anketo z naključnim prikazom (=vprašanja se naključno izmenjujejo med seboj).
Other
Insert page break in printable view (page_break)
Opis
This attribute is only active when you actually print a survey from the Printable View. It forces a page break before the question.
Available options
- On
- Off (default)
Statistics
Prikaži v javni statistiki (public_statistics)
Opis
This attribute allows the survey administrator to chose if a particular question results should be displayed to the survey participants after they submitted the survey.

The default setting for each question is 'Off' (=Do not show the question statistics to the respondents). You have to enable this for every single question if you want to show the survey statistics of that (those) particular question(s) to the survey participants after the survey submission.
Available options
- On
- Off (default)
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.

- public statistics survey setting from the presentation & navigation settings
- show graphs survey setting from the presentation & navigation settings
- public statistics question attribute, and
- display chart question attribute.
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.

Available options
- Bar chart
- Pie chart
- Radar
- Line
- PolarArea
- Doughnut