Actions

QS

Min num value: Difference between revisions

From LimeSurvey Manual

(Marked this version for translation)
mNo edit summary
Line 4: Line 4:
<onlyinclude>
<onlyinclude>


===Minimum sum value (min_num_value)=== <!--T:436-->
===Minimum value of the numeric input  (min_num_value_n)=== <!--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.


<!--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 [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.


<!--T:440-->
{{FeatureChange|1.92}}
*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.
 
<!--T:443-->
</onlyinclude>
</onlyinclude>


<!--T:444-->
<!--T:452-->
[[Category:Question Settings]][[Category:Advanced Question Settings]]
[[Category:Question Settings]][[Category:Question Input Options]]


</translate>
</translate>

Revision as of 12:30, 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.