Check Numeric Demo

     
This survey demonstrates the check numeric processing that is available in the web survey facility. By default, the Answer Type for all questions is Text. However when a Text Line input type question has Answer Type set as Numeric, the check numeric processing is enabled for that question. When the respondent enters a non-numeric answer for that question, a Javascript window pops up to inform the respondent that the answer is not a number. If the respondent clicks on a Submit button after entering a non-numeric answer, then the same Javascript window with the same error message will appear and the Submit action will not occur.

An answer is a valid number if the answer obeys all of the following rules
1)consists of only digits 0 thru 9 and at most one decimal sign .
2)one plus sign + is allowed only if it the first character
3)one minus sign - is allowed only if it is the first character
4)an answer is numeric if all commas are removed and rules 1 thru 3 are still true

Please enter a number

     

Review Mode-Responses Not Loaded Into Database