/AWS1/CL_CNTEVALFORMQSTSCRCONF¶
Scoring configuration for a question in an evaluation form.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_pointsconfiguration TYPE REF TO /AWS1/CL_CNTQUESTIONPOINTSCONF /AWS1/CL_CNTQUESTIONPOINTSCONF¶
The points configuration for point-based scoring.
iv_isexcludedfromscoring TYPE /AWS1/CNTBOOLEAN /AWS1/CNTBOOLEAN¶
The flag to exclude the question from scoring.
it_scorethresholds TYPE /AWS1/CL_CNTEVALFRMSCORETHRESH=>TT_EVALFORMSCORETHRESHOLDLIST TT_EVALFORMSCORETHRESHOLDLIST¶
The score thresholds for performance categories.
Queryable Attributes¶
PointsConfiguration¶
The points configuration for point-based scoring.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POINTSCONFIGURATION() |
Getter for POINTSCONFIGURATION |
IsExcludedFromScoring¶
The flag to exclude the question from scoring.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISEXCLUDEDFROMSCORING() |
Getter for ISEXCLUDEDFROMSCORING |
ScoreThresholds¶
The score thresholds for performance categories.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCORETHRESHOLDS() |
Getter for SCORETHRESHOLDS, with configurable default |
ASK_SCORETHRESHOLDS() |
Getter for SCORETHRESHOLDS w/ exceptions if field has no val |
HAS_SCORETHRESHOLDS() |
Determine if SCORETHRESHOLDS has a value |