Description Usage Arguments Details Value See Also
Question properties are automatically generated when a survey is parsed with
loadSurveyMonkeyXLS, so you will not likely need to call this
function directly. However, it's structure is documented here for reference.
1 | questionProperties(questionId, question, type, subgroups, responses)
|
questionId |
Integer vector of unique question identifiers |
question |
Factor of the text of survey questions |
type |
Factor describing the format of the question |
subgroups |
List of character vectors or named lists storing the levels
for the |
responses |
List of character vectors or named lists storing the levels
for the |
The questionProperties attribute stores supporting information about
the questions in a SurveyQuestion object such as factor or ordered
factor levels that are restored when a single question is extracted from the
larger data set via extractQuestion. See
getQProps for details on accessing or updating an existing
SurveyQuestion object's question properties.
Currently supported values for the type argument are:
A single multiple choice survey question wherein only one option can be selected (e.g., radio button or drop-down list)
A group of single responses each corresponding to one of
several survey items that are enumerated in subgroups (e.g., a matrix
of radio buttons)
A single multiple choice survey question that allows more than one option to be selected (e.g., checkboxes)
A group of multiple responses each
corresponding to to one of several survey items that are enumerated in
subgroups (e.g., a matrix of checkboxes)
A single survey question that takes an entry in the form of a number (e.g., ranking, slider, or textbox)
A group of numeric entries each
corresponding to one of several survey items that are enumerated in
subgroups
A survey question that accepts any typed input from the respondent. (e.g. "Other" textbox or text area)
A questionProperties data.frame suitable for
as.SurveyQuestion or setQProps.
getQProps, loadSurveyMonkeyXLS,
SurveyQuestion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.