View source: R/questionnaire_pages.R
page_welcome | R Documentation |
Providing an introduction and greeting participants.
page_welcome(
title = "Herzlich Willkommen zum Modul zur automatischen Berufskodierung!",
...
)
title |
The heading with which to greet participants. |
... |
All additional parameters are passed to |
A page object.
new_page()
## Not run:
my_questionnaire <- list(page_welcome)
if (interactive()) {
app(questionnaire = my_questionnaire)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.