Learn R Programming

occupationMeasurement (version 0.3.2)

questionnaire_interviewer_administered: A questionnaire for interviewer-administered surveys

Description

A questionnaire for Computer-assisted Interviewing (CAI), i.e. telephone interviewing or personal interviewing. In both modes, interviewer asks questions to an interviewee.

Usage

questionnaire_interviewer_administered(show_feedback_page = TRUE)

Value

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

Arguments

show_feedback_page

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

Details

View the function's code to see the used pages. This function is meant as a template that can be changed to meet your requirements.

Examples

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

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

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

Run the code above in your browser using DataLab