Relevance/nl: Difference between revisions
From LimeSurvey Manual
No edit summary |
Updating to match new version of source page |
||
Line 3: | Line 3: | ||
===Relevantie vergelijking=== | ===Relevantie vergelijking=== | ||
'''Beschrijving''' | '''Beschrijving''' | ||
If the value of the relevance equation 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. | |||
'''Syntax markering in kleur''' | '''Syntax markering in kleur''' | ||
Whenever you save the relevance equation, it is evaluated and syntax-highlighted. Any errors will be color coded so that you can quickly detect and fix them. | |||
{{Hint|Text=To check if all the relevance equations are used correctly within your survey, read about our [[Show_logic_file|show logic file]] feature.}} | |||
'''Geldige waarden''' | '''Geldige waarden''' | ||
Any equation that makes use of the [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces. | |||
'''Voorbeelden''' | '''Voorbeelden''' | ||
Here are good examples of [[Expression_Manager_how-tos#Syntax_Highlighting|syntax highlighting]]. | |||
</onlyinclude> | </onlyinclude> | ||
[[Category:Question Settings | |||
[[Category:Question Settings]][[Category:General Question Options]] |
Revision as of 11:40, 26 February 2018
Relevantie vergelijking
Beschrijving
If the value of the relevance equation 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 markering in kleur
Whenever you save the relevance equation, it is evaluated and syntax-highlighted. Any errors will be color coded so that you can quickly detect and fix them.

Geldige waarden
Any equation that makes use of the Expression Manager syntax, without surrounding curly braces.
Voorbeelden
Here are good examples of syntax highlighting.