Difference between revisions of "Equals num value"
From LimeSurvey Manual
DenisChenu (talk | contribs) (Marked this version for translation) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 17: | Line 17: | ||
<!--T:246--> | <!--T:246--> | ||
*Any number value | *Any number value | ||
− | |||
− | |||
− | |||
<!--T:247--> | <!--T:247--> | ||
*Any SGQA code | *Any SGQA code | ||
*Any question code (variable name) | *Any question code (variable name) | ||
− | *Any equation, using [[ | + | *Any equation, using [[ExpressionScript - Presentation|ExpressionScript]] syntax, without surrounding curly braces. |
<!--T:244--> | <!--T:244--> |
Latest revision as of 11:37, 15 April 2020
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.
Valid values
- Any number value
- Any SGQA code
- Any question code (variable name)
- Any equation, using ExpressionScript syntax, without surrounding curly braces.