/AWS1/CL_CNTEVALFORMNUMERICQ01¶
Information about the option range used for scoring in numeric questions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_minvalue TYPE /AWS1/CNTINTEGER /AWS1/CNTINTEGER¶
The minimum answer value of the range option.
iv_maxvalue TYPE /AWS1/CNTINTEGER /AWS1/CNTINTEGER¶
The maximum answer value of the range option.
Optional arguments:¶
iv_score TYPE /AWS1/CNTEVALFORMQUESTIONANS00 /AWS1/CNTEVALFORMQUESTIONANS00¶
The score assigned to answer values within the range 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¶
A configuration for automatic fail.
Queryable Attributes¶
MinValue¶
The minimum answer value of the range option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINVALUE() |
Getter for MINVALUE |
MaxValue¶
The maximum answer value of the range option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXVALUE() |
Getter for MAXVALUE |
Score¶
The score assigned to answer values within the range 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¶
A configuration for automatic fail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOMATICFAILCONF() |
Getter for AUTOMATICFAILCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EVALFORMNUMERICQUESTIONOP00¶
TYPES TT_EVALFORMNUMERICQUESTIONOP00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALFORMNUMERICQ01 WITH DEFAULT KEY
.