Create XML or zip file for question specification
Source:R/AssessmentItem.R
, R/character.R
createQtiTask-methods.Rd
Create XML or zip file for question specification
Usage
createQtiTask(object, dir = ".", verification = FALSE, zip = FALSE)
# S4 method for class 'AssessmentItem'
createQtiTask(object, dir = ".", verification = FALSE, zip = FALSE)
# S4 method for class 'character'
createQtiTask(object, dir = getwd())
Arguments
- object
An instance of the S4 object (SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair).
- dir
A character value, optional; a folder to store xml file; working directory is used by default.
- verification
A boolean value, optional; to check validity of xml file. Default is
FALSE
.- zip
A boolean value, optional; the
TRUE
value allows to create a zip archive with the manifest and task files inside. Default isFALSE
.