View source: R/write_qti_manifest.R
write_qti_manifest | R Documentation |
These functions write QTI XML manifests to files, and build assessment packages, with items as input.
write_qti_manifest(x, file = "imsmanifest.xml", ...) write_qti_package(x, file)
x |
|
file |
Path to file or connection to write to, with default
|
... |
Further arguments passed to |
When file
is not provided, the manifest in x is written to the
console with as.character
. When building an assessment package, files are
written to the current working directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.