Learn R Programming

occupationMeasurement (version 0.3.2)

page_feedback: Page to receive feedback on how well the chosen suggestion fits

Description

Page to receive feedback on how well the chosen suggestion fits

Usage

page_feedback(is_interview = FALSE, ...)

Value

A page object.

Arguments

is_interview

Should the page show slightly different / additional instructions and answer options for an interview that is conducted by another person? Defaults to FALSE.

...

All additional parameters are passed first passed on to page_choose_one_option() and then new_page().

Examples

Run this code
data.table::setDTthreads(1)

if (FALSE) {
my_questionnaire <- list(
  page_first_freetext(),
  page_select_suggestion(),
  page_feedback()
)
if (interactive()) {
  app(questionnaire = my_questionnaire)
}
}

Run the code above in your browser using DataLab