Actions

QS

Min num value n: Difference between revisions

From LimeSurvey Manual

mNo edit summary
mNo edit summary
Line 10: Line 10:


<!--T:448-->
<!--T:448-->
This setting is available in the multiple numeric and numeric array input questions. When this attribute is set, each input value must meet this criteria -  no number smaller than the value you type in this box can be submitted by your respondents.
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 higher than the value you type in this box. Otherwise, the respondents will not be able to submit her answer.


<!--T:449-->
<!--T:449-->
Line 19: Line 19:
*Any question code (variable name)  
*Any question code (variable name)  
*Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.  
*Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.  
'''Example'''
*Setting a value of 10 would mean that the total value of all numbers entered in all input boxes fr this question may not be smaller than 10. Totals of 9 would not be allowed. A total of 12 would be acceptable.


<!--T:451-->
<!--T:451-->

Revision as of 12:22, 22 March 2018


Minimum value of the numeric input (min_num_value_n)

Description

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 higher than the value you type in this box. Otherwise, the respondents will not be able to submit her answer.

Valid values

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

Example

  • Setting a value of 10 would mean that the total value of all numbers entered in all input boxes fr this question may not be smaller than 10. Totals of 9 would not be allowed. A total of 12 would be acceptable.