Actions

QS

Min num value: Difference between revisions

From LimeSurvey Manual

(Marked this version for translation)
(Marked this version for translation)
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
<!--T:448-->
<!--T:448-->
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(s).
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(s).
<!--T:454-->
If the option ''Value range allows missing'' is set : the minimum sum value are not checked if whole questions are not answered.


<!--T:449-->
<!--T:449-->
Line 18: Line 21:
*Any SGQA code  
*Any SGQA code  
*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 [[ExpressionScript - Presentation|ExpressionScript]] syntax, without surrounding curly braces.  


<!--T:453-->
<!--T:453-->

Latest revision as of 14:34, 25 February 2023


Minimum sum value (min_num_value)

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

If the option Value range allows missing is set : the minimum sum value are not checked if whole questions are not answered.

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