Create an element itemBody of a qti-xml document
Source:R/AssessmentItem.R
, R/DirectedPair.R
, R/Entry.R
, and 7 more
createItemBody-methods.Rd
Generic function for creating itemBody element for XML document of specification the question following the QTI schema v2.1
Usage
createItemBody(object)
# S4 method for class 'DirectedPair'
createItemBody(object)
# S4 method for class 'Entry'
createItemBody(object)
# S4 method for class 'Essay'
createItemBody(object)
# S4 method for class 'MultipleChoice'
createItemBody(object)
# S4 method for class 'MultipleChoiceTable'
createItemBody(object)
# S4 method for class 'OneInColTable'
createItemBody(object)
# S4 method for class 'OneInRowTable'
createItemBody(object)
# S4 method for class 'Ordering'
createItemBody(object)
# S4 method for class 'SingleChoice'
createItemBody(object)
Arguments
- object
an instance of the S4 object (SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair)