View source: R/extractQuestionLabels.R
extract_question_labels | R Documentation |
Extract all question labels from a LimeSurvey Survey Structure file (*.lss). The *.lss file is exported manually and downloaded. This function extracts all question and sub-question texts in all available languages and returns them as data frame.
extract_question_labels(file, strip_html = T)
file |
char path to exported LimeSurvey Survey Structure *.lss file |
strip_html |
logical. Default set to |
data frame containing the following fields:
qid - question with id
qcode - LS question code, e.g. SDEM001, GlickM01,
subqcode - LS sub-question code, e.g. SQ001, SQ002, etc.
qtxt - LS question text
subqtxt - LS sub-question text
onecode - question and subquestion code as one string
lang - language of answer text
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.