Actions

QS

Numbers only/en: Difference between revisions

From LimeSurvey Manual

(Importing a new version from external source)
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages />
<languages />
<onlyinclude>
<onlyinclude>
===Numbers only (numbers_only)===
===Numbers only (numbers_only)===


'''Description'''
'''Description'''


If you set this option the participant can only enter numbers in the text boxes.
If you enable this option, the participant can only enter numbers in the text box(es).


For equation question types this setting indicates that the result will be a number only, not a string. This will guarantee proper calculations/conversion in follow-up equations regarding the decimal mark.
For the '''equation question types''', this setting indicates that the result could only be a number, not a string. This will guarantee proper calculations/conversions in follow-up equations regarding the decimal mark.


'''Behavior by Question-Type'''
'''Behavior by question type'''
#'''Default''':  If the subject enters a value that is not a number, that value is immediately cleared from the text box so that the subject can enter an appropriate value.
# '''Default''':  If the subject enters a value that is not a number, that value is immediately cleared from the text box so that the subject can enter an appropriate value.
#'''Array(Texts)''': Setting this to "No" will overrule "Show totals for" and "Show grand total" setting and total text boxes will '''not''' be displayed.
# '''Array (Texts)''': If the '''numbers only''' option is disabled, the "Show totals for" and "Show grand total" options will be overruled, while the total text boxes will '''not''' be displayed.
#'''Equation''': Setting this option to "Yes" will force equation results to be converted to a numeric value. If the equation result is not a number (and not blank), the equation will return NaN.
# '''Equation''': Enabling this option will force the equation results to be converted to a numeric value. If the equation result is not a number (and not blank), the equation will return NaN, being saved as an empty string in the response table.


'''Available options'''
'''Available options'''
*Yes
*On
*No (default)
*Off (default)
 
</onlyinclude>
</onlyinclude>


[[Category:Question Settings]][[Category:Advanced Question Settings]]
[[Category:Question Settings]][[Category:Other Question Options]]

Latest revision as of 15:25, 31 March 2018


Numbers only (numbers_only)

Description

If you enable this option, the participant can only enter numbers in the text box(es).

For the equation question types, this setting indicates that the result could only be a number, not a string. This will guarantee proper calculations/conversions in follow-up equations regarding the decimal mark.

Behavior by question type

  1. Default: If the subject enters a value that is not a number, that value is immediately cleared from the text box so that the subject can enter an appropriate value.
  2. Array (Texts): If the numbers only option is disabled, the "Show totals for" and "Show grand total" options will be overruled, while the total text boxes will not be displayed.
  3. Equation: Enabling this option will force the equation results to be converted to a numeric value. If the equation result is not a number (and not blank), the equation will return NaN, being saved as an empty string in the response table.

Available options

  • On
  • Off (default)