Actions

Vraagtype - Lijst (Dropdown)

From LimeSurvey Manual

Revision as of 19:47, 31 August 2013 by Han (talk | contribs) (Created page with "{{QS:Random_group/nl}}")

Korte beschrijving

This question type collects input from a dropdown menu. You can also create subcategories within this list by using the advanced setting 'Category separator'.


Download voorbeeld (Engels): W_-_List_Flexible_Labels_Dropdown.csv

Hoofd instellingen

QS:Defaults/nl


Verplicht (mandatory)

Beschrijving

Met deze optie kan de enquête-beheerder instellen dat een bepaalde vraag beantwoordt moet worden voordat de deelnemer verder kan gaan met invullen. Als je een vraag hebt met subvragen en je wilt niet alle onderdelen verplicht maken, gebruik dan de optie Minimum aantal antwoorden (min_answers) op de tab Logica.

Als je een van de vooraf geïnstalleerde thema's gebruikt en het attribuut verplicht is ingeschakeld, wordt er naast de vraag een rood sterretje weergegeven. Als je het sterretje wilt verbergen, lees dan deze beschrijving.


Beschikbare opties

  • Aan - Vraag moet worden beantwoord voordat de deelnemer naar de volgende pagina kan - de antwoordoptie 'Geen antwoord' wordt nooit getoond.
  • Zacht - Als de vraag niet wordt beantwoord, wordt een waarschuwing weergegeven wanneer wordt geprobeerd door te gaan naar de volgende pagina - de deelnemer kan er echter voor kiezen de waarschuwing te negeren en verder te gaan. Merk op dat de optie 'Geen antwoord' nog steeds wordt weergegeven (indien geactiveerd in de instellingen voor enquêtepresentatie)
  • Uit (standaard) - Vraag kan onbeantwoord blijven



Optie 'Anders' (other)

Beschrijving

Deze optie wordt bij meerdere vraagtypes gebruikt. Je kunt hiermee een keuze toevoegen voor de gebruiker als die een ander antwoord wil kiezen dan de vooraf bedachte antwoorden. Normaal gesproken is dit een keuze 'Anders', waarbij dan eventueel kan worden aangegeven of die keuze dan door de gebruiker mag worden ingevuld.

Beschikbare opties

  • Aan
  • Uit (standaard)



Conditie (eerder "Relevantievergelijking")

Beschrijving

Als de waarde van de conditie 1 of true is dan is de vraag relevant en wordt de vraag getoond bij het invullen van de enquête. En anders niet. Bij elke vraag kun je een relevantievergelijking specificeren. Dit vervangt de condities, het ondersteunt veel meer complexe logica.

Syntax markering in kleur

Wanneer je de conditie opslaat, dan wordt het geëvalueerd en met kleur gemarkeerd. De fouten worden met een kleur aangegeven waardoor je de fouten gemakkelijker ziet,

 Hint: Om de condities in je enquête te controleren gebruik je de functie toon logica enquête.


Geldige waarden

  • Een conditie gebruikt de syntax die beschreven is in ExpressionScript, zonder de omringende accolades.

Voorbeelden

Voorbeelden van het met kleur markeren, oftewel syntax markering.


Speciale instellingen

Willekeurige volgorde (random_order)

Beschrijving

  Ontraden voor antwoordopties : vanaf versie 5.5.0 wordt dit attribuut niet meer gebuikt voor voor het sorteren van de antwoordopties. Bekijk a.u.b. QS:Answer_order


Met dit attribuut kun je er voor zorgen dat de volgorde van de antwoordopties/subvragen willekeurig is. Het tonen in willekeurige volgorde kan mogelijke ruis bij het invullen voorkomen. Als een vraag subvragen heeft dan is de volgorde van de subvragen ook random, maar niet de volgorde van de antwoordopties.

Beschikbare opties

  • Ja - Willekeurige volgorde bij starten door deelnemer van de enquête
  • Nee (standaard)



Randomisatiegroepsnaam (random_group)

Beschrijving

Plaatst de vragen in een randomisatiegroep waardoor de vragen in een willekeurige volgorde getoond worden aan de deelnemers.

Een voorbeeld van een enquête met deze functie staat hier.

Geldige waarden

Geef een tekst op (bijvoorbeeld: 'groep1'). Alle vragen die deze tekst bij dit veld hebben krijgen onderling een willekeurige plaats.


Preview Als je een voorbeeld van de vragen wilt bekijken, gebruik dan het voorvertonen van de enquête in plaats van die van de vragengroep, omdat van de tweede is gemeld dat deze de vragen niet in een willekeurige volgorde zou weergeven.



Sort answers alphabetically (alphasort)

Description

  Deprecated : This features is deprecated in version 5.5.0.Use QS:Answer_order instead.


If you use a list of radiobuttons or a dropdown list, you can order this list alphabetically by activating this option.

Available options

  • On
  • 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.




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



Category separator (category_separator)

Description

This attibute takes a char that will be considered by LimeSurvey as a category separator in answers.

Example

If you set this to the char ":", and have an answer with the following text "Fruit: orange" and another with "Fruit: apple", then a category of "Fruit" is assumed and will contain 2 items "orange" and "apple". This will be displayed as categories/items in the dropdown list.



Always hide this question (hidden)

Description

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 ExpressionScript - Presentation.
Note: A common question type that is used with this function is the Equation one.

Available options

  • On
  • Off (default)



'Other:' comment mandatory (other_comment_mandatory)

Description

It only applies to mandatory questions having an "other answer" option in which the participant can give a free text response ("other comment").

When this setting is activated and the participant selects the other answer (the "other checkbox" or "other answer in a list"), then he will have to give a comment in the "Other comment" input box in order to proceed to the next page.

Note that this option is not available for Multiple Choice questions because the "Other" checkbox status is not recorded in the database for this question type, only the content being recorded. This means that checking the "other" checkbox is just a visual effect that is only meaningful if the text box is filled in: that is why other_comment_mandatory is assumed to be set for this question type.

Available options

  • On
  • Off (default)

Example

If activated for a "Multiple options with comments" question and the user enters a value in the left part of the Other answer but doesn't enter text in the Other Comment part, a warning message will be displayed when he tries to proceed to the next page.



SPSS export scale type (scale_export)

Description

This is used for SPSS export only. This attribute overrides the default scale guessed by SPSS. To learn what the different measurement scales do, please read the related SPSS documentation.

Available options

  • Default (default)
  • Nominal
  • Ordinal
  • Scale



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.

Note: To have the statistics displayed on the last page, do not forget to enable this functionality from the presentation & navigation settings. Otherwise, no statistics link will be displayed at the end of your 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)


Insert page break in printable view (page_break)

Description

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)



Height of dropdown (dropdown_size)

Description

The List dropdown questions types contain the "heigh of dropdown" attribute, which allows you to control how many list items are visible to the respondents without scrolling down or clicking on the dropdown menu.

Valid values

  • Any integer value greater than 0
  • Note, if you select a number larger than the length of the list, the list will be sized to show all options



Prefix for list items (dropdown_prefix)

Description

The following attribute can be located under the display option of the List dropdown question type. It allows you to use a prefix (before each list option) for easier keyboard-based selection.

Available options

  • None
  • Order - like 3)