Actions

QS

Relevance: Difference between revisions

From LimeSurvey Manual

m (Reverted edits by Admin (talk) to last revision by C schmitz)
(Renaming relevance equation to condition)
 
(13 intermediate revisions by 3 users not shown)
Line 2: Line 2:
<!--T:1-->
<!--T:1-->
<languages />
<languages />
<onlyinclude>
<onlyinclude>
 
===Condition (previously "Relevance equation")=== <!--T:2-->
===Relevance equation=== <!--T:2-->
 
<!--T:3-->
{{FeatureStarting|v=1.92}}


<!--T:4-->
<!--T:4-->
Line 13: Line 10:


<!--T:5-->
<!--T:5-->
All questions let you specify a relevance equation. This is the successor to conditions and support much more complex conditional logic.
If the result value of the condition is "1" or "true", the question is "relevant" in the survey context, i.e. it is shown to the survey participant. If not, the question is hidden. Any survey question allows you to specify a relevance equation. This function is the successor of [[Setting_conditions|conditions]] and supports much more complex conditional logic.


<!--T:6-->
<!--T:6-->
Line 19: Line 16:


<!--T:7-->
<!--T:7-->
Whenever you save the relevance equation, it will be evaluated and syntax-highlighted. Any errors will be color coded so that you can quickly detect and fix them.
Whenever you save the condition, it is evaluated and syntax-highlighted. Any errors will be color coded so that you can quickly detect and fix them.
 
<!--T:13-->
{{Hint|Text=To check if all conditions are used correctly within your survey, read about our [[Show_logic_file|show logic file]] feature.}}


<!--T:8-->
<!--T:8-->
Line 25: Line 25:


<!--T:11-->
<!--T:11-->
Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.
*Any condition that makes use of the [[ExpressionScript - Presentation|ExpressionScript]] syntax, without surrounding curly braces.


<!--T:9-->
<!--T:9-->
Line 31: Line 31:


<!--T:12-->
<!--T:12-->
Here are good examples of [[Expression Manager HowTos#Syntax Highlighting|syntax highlighting]]
Here are good examples of [[ExpressionScript How-tos#Syntax_Highlighting|syntax highlighting]].


<!--T:10-->
<!--T:10-->
</onlyinclude>
</onlyinclude>
[[Category:Question Settings]][[Category:Core Question Settings]]
 
<!--T:14-->
[[Category:Question Settings]][[Category:General Question Options]]
</translate>
</translate>

Latest revision as of 11:07, 13 July 2022


Condition (previously "Relevance equation")

Description

If the result value of the condition is "1" or "true", the question is "relevant" in the survey context, i.e. it is shown to the survey participant. If not, the question is hidden. Any survey question allows you to specify a relevance equation. This function is the successor of conditions and supports much more complex conditional logic.

Syntax Highlighting

Whenever you save the condition, it is evaluated and syntax-highlighted. Any errors will be color coded so that you can quickly detect and fix them.

 Hint: To check if all conditions are used correctly within your survey, read about our show logic file feature.


Valid values

  • Any condition that makes use of the ExpressionScript syntax, without surrounding curly braces.

Examples

Here are good examples of syntax highlighting.