x

Hoofdstukken

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Quick start guide
  3. LimeSurvey CE - Installatie
  4. Hoe maak je een goede enquête
  5. Aan de slag
  6. LimeSurvey configuratie
  7. Inleiding - Enquêtes
  8. Bekijk enquête-instellingen
  9. Bekijk enquête-menu
  10. Bekijk de enquêtestructuur
  11. Introductie - Vragen
  12. Introductie - Vraaggroepen
  13. Inleiding - Enquêtes - Management
  14. Enquête taakbalk opties
  15. Meertalige enquête
  16. Quick start guide - ExpressionScript
  17. Geavanceerde features
  18. Algemeen FAQ
  19. Probleemoplossing
  20. Tijdelijke oplossingen
  21. Licentie
  22. Versie change log
  23. Plugins - geavanceerd
 Actions

QS

Relevance/nl: Difference between revisions

From LimeSurvey Manual

Han (talk | contribs)
No edit summary
FuzzyBot (talk | contribs)
Updating to match new version of source page
Line 3: Line 3:


===Relevantie vergelijking===
===Relevantie vergelijking===
{{FeatureStarting/nl|v=1.92}}


'''Beschrijving'''
'''Beschrijving'''


Als de waarde ''1'' of ''true'' is dan is de vraag ''relevant'' en wordt de vraag getoond bij het invullen van de enquête. En anders niet.
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.
Bij alle vragen kun je een relevantie vergelijk specificeren. Dit vervangt de condities, het ondersteunt veel meer complexe logica.


'''Syntax markering in kleur'''
'''Syntax markering in kleur'''


Wanneer je de relevantie vergelijking opslaat, dan wordt het geëvalueerd en met kleur gemarkeerd. De fouten worden met een kleur aangegeven waardoor je de fouten gemakkelijker ziet,
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'''


De vergelijking gebruikt de syntax die beschreven is in de [[Expression Manager/nl|Expressie Beheer]], zonder de omringende accolades.
Any equation that makes use of the [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.


'''Voorbeelden'''
'''Voorbeelden'''


Voorbeelden van het met kleur markeren, oftewel [[Expression Manager HowTos#Syntax Highlighting|syntax highligting]].
Here are good examples of [[Expression_Manager_how-tos#Syntax_Highlighting|syntax highlighting]].


</onlyinclude>
</onlyinclude>
[[Category:Question Settings/nl]][[Category:Core Question Settings/nl]]
 
[[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.

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


Geldige waarden

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

Voorbeelden

Here are good examples of syntax highlighting.