get_basic_demographics: Get basic demographics

View source: R/basic-demographics.R

get_basic_demographicsR Documentation

Get basic demographics

Description

Gets basic demographic information from the participant.

Usage

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)


pmcharrison/psychTestR documentation built on Sept. 30, 2023, 6:27 p.m.