Exclude sub question

From Catglobe Wiki
Revision as of 11:10, 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



Exclude sub question

Syntax : IF EXPRESSION INC_SQ RANGES

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

This condition only supports question types which have sub question

Example :

QUESTION testSingleGrid SINGLEGRID

IF (anotherQuestion ==1) EXC_SQ [1]

IF (anotherQuestion ==2) EXC_SQ [1,3-5]

SQ: This is sub question text 0

SQ: This is sub question text 1

SQ: This is sub question text 2

SQ: This is sub question text 3

SQ: This is sub question text 4

SQ: This is sub question text 5

1: This is answer option text

2: This is answer option text