Actions

QS

Min num value n/en: Difference between revisions

From LimeSurvey Manual

(從外部源匯入一個新的版本)
(Updating to match new version of source page)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
<onlyinclude>
<onlyinclude>


===Minimum value (min_num_value_n)===
===Minimum value of the numeric input  (min_num_value_n)===


'''Description'''
'''Description'''


Minimum value of the numeric input
Minimum value of the numeric input that can be introduced in the input box by the respondent.
 
For multiple numeric and numeric array input questions{{NewIn|1.92}} .  When this attribute is set, each input value must meet this criteria.


'''Valid values'''
'''Valid values'''
*Any integer value above 0
*Any integer value above 0
*Any number{{NewIn|1.92}}
*Any number
*Any SGQA code{{NewIn|1.92}}
*Any SGQA code
*Any question code (variable name){{NewIn|1.92}}
*Any question code (variable name)
*Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.{{NewIn|1.92}}
*Any equation, using [[ExpressionScript - Presentation|ExpressionScript]] syntax, without surrounding curly braces.
 
</onlyinclude>
</onlyinclude>


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

Latest revision as of 18:00, 19 May 2020


Minimum value of the numeric input (min_num_value_n)

Description

Minimum value of the numeric input that can be introduced in the input box by the respondent.

Valid values

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