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.

Text 2: Difference between revisions

From Catglobe Wiki
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..."
 
(No difference)

Latest revision as of 09:30, 20 December 2011



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