Actions

QS

Min num value: Difference between revisions

From LimeSurvey Manual

(Created page with "<translate> <!--T:1--> <languages /> <onlyinclude> ===Minimum sum value (min_num_value)=== <!--T:436--> <!--T:437--> '''Description''' <!--T:438--> Allows you to set the mi...")
 
mNo edit summary
(6 intermediate revisions by 4 users not shown)
Line 4: Line 4:
<onlyinclude>
<onlyinclude>


===Minimum sum value (min_num_value)=== <!--T:436-->
===Minimum sum value (min_num_value)=== <!--T:445-->


<!--T:437-->
<!--T:446-->
'''Description'''
'''Description'''


<!--T:438-->
<!--T:448-->
Allows you to set the minimum sum total of all predefined answers that will be accepted. The value entered for this attribute becomes the minimum value.
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:439-->
<!--T:449-->
'''Valid values'''
'''Valid values'''
*Any integer value above 0
*Any integer value above 0
*Any number (using . (dot) for decimal separator)
*Any SGQA code
*Any question code (variable name)
*Any equation, using [[ExpressionScript - Presentation|ExpressionScript]] syntax, without surrounding curly braces.


<!--T:440-->
<!--T:453-->
<div class="simplebox">And as of Version 1.92</div>
*Any number
*Any SGQA code
*Any question code (variable name)
*Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.
 
<!--T:441-->
'''Example'''
'''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:442-->
<!--T:451-->
Setting a value of 20 for this would mean that the total value of all numbers entered in all input boxes for this question may not be less than 20. Totals of 21 or 50 would be allowed. A total of 15 would not be acceptable.
</onlyinclude>


</onlyinclude>
<!--T:452-->
[[Category:Question Settings]][[Category:Question Input Options]]


</translate>
</translate>

Revision as of 11:40, 15 April 2020


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

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.