Actions

QS

Relevance/fr: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
(Updating to match new version of source page)
Line 3: Line 3:


===Équation de pertinence===
===Équation de pertinence===
{{FeatureStarting|v=1.92}}


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


Chaque questions peux être ou non pertinente. Ceci est le successeur amélioré des conditions et permet de gérer des conditions complexes.
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.


'''Coloration syntaxique'''
'''Coloration syntaxique'''


Quand vous sauvegardez une équation de pertinence, celle-ci est évaluée en direct  et colorée syntaxiquement. Les erreurs sont colorées spécifiquement pour les détecter et trouver plus rapidement.
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.}}


'''Valid values'''
'''Valid values'''


Any equation, using [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.
Any equation that makes use of the [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.


'''Examples'''
'''Examples'''


Here are good examples of [[Expression Manager HowTos#Syntax Highlighting|syntax highlighting]]
Here are good examples of [[Expression_Manager_how-tos#Syntax_Highlighting|syntax highlighting]].


</onlyinclude>
</onlyinclude>
[[Category:Question Settings]][[Category:Core Question Settings]]
 
[[Category:Question Settings]][[Category:General Question Options]]

Revision as of 11:40, 26 February 2018


Équation de pertinence

Description

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.

Coloration syntaxique

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: To check if all the relevance equations are used correctly within your survey, read about our show logic file feature.


Valid values

Any equation that makes use of the Expression Manager syntax, without surrounding curly braces.

Examples

Here are good examples of syntax highlighting.