Actions

QS

Slider max/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
(Updating to match new version of source page)
Line 2: Line 2:
<onlyinclude>
<onlyinclude>


===Schuif maximale waarde (slider_max)===
===Slider maximal value (slider_max)===


'''Beschrijving'''
'''Description'''


Als je de schuif lay-out gebruikt, dan bepaald dit attribuut de waarde aan de rechterkant. Als er geen maximum is ingesteld dan is dit het maximum. Je kunt Expressie Beheer gebruiken, als de waarde geen nummer is op het moment van het tonen van de pagina wordt het maximum 100,
When '''slider_layout''' is set, this question attribute sets the value of the right-end of the slider. By default, this value is set to 100. The expression manager can be used (without curly brackets) to set up a maximum value. However, please note that this value has to be calculated '''before''' the expression is displayed. For example, no custom value is displayed if the expression and the question and/or question answer codes used within the respective expression [[General settings|are displayed on the same page]]. If this happens, then the attribute will use the default value which is 100.


'''Voorbeeld'''
{{Alert|title=Attention|text=Please note that if the expression typed within the box contains an error, a logic error will be displayed to the user below the question.}}
 
* 50
* if(QCODE>10,QCODE,10)


'''Valid values'''
* Any number
* [[Expression Manager|Expressions]], without curly brackets.
</onlyinclude>
</onlyinclude>


[[Category:Question Settings/nl]][[Category:Advanced Question Settings/nl]]
[[Category:Question Settings]][[Category:Question Slider Options]]

Revision as of 15:10, 19 April 2018


Slider maximal value (slider_max)

Description

When slider_layout is set, this question attribute sets the value of the right-end of the slider. By default, this value is set to 100. The expression manager can be used (without curly brackets) to set up a maximum value. However, please note that this value has to be calculated before the expression is displayed. For example, no custom value is displayed if the expression and the question and/or question answer codes used within the respective expression are displayed on the same page. If this happens, then the attribute will use the default value which is 100.

  Attention : Please note that if the expression typed within the box contains an error, a logic error will be displayed to the user below the question.


Valid values