HomeGuidesRecipesAPI
HomeGuidesAPILog In

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

PropertiesDescription
Default ValueThe value that will be automatically selected at form load. decimals are not possible.
MinimumThe lowest possible value and default if no default is defined. decimals are not possible.
MaximThe highest possible value. decimals are not possible.
IncrementThe integer difference/size between each selectable value. decimals are not possible.