verify_qti | R Documentation |
This function validates a QTI XML document against the IMS QTI v2.1.2 XSD schema.
verify_qti(doc, extended_scheme = FALSE)
doc |
A character string representing the path to the XML file or an
|
extended_scheme |
A boolean value that controls the version of the XSD
schema used for validation. If |
A logical value indicating whether the XML document is valid according to the schema. If invalid, returns an object detailing the validation errors.
## Not run:
# Validate an XML file
result <- verify_qti("path/to/your/qti.xml")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.