...
| Answer Option Type | Operator | Constraints to fulfill the condition | |
|---|---|---|---|
| default, ordered, boolean | one of | At least one of the given answer options has to be selected | |
all of | All of the given answer options have to be selected | ||
is answered | Any answer can be to be selected | ||
is not | oneanswered | As long as no answer is selected | |
none of | None | of of the given answer options have to be selected | |
not all of | Some answers can be selected, but not all of them at the same time | ||
| contains | At least one of the given strings have to be a part of at least one of the answer options | ||
| not contains | All of the given stringshave to not be a part of any of the answer options | ||
| regular expression | At least one of the given regular expressions have to be a part of at least one of the answer options | is not answered | As long as no answer is selected|
| continuous numeric | less than | The answer must be less than the given value. | |
less than equal | The answer must be less or equal than the given value. | ||
greater than | The answer must be greater than the given value. | ||
greater than equal | The answer must be greater or equal than the given value. | ||
between | The answer must be between a start and an end value. Start and end values are not included. | ||
not between | The answer must be outside the interval of start and end value. Start and end values are included. | ||
equal | The answer must be equal to the given value. | ||
not equal | The answer must be unequal to the given value. |
Answer option selection
The answer option selection is enabled after selecting a question. Depending on the questions' answer option type you can either select an existing answer option from a combobox (for default, ordered and boolean) or enter a numeric value (for continuous numeric).
...