Actions

QS

Equals num value: Difference between revisions

From LimeSurvey Manual

(Marked this version for translation)
(Marked this version for translation)
 
(5 intermediate revisions by 2 users not shown)
Line 11: Line 11:
<!--T:241-->
<!--T:241-->
Sets the sum total of all predefined answers that will be accepted. For example: Setting a value of 20 for this attribute would mean that the only acceptable total for all items would be 20. A value of 15 or 60 would be unacceptable.
Sets the sum total of all predefined answers that will be accepted. For example: Setting a value of 20 for this attribute would mean that the only acceptable total for all items would be 20. A value of 15 or 60 would be unacceptable.
<!--T:248-->
If the option ''Value range allows missing'' is set : the sum value are not checked if whole questions are not answered.


<!--T:242-->
<!--T:242-->
'''Valid values'''
'''Valid values'''
<!--T:246-->
*Any number value
*Any number value


<!--T:243-->
<!--T:247-->
{{FeatureChange|v=1.92}}
*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:244-->
<!--T:244-->

Latest revision as of 14:33, 25 February 2023


Equals sum value (equals_num_value)

Description

Sets the sum total of all predefined answers that will be accepted. For example: Setting a value of 20 for this attribute would mean that the only acceptable total for all items would be 20. A value of 15 or 60 would be unacceptable.

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

Valid values

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