Warning if an Entered Value is Outside a Range
Last Updated: Wednesday, January 3rd 2024
When using Numeric Textbox question types, you can set parameters to warn if a value entered is outside a range.
In the numeric textbox properties page, there's a params box.
You separate your statements with a comma and put spaces between the number and the bigger than/less than symbol like this:
>= 7,< 9
< -2,> -99
Dont put a space between the comma and the next value :)