Actions

QS

Relevance/ja: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 6: Line 6:
'''説明'''
'''説明'''


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.
関連式の値が「1」または「true」になると、質問がアンケートの中で"関連する"、つまりアンケート参加者に提示されます。その他の場合は質問は表示されません。どのような質問でも関連式を指定することができます。この関数は[[Setting_conditions/ja|条件]]の後継であり、より複雑な条件ロジックをサポートします。


'''文法ハイライト'''
'''文法ハイライト'''

Revision as of 13:17, 14 May 2018


関連式

説明

関連式の値が「1」または「true」になると、質問がアンケートの中で"関連する"、つまりアンケート参加者に提示されます。その他の場合は質問は表示されません。どのような質問でも関連式を指定することができます。この関数は条件の後継であり、より複雑な条件ロジックをサポートします。

文法ハイライト

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.


妥当な値

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

Here are good examples of syntax highlighting.