Skip to contents

View the function's code itself to see the used pages.

Usage

questionnaire_demo(show_feedback_page = TRUE)

Arguments

show_feedback_page

Show the page_feedback() to evaluate the fit of the chosen suggestion.

Value

A questionnaire for app() i.e. a list of pages.

Details

Note, that this function has more complex code to create the additional pages.

Examples

data.table::setDTthreads(1)

if (FALSE) {
# Inspect the code to create the questionnaire_demo
print(questionnaire_demo)

if (interactive()) {
  # Run the app with the questionnaire_demo
  app(questionnaire = questionnaire_demo())
}
}