page_welcome: Welcome Page (optional)

View source: R/questionnaire_pages.R

page_welcomeR Documentation

Welcome Page (optional)

Description

Providing an introduction and greeting participants.

Usage

page_welcome(
  title = "Herzlich Willkommen zum Modul zur automatischen Berufskodierung!",
  ...
)

Arguments

title

The heading with which to greet participants.

...

All additional parameters are passed to new_page()

Value

A page object.

See Also

new_page()

Examples



## Not run: 
my_questionnaire <- list(page_welcome)
if (interactive()) {
  app(questionnaire = my_questionnaire)
}

## End(Not run)

occupationMeasurement documentation built on Sept. 27, 2023, 5:08 p.m.