Difference between revisions of "Text"
(jrfconvert import) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Question_Identifier]] |
− | | + | {{HelpFiles}} |
+ | == Headline text == | ||
− | + | 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 | |
__NOTOC__ | __NOTOC__ | ||
− | <!-- imported from file: | + | <!-- imported from file: 7575.htm--> |
Latest revision as of 08:27, 14 December 2011
== Headline text ==
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