Actions

Translations

Optional settings/8/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 3: Line 3:
*'''$dropdownthreshold:''' als je $dropdowns op "R" hebt gezet, is dit het maximale aantal opties dat getoond wordt als radioknoppen, voordat LimeSurvey deze vervangt door een dropdown-selectielijst.
*'''$dropdownthreshold:''' als je $dropdowns op "R" hebt gezet, is dit het maximale aantal opties dat getoond wordt als radioknoppen, voordat LimeSurvey deze vervangt door een dropdown-selectielijst.
*'''$repeatheadings:''' standaard '0' (niet herhalen). Zet deze op een waarde om bij vragen van het type 'array (flexibel)' de kop opnieuw te tonen na dit aantal antwoorden. Een redelijk geschikte waarde is 15.
*'''$repeatheadings:''' standaard '0' (niet herhalen). Zet deze op een waarde om bij vragen van het type 'array (flexibel)' de kop opnieuw te tonen na dit aantal antwoorden. Een redelijk geschikte waarde is 15.
*'''$minrepeatheadings:''' Het minimale aantal van geschoonde antwoorden dat verplicht is voordat de koppen van  array (flexible) vragen te herhalen.
*'''$addTitleToLinks:''' zet deze "aan"(true) als je wilt dat LimeSurvey de 'title'-tag aan ieder element in het menu hangt. Dit helpt een schermvoorlezer de menu's te herkennen. Dit betekent echter dat het overlapt met de tooltips.
*'''$addTitleToLinks:''' zet deze "aan"(true) als je wilt dat LimeSurvey de 'title'-tag aan ieder element in het menu hangt. Dit helpt een schermvoorlezer de menu's te herkennen. Dit betekent echter dat het overlapt met de tooltips.
*'''$defaulttemplate:''' deze instelling bepaald het standaardthema dat gebruikt wordt voor het tonen van de 'publieke lijst' van enquêtes. (Deze waarde wordt overschreven met de waarden uit het [[Global settings/nl|Globale instellingen]] veld Standaardsjabloon) {{ObsoleteIn/nl|2.0}}
*'''$defaulttemplate:''' deze instelling bepaald het standaardthema dat gebruikt wordt voor het tonen van de 'publieke lijst' van enquêtes. (Deze waarde wordt overschreven met de waarden uit het [[Global settings/nl|Globale instellingen]] veld Standaardsjabloon) {{ObsoleteIn/nl|2.0}}

Revision as of 14:08, 24 April 2016

Message definition (Optional settings)
=Appearance=
*'''dropdownthreshold'''{{ObsoleteIn|2.50}}: When "R" is selected for <code>$dropdowns</code>, the administrator is allowed to set a maximum number of options that will be displayed as radio buttons, before converting back to a dropdown list. If there is a question that has a large number of options, displaying all of them at once as radio buttons can look unwieldy, and can become counter-intuitive to users. Setting this to a maximum of, say 25 (which is the default) means that large lists are easier to be used by the administrators for the survey participant.
*'''repeatheadings:''' With the Array question type, you'll often have a lot of subquestions, which - when displayed on screen - take up more than one page. This setting lets you decide how many subquestions should be displayed before repeating the header information for the question. A good setting for this is around 15. If you don't want the headings to repeat at all, set this to 0. This setting is overridden in the [[Global settings|global settings]] dialog {{NewIn|2.05}}.
*'''minrepeatheadings:''' The minimum number of remaining subquestions that are required before repeating the headings in Array questions. The default value is 3 and it can be edited in config.php. 
*'''defaulttemplate:''' This setting specifies the default theme used for the 'public list' of surveys. This setting can be overridden in the [[Global settings|global settings]] dialog or edited in config.php.
*'''defaulthtmleditormode:''' Sets the default mode for the integrated HTML editor. This setting can be overridden in the [[Global settings|global settings]] dialog or edited in config.php. The valid settings are:
** 'inline' - Inline replacement of fields by an HTML editor. Slow but convenient and user friendly;
** 'popup' - Adds an icon that runs the HTML editor in a popup if needed. Faster, but HTML code is displayed in the form;
** 'none'-  No HTML editor;
*'''column_style:''' Defines how columns are rendered for survey answers when using [[QS:Display_columns|display_columns]]. It can be edited in the config.php file. The valid settings are: 
** 'css' - it uses one of the various CSS methods to create columns (see the template style sheet for details);
** 'ul' - the columns are rendered as multiple floated unordered lists (default);
** 'table' - it uses conventional-tables-based layout;
** NULL - it disables the use of columns.

Presentatie

  • $lwcdropdowns: (Obsolete since 2.0) mogelijke waarden zijn "L" of "R". Zet deze op "R" om 'Lijst met opmerkingen'-vragen als radioknoppen te tonen, of op "L" om deze vraag als een dropdown-selectielijst te tonen.
  • $dropdownthreshold: als je $dropdowns op "R" hebt gezet, is dit het maximale aantal opties dat getoond wordt als radioknoppen, voordat LimeSurvey deze vervangt door een dropdown-selectielijst.
  • $repeatheadings: standaard '0' (niet herhalen). Zet deze op een waarde om bij vragen van het type 'array (flexibel)' de kop opnieuw te tonen na dit aantal antwoorden. Een redelijk geschikte waarde is 15.
  • $minrepeatheadings: Het minimale aantal van geschoonde antwoorden dat verplicht is voordat de koppen van array (flexible) vragen te herhalen.
  • $addTitleToLinks: zet deze "aan"(true) als je wilt dat LimeSurvey de 'title'-tag aan ieder element in het menu hangt. Dit helpt een schermvoorlezer de menu's te herkennen. Dit betekent echter dat het overlapt met de tooltips.
  • $defaulttemplate: deze instelling bepaald het standaardthema dat gebruikt wordt voor het tonen van de 'publieke lijst' van enquêtes. (Deze waarde wordt overschreven met de waarden uit het Globale instellingen veld Standaardsjabloon) (Vervallen sinds 2.0)
  • $defaulthtmleditormode: bepaalt de standaardmodus waarin de HTML editor opstart. Geldige waarden zijn inline (standaard), popup en none. (Deze waarde wordt overschreven met de waarden uit het Globale instellingen veld Standaard HTML Editor methode). (Nieuw in 1.87).
    • inline inline vervanging van velden door een HTML editor. Langzaam, maar makkelijk en gebruikersvriendelijk
    • popup voegt een icoon toe, die bij selectie de HTML Editor in een popup vertoond. Sneller, maar de html-code is zichtbaar
    • none geen HTML Editor gebruiken