Gets basic demographic information from the participant.
get_basic_demographics(
intro = basic_demographics_default_intro(),
gender = TRUE,
age = TRUE,
occupation = TRUE,
education = TRUE
)
Introductory page to the demographics section.
If NULL
, no introduction is given.
Ask the participant's gender? (Boolean)
Ask the participant's age? (Boolean)
Ask the participant's occupation? (Boolean)
Ask the participant's education? (Boolean)