CBT Question Types
All CBT question widgets may have "Delayed Feedback" and all except ORDERTEXT may have immediate feedback. The delayed feedback is stored in the ASYM_WID_summaryFeedback[x][12] array of the widget, while the immediate feedback is in ASYM_WID_ansArray[x][12]. Beyond that, what is displayed in the CBT Question Editor and whether any other content is embedded in the widget depends on the type of question. See the following table:
|
Question Type (ASYM_WID_qtype)
|
Description of "Answer Object" |
Description of "Answer Content" |
|
MATCHITEM |
ASYM_WID_ansArray[x][1], which is the name of the item to match. |
ASYM_WID_ansArray[x][17], which is the label of the button to be matched. |
|
MATCHOBJ |
ASYM_WID_ansArray[x][1], which is the name of the item to match. |
ASYM_WID_ansArray[x][17], which is the name of the corresponding item. This cannot be edited since it is not content. |
|
MULTICHOICE |
<Not Applicable> |
ASYM_WID_ansArray[x][1], which is the label of this answer's button. |
|
MULTIDROP |
ASYM_WID_ansArray[x][1], which is the name of the answer object. |
<No answer content is stored with the widget; use the field or button editors as appropriate>. |
|
MULTIOBJ |
ASYM_WID_ansArray[x][1], which is the name of the answer object. |
<No answer content is stored with the widget; use the field or button editors as appropriate>. |
|
NAMEPART |
ASYM_WID_ansArray[x][1], which is the name of the answer object. |
<No answer content is stored with the widget; use the field or button editors as appropriate>. |
|
ORDEROBJ |
ASYM_WID_ansArray[x][1], which is the name of the answer object. |
<No answer content is stored with the widget; use the field or button editors as appropriate>. |
|
ORDERTEXT |
<Not Applicable> |
ASYM_WID_ansArray[x][1], which is the text of the widget's singleSelect list box. |
|
SELTEXT |
ASYM_WID_ansArray[x][1], which is the position and text to be selected. |
ASYM_WID_ansArray[x][16, which is the full text to be selected. This cannot be edited since setting the position requires the ToolBook question widget editor. |
|
SLIDER |
<Answer in a slider question is just a number>. |
ASYM_WID_ansArray[x][1], which is the number of the slider for this answer. This cannot be edited since it is not language dependent. |
|
TRUEFALSE |
<Not Applicable> |
ASYM_WID_ansArray[x][1], which is the label of the True or False button. |
|
TYPEIN |
<Not Applicable> |
ASYM_WID_ansArray[x][1], which is the possible answer that you could type in. |