View the function's code itself to see the used pages.
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.
Examples
if (FALSE) { # \dontrun{
# Inspect the code to create the questionnaire_demo
print(questionnaire_demo)
if (interactive()) {
# Run the app with the questionnaire_demo
app(questionnaire = questionnaire_demo())
}
} # }