/AWS1/CL_CNTEVALFRMMULTISELQ01¶
An option for a multi-select question in an evaluation form.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_refid TYPE /AWS1/CNTREFERENCEID /AWS1/CNTREFERENCEID¶
Reference identifier for this option.
iv_text TYPE /AWS1/CNTEVALFRMMULTISELQUES00 /AWS1/CNTEVALFRMMULTISELQUES00¶
Display text for this option.
Optional arguments:¶
iv_score TYPE /AWS1/CNTEVALFORMQUESTIONANS00 /AWS1/CNTEVALFORMQUESTIONANS00¶
The score assigned to the answer option.
iv_automaticfail TYPE /AWS1/CNTBOOLEAN /AWS1/CNTBOOLEAN¶
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
io_automaticfailconf TYPE REF TO /AWS1/CL_CNTAUTOMATICFAILCONF /AWS1/CL_CNTAUTOMATICFAILCONF¶
Information about automatic fail configuration for an evaluation form.
io_pointsconfiguration TYPE REF TO /AWS1/CL_CNTQSTNOPTIONPTSCONF /AWS1/CL_CNTQSTNOPTIONPTSCONF¶
The points configuration for point-based scoring.
Queryable Attributes¶
RefId¶
Reference identifier for this option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFID() |
Getter for REFID, with configurable default |
ASK_REFID() |
Getter for REFID w/ exceptions if field has no value |
HAS_REFID() |
Determine if REFID has a value |
Text¶
Display text for this option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
Score¶
The score assigned to the answer option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCORE() |
Getter for SCORE |
AutomaticFail¶
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOMATICFAIL() |
Getter for AUTOMATICFAIL |
AutomaticFailConfiguration¶
Information about automatic fail configuration for an evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOMATICFAILCONF() |
Getter for AUTOMATICFAILCONFIGURATION |
PointsConfiguration¶
The points configuration for point-based scoring.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POINTSCONFIGURATION() |
Getter for POINTSCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EVALFRMMULTISELQUESTIONOP00¶
TYPES TT_EVALFRMMULTISELQUESTIONOP00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALFRMMULTISELQ01 WITH DEFAULT KEY
.