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