Difference between revisions of "Exclude answer option"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Conditions]] |
− | |||
− | Exclude answer option | + | ====Exclude answer option==== |
Syntax : IF EXPRESSION EXC_AO RANGE | Syntax : IF EXPRESSION EXC_AO RANGE |
Latest revision as of 10:21, 20 December 2011
Exclude answer option
Syntax : IF EXPRESSION EXC_AO RANGE
Position : Right after question type and before question properties ( if it existed )
Example :
QUESTION testSingle SINGLE
IF (anotherQuestion == 1) EXC_AO [1,2-4]
IF (anotherQuestion == 2) EXC_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