Difference between revisions of "Include answer option from"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Conditions]]
 

 

  
Include answer option from
+
====Include answer option from====
  
 
Syntax : IF EXPRESSION INC_AO_FROM LABEL IN RANGES
 
Syntax : IF EXPRESSION INC_AO_FROM LABEL IN RANGES
Line 32: Line 32:
 
4:This is answer option text
 
4:This is answer option text
  
Back to: [[ Include answer option ]]
+
_
__NOTOC__
 
 
<!-- imported from file: 7564.htm-->
 
<!-- imported from file: 7564.htm-->

Latest revision as of 11:25, 20 December 2011



Include answer option from

Syntax : IF EXPRESSION INC_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

Each question only has

Example:

QUESTION testSingle SINGLE

IF (anotherQuestion == 1) INC_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

_