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.

Include answer option: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Conditions]]



Include answer option
====Include answer option====


Syntax : IF EXPRESSION INC_AO RANGE
Syntax : IF EXPRESSION INC_AO RANGE

Latest revision as of 09:20, 20 December 2011


Include answer option

Syntax : IF EXPRESSION INC_AO RANGE

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

This condition only supports question types which have answer option

Example :

QUESTION testSingle SINGLE

IF (anotherQuestion == 1) INC_AO [1,2-4]

IF (anotherQuestion == 2) INC_AO [1,2-4]

This is question text

1:This is answer option text

2:This is answer option text

3:This is answer option text

4:This is answer option text