Numeric
The 'Numeric' question type is a slider that provides integer numeric options between integer Minimum and Maximum values.
Usage
The question displays as a traditional slider control with the current integer value shown in text underneath. It can be used in most places a user prompt can be.
If no Width is defined then the control takes the full width of the page or column. If a default value is not supplied, the minimum value is used as the starting value of the question.
Properties
Properties | Description |
---|---|
Default Value | The value that will be automatically selected at form load. decimals are not possible. |
Minimum | The lowest possible value and default if no default is defined. decimals are not possible. |
Maxim | The highest possible value. decimals are not possible. |
Increment | The integer difference/size between each selectable value. decimals are not possible. |
Updated 5 days ago