Tip vprašanja - Seznam s komentarjem
From LimeSurvey Manual
Kratek opis

Example: List_with_comment_example.zip
Glavne nastavitve
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)
Please note that mandatory only applies to the list of options - _not_ the comment field. Currently, there is no option to make the comment field also mandatory.
Enačba relevantnosti
Opis
Vsako vprašanje vam omogoča določiti enačbo relevantnosti, ki je naslednik pogoja. Z enačbo relevantnosti lahko ustvarite veliko bolj zapleteno pogojno logiko.
Označevanje sintakse
Kadarkoli boste shranili enačbo relevantnosti, bo ovrednotena, pregledana bo tudi sintaksa enačbe. Morebitne napake bodo barvno označene, tako da jih boste lahko hitro odkrili in popravili.
Veljavne vrednosti
Vsaka enačba, ki uporablja sintakso Urejevalnika izrazov, brez zavitih oklepajev.
Primeri
Uporabni primeri: Označevanje sintakse.
Napredne nastavitve
Answer order (answer_order)
Description
This attribute allows to set the order of answer options. (New in 5.5.0 build 221219)
Available options
- Normal (default)
- Alphabetically
- Random - Randomize when participant enters survey
Example
See this example (outside link) to better understand how to use different LimeSurvey randomization features.
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.
See: https://manual.limesurvey.org/Question_themes
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:
To nastavitev lahko uporabite, če ste nadomestili vprašanje z URL povezavo in ga anketirancu ne želite prikazati (vključno z njenimi vrednostmi). S tem se izničijo postavljeni pogoji, ki se navezujejo na to vprašanje, saj le to dejansko niti ni bilo postavljeno. Če pa želite vprašanje le skriti (na primer, če želite shraniti vrednost izračunana ***on the fly ***), potem uporabite JavaScript, ki je vgrajen v izvorno kodo vprašanja.
Veljavne vrednosti
- Da
- Ne (default)
Available options
- On
- 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.

Use dropdown boxes (use_dropdown)
Description
If this function is enabled, the answer options layout will use dropdown boxes instead of radio buttons.
Available options
- On - dropdown boxes are used.
- Off (default) - radio buttons are used.
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.
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 ExpressionScript 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).
Question validation equation (em_validation_q)
Description
This is an equation that is used to validate the entire question (e.g, all of its parts collectively for a multi-answer question). If the question fails the validation criteria, then em_validation_q_tip message will be displayed (it uses the CSS style .error). This tip uses the .em_q_fn_validation CSS style, which is hidden by default within template.css.
The main difference between this feature and the subquestion validation equations (em_validation_sq option) is that for this feature, if the question (or question parts) fail validation, then an error message could be shown. For the subquestion validation, each text entry cell (e.g., in an array question type, but it can also be applied to single entry question types) will be styled so that the background color is (light) red.
Valid values
- Any equation that makes use of the ExpressionScript syntax, without surrounding curly braces.
Example
- You want to collect demographic information from users via a multiple short text question, and you want to validate that the user has entered a valid email address and phone number.
This example shows how the question looks with invalid answers:

And here is what it looks like with one invalid answer:

Here is how you edit a question to enter that information:

And here is part of the Show Logic File output that lets you check the accuracy of your expression and ensure that there are no syntax errors:

As you can see, the validation equation tests that both the email and phone number are either empty or match a regular expression filter.
The validation tip only shows the warning message if the phone or email appears invalid.
If you wish to import the example from above into your LimeSurvey installation, download the following .lsq file: Em_validation_q_example.zip.
Tip for whole question validation equation (em_validation_q_tip)
Description
If you are using the question validation equation, you can use this box in order to display an optional message as question tip on how the question has to be filled out.
Valid values
- Any string or equation that makes use of the ExpressionScript syntax.
Example
See the example from the question validation equation wiki section- it shows how the tip can be tailored to show which parts of a multiple short text question fail the validation criteria.
Other
Vrsta SPSS izvozne skale (scale_export)
Opis
Ta možost se lahko uporablja le za #SPSS_export/sl|SPSS izvoz. Za lastnost prepiše privzeto skalo SPSS. Več preberite preko povezave read the related SPSS documentation (v angleščini).
Možnosti
- Privzeto (privzeto)
- Številsko
- Opcijsko
- Lestvica
- Default (default)
- Nominal
- Ordinal
- Scale
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
Show in public statistics (public_statistics)
Description
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