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 or clear if

From Catglobe Wiki
Revision as of 08:26, 11 January 2016 by Nguyenhientrung (talk | contribs) (Created page with "Category:Conditions ==== Show or clear if ==== Syntax : IF EXPRESSION ORCLEARCURRENT Position : Right after question type and before question properties ( if ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Show or clear if

Syntax : IF EXPRESSION ORCLEARCURRENT

Position : Right after question type and before question properties ( if it existed )

A question can have many show if condition

Example 1 :

QUESTION qTest TEXT

IF (anotherQuestion == 1) ORCLEARCURRENT

This is question text

Example 2 :

QUESTION qTest TEXT

IF (anotherQuestion_1 == 1) ORCLEARCURRENT

IF (anotherQuestion_2 == 1) ORCLEARCURRENT

This is question text