|
Class Summary |
| ExitResponse |
The exit response rule terminates response processing immediately (for this invocation). |
| LookupOutcomeValue |
The lookupResponseValue rule sets the value of an response variable to the value obtained by looking up
the value of the associated expression in the lookupTable associated with the response's declaration. |
| ProcessResponseValue |
Abstract parent for setResponseValue and lookupResponseValue classes. |
| ResponseCondition |
Implementation of if-elseif-else response rule (behaviour is same like in other programming languages). |
| ResponseConditionChild |
Abstract parent for all responseCondition children (IF, ELSE-IF, ELSE). |
| ResponseConditionExpressionChild |
Abstract parent for all responseCondition children with condition (IF, ELSE-IF). |
| ResponseElse |
Implementation of ELSE responseCondition child. |
| ResponseElseIf |
Implementation of ELSE-IF responseCondition child. |
| ResponseIf |
Implementation of IF responseCondition child. |
| ResponseProcessing |
Response processing takes place each time the candidate submits the responses for an item (when in individual submission mode)
or A group of items (when in simultaneous submission mode). |
| ResponseProcessingFragment |
An responseProcessingFragment is A simple group of responseRules which are grouped together in order to allow them
to be managed as A separate resource. |
| ResponseRule |
Abstract parent of all response rules. |
| SetOutcomeValue |
The setOutcomeValue rule sets the value of an outcome variable to the value obtained from the associated expression. |