Skip to contents

Generates a Quarto Markdown representation of the input.

Usage

gen_qmd_qstnr(qstnr, survey_config, lang, path, add_item_ids = TRUE)

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.

Value

qstnr, invisibly.

See also

Other questionnaire generation functions: gen_qstnr(), gen_qstnr_docs(), htmlize_qstnr(), unnest_qstnr(), unnest_qstnr_vals()