questionnaire_demo {occupationMeasurement}R Documentation

A demo questionnaire with additional explanations

Description

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.

Details

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

Value

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

Examples



## Not run: 
# Inspect the code to create the questionnaire_demo
print(questionnaire_demo)

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

## End(Not run)

[Package occupationMeasurement version 0.3.2 Index]