Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Show if: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Conditions]]





Revision as of 09:19, 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