Nothing
webquiz <- function(...) {
## include CSS and JavaScript (FIXME: include customization)
css <- system.file("webex/webex.css", package = "exams2forms")
js <- system.file("webex/webex.js", package = "exams2forms")
## smart quotes changed in rmarkdown 2.2 / pandoc 2.0.6
pandoc_available(version = "2.0.6", error = TRUE)
## set up html_document
html_document(css = css, includes = includes(after_body = js), md_extensions = "-smart", ...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.