teachr_cloze | R Documentation |
Provides an alternative interface to working with the exams package for producing Moodle questions of the cloze type.
teachr_cloze( self_contained = TRUE, extra_dependencies = NULL, theme = NULL, includes = NULL, lib_dir = NULL, md_extensions = NULL, pandoc_args = NULL, ... )
self_contained |
Produce a standalone HTML file with no external dependencies, using data: URIs to incorporate the contents of linked scripts, stylesheets, images, and videos. Note that even for self contained documents MathJax is still loaded externally (this is necessary because of its size). |
extra_dependencies |
Additional function arguments to pass to the
base R Markdown HTML output formatter |
theme |
One of the following:
|
includes |
Named list of additional content to include within the
document (typically created using the |
lib_dir |
Directory to copy dependent HTML libraries (e.g. jquery,
bootstrap, etc.) into. By default this will be the name of the document with
|
md_extensions |
Markdown extensions to be added or removed from the
default definition or R Markdown. See the |
pandoc_args |
Additional command line options to pass to pandoc |
... |
Additional function arguments to pass to the
base R Markdown HTML output formatter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.