Actions

QS

Relevance/sl: Difference between revisions

From LimeSurvey Manual

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


===Enačba relevantnosti===
===Enačba relevantnosti===
{{FeatureStarting/sl|v=1.92}}


'''Opis'''
'''Opis'''


Vsako vprašanje vam omogoča določiti enačbo relevantnosti, ki je naslednik pogoja. Z enačbo relevantnosti lahko ustvarite veliko bolj zapleteno pogojno logiko.
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.


'''Označevanje sintakse'''
'''Označevanje sintakse'''


Kadarkoli boste shranili enačbo relevantnosti, bo ovrednotena, pregledana bo tudi sintaksa enačbe. Morebitne napake bodo barvno označene, tako da jih boste lahko hitro odkrili in popravili.
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.}}


'''Veljavne vrednosti'''
'''Veljavne vrednosti'''


Vsaka enačba, ki uporablja sintakso [[Expression Manager|Urejevalnika izrazov]], brez zavitih oklepajev.
Any equation that makes use of the [[Expression Manager|Expression Manager]] syntax, without surrounding curly braces.


'''Primeri'''
'''Primeri'''


Uporabni primeri: [[Expression Manager HowTos#Syntax Highlighting/sl|Označevanje sintakse]].
Here are good examples of [[Expression_Manager_how-tos#Syntax_Highlighting|syntax highlighting]].


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

Revision as of 11:40, 26 February 2018


Enačba relevantnosti

Opis

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.

Označevanje sintakse

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.


Veljavne vrednosti

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

Primeri

Here are good examples of syntax highlighting.