Prep Qualtrics metadata
qualtrics_format_metadata.RdPrep Qualtrics metadata
Usage
qualtrics_format_metadata(metadata, sections = c(), text_replace = "zzzzz")Value
A tibble containing formatted Qualtrics survey metadata with the following columns:
- question_number
Integer. The sequential position of the question in the survey (1-indexed).
- question_name
Character. The internal Qualtrics question identifier (e.g., "Q1", "Q2_1").
- text_main
Character. The primary question text, with any patterns specified in
text_replacesubstituted.- text_sub
Character. The sub-question or response option text, with any patterns specified in
text_replacesubstituted.- survey_section
Character. The name of the survey section to which the question belongs, as defined by the
sectionsparameter. Filled upward from section boundaries.