More actions
jrfconvert import |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category: | [[Category:Conditions]] | ||
| | ||
Show if | ====Show if==== | ||
Syntax : IF EXPRESSION | Syntax : IF EXPRESSION |
Latest revision as of 09:20, 20 December 2011
Show if
Syntax : IF EXPRESSION
Position : Right after question type and before question properties ( if it existed )
A question can have many show if condition
Example 1 :
QUESTION qPage PAGE
IF (anotherQuestion == 1)
This is question text
Example 2 :
QUESTION qPage PAGE
IF (anotherQuestion_1 == 1)
IF (anotherQuestion_2 == 1)
This is question text