Generates a Quarto Markdown representation of the input.
Arguments
- qstnr
Unnested questionnaire tibble as returned by
unnest_qstnr().- survey_config
Survey configuration list as returned by
read_survey_config().- lang
Language in which to output the questionnaire. A character scalar.
- path
Path to write the generated questionnaire file to. A character scalar.
- add_item_ids
Whether or not to add questionnaire item identifiers next to the question texts.
See also
Other questionnaire generation functions:
gen_qstnr(),
gen_qstnr_docs(),
htmlize_qstnr(),
unnest_qstnr(),
unnest_qstnr_vals()