Text 2

From Catglobe Wiki
Revision as of 11:30, 20 December 2011 by Cg pham (talk | contribs) (Created page with "Category:Conditions ====Text==== Syntax : IF EXPRESSION (REPLACE STRING WITH STRING)+ Position : Right after question type and before question properties ( if it existed...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Text

Syntax : IF EXPRESSION (REPLACE STRING WITH STRING)+

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

This condition support all question type

Example:

QUESTION testPage PAGE

IF (anotherQuestion == 1) REPLACE "Greeting" WITH "Hello" REPLACE "guest" WITH "Questionnaire team"

IF (anotherQuestion == 2) REPLACE "Greeting" WITH "Hello" REPLACE "guest" WITH "Data team"

Greeting guest