Actions

QS

Max num value/nl: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
Line 6: Line 6:
'''Beschrijving'''
'''Beschrijving'''


Je vult hier (optioneel) in de maximale som van alle invoer bij deze vraag.
This setting is available in the multiple numeric and numeric array input questions. When this attribute is set, the input value(s) (depending on the type of question) must meet this criteria -  the (sum of) number(s) has to be smaller than the value you type in this box. Otherwise, the respondent will not be able to submit her answer.


'''Geldige waarden'''
'''Valid values'''
*een geheel getal, minimaal 1
*Any integer value above 0
*Any number
*Any SGQA code
*Any question code (variable name)
*Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.


{{FeatureChange/nl|v=1.92}}
'''Example'''
*een getal
*Setting a value of 20 would mean that the total value of all numbers entered in all input boxes for this question may not exceed 20. Totals of 21 would not be allowed. A total of 15 would be acceptable.
*een SGQA code
*een vraagcode (variabele naam)
*een vergelijking, zie [[Expression Manager/nl|Expressie beheer]], zonder de omringende accolades.
 
'''Voorbeeld'''
 
Als je hier 20 invult, dan wil je de invoer alleen accepteren als de som van alle invoer bij deze vraag maximaal 20 is.


</onlyinclude>
</onlyinclude>


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

Revision as of 15:35, 31 March 2018


Maximale som (max_num_value)

Beschrijving

This setting is available in the multiple numeric and numeric array input questions. When this attribute is set, the input value(s) (depending on the type of question) must meet this criteria - the (sum of) number(s) has to be smaller than the value you type in this box. Otherwise, the respondent will not be able to submit her answer.

Valid values

  • Any integer value above 0
  • Any number
  • Any SGQA code
  • Any question code (variable name)
  • Any equation, using Expression Manager syntax, without surrounding curly braces.

Example

  • Setting a value of 20 would mean that the total value of all numbers entered in all input boxes for this question may not exceed 20. Totals of 21 would not be allowed. A total of 15 would be acceptable.