View source: R/questionnaire_pages.R
page_select_suggestion | R Documentation |
Display the generated suggestions for the user to pick one.
page_select_suggestion(is_interview = FALSE, ...)
is_interview |
Should the page show slightly different / additional instructions and answer options for an interview that is conducted by another person? Defaults to FALSE. |
... |
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)
)
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.