createItemBody | R Documentation |
Generic function for creating itemBody element for XML document of specification the question following the QTI schema v2.1
createItemBody(object)
## S4 method for signature 'DirectedPair'
createItemBody(object)
## S4 method for signature 'Entry'
createItemBody(object)
## S4 method for signature 'Essay'
createItemBody(object)
## S4 method for signature 'MultipleChoice'
createItemBody(object)
## S4 method for signature 'MultipleChoiceTable'
createItemBody(object)
## S4 method for signature 'OneInColTable'
createItemBody(object)
## S4 method for signature 'OneInRowTable'
createItemBody(object)
## S4 method for signature 'Ordering'
createItemBody(object)
## S4 method for signature 'SingleChoice'
createItemBody(object)
object |
an instance of the S4 object (SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.