Default answer option property
Default answer option property
From version 5.8 we change the way to use Default Answer Option property. For question type single (multi), it is defined in question properties set.
For question type single grid (multi grid), it is defined in sub question properties set.
Example 1:
QUESTION testSingle SINGLE [DEFAULT_ANSWER = [1] ;]
This question text
1: This is answer option text 1
2: This is answer option text 2
3: This is answer option text 3
4: This is answer option text 4
5: This is answer option text 5
Example 2:
QUESTION testSingle MULTI [DEFAULT_ANSWER = [1,3-5] ;]
This question text
1: This is answer option text 1
2: This is answer option text 2
3: This is answer option text 3
4: This is answer option text 4
5: This is answer option text 5
Example 3:
QUESTION testSingleGrid MULTIGRID
This is question text
SQ:[ DEFAULT_ANSWER = [1,3-5] ; ]
SQ:[ DEFAULT_ANSWER = [3-5] ; ]
SQ:[ DEFAULT_ANSWER = [2,4-5] ; ]
1: This is answer option text 1
2: This is answer option text 2
3: This is answer option text 3
4: This is answer option text 4
5: This is answer option text 5
Back to: Default answer option