Difference between revisions of "Exclude answer option from"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | |
+ | [[Category:Conditions]] | ||
| | ||
− | Exclude answer option from | + | ====Exclude answer option from==== |
Syntax : IF EXPRESSION EXC_AO_FROM LABEL IN RANGES | Syntax : IF EXPRESSION EXC_AO_FROM LABEL IN RANGES | ||
Line 29: | Line 30: | ||
4:This is answer option text | 4:This is answer option text | ||
− | + | ||
<!-- imported from file: 7567.htm--> | <!-- imported from file: 7567.htm--> |
Latest revision as of 10:26, 20 December 2011
Exclude answer option from
Syntax : IF EXPRESSION EXC_AO_FROM LABEL IN RANGES
*Argument :
LABEL : is label of the other question
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) EXC_AO_FROM anotherQuestion_1 IN [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