Gets basic demographic information from the participant.

get_basic_demographics(
  intro = basic_demographics_default_intro(),
  gender = TRUE,
  age = TRUE,
  occupation = TRUE,
  education = TRUE
)

Arguments

intro

Introductory page to the demographics section. If NULL, no introduction is given.

gender

Ask the participant's gender? (Boolean)

age

Ask the participant's age? (Boolean)

occupation

Ask the participant's occupation? (Boolean)

education

Ask the participant's education? (Boolean)