Include answer option

From Catglobe Wiki
Revision as of 10:46, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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