Description Usage Arguments See Also
question.numeric
returns a question definition that uses
an input line with a spinner or a slider control for entry of numeric values.
1 2 |
id |
(character) the unique identifier of the question; it will be used
as the column name in the data.frame returning the questionnaire data
and when prefixed with |
label |
(character) the text displayed as the header of the question. |
min |
(numeric) minimum allowed value. |
max |
(numeric) maximum allowed value. |
step |
(numeric) interval to use when stepping between |
required |
(logical) if |
use.slider |
(logical) if |
width |
(character) the width of the input, e.g. |
Other question definitions: question.mixed
,
question.multiple
,
question.single
,
question.text
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.