Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Default answer option property: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Range_property]]



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.
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.

Latest revision as of 09:14, 20 December 2011


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