View source: R/questionnaire_pages.R
page_results | R Documentation |
This page is only meant for demonstration purposes. Users can see what they
entered and which code was being saved. The page is only included in the
questionnaire_demo()
, but not in the other questionnaire templates.
page_results(...)
... |
All additional parameters are passed to |
A page object.
new_page()
## Not run:
my_questionnaire <- list(
page_first_freetext(),
page_second_freetext(),
page_select_suggestion(),
page_none_selected_freetext(),
page_followup(1),
page_followup(2),
page_results()
)
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.