createResponseDeclaration {rqti} | R Documentation |
Generic function for creating responseDeclaration element for XML document of specification the question following the QTI schema v2.1
createResponseDeclaration(object)
## S4 method for signature 'AssessmentItem'
createResponseDeclaration(object)
## S4 method for signature 'MatchTable'
createResponseDeclaration(object)
## S4 method for signature 'Entry'
createResponseDeclaration(object)
## S4 method for signature 'Essay'
createResponseDeclaration(object)
## S4 method for signature 'InlineChoice'
createResponseDeclaration(object)
## S4 method for signature 'MultipleChoice'
createResponseDeclaration(object)
## S4 method for signature 'MultipleChoiceTable'
createResponseDeclaration(object)
## S4 method for signature 'NumericGap'
createResponseDeclaration(object)
## S4 method for signature 'Ordering'
createResponseDeclaration(object)
## S4 method for signature 'SingleChoice'
createResponseDeclaration(object)
## S4 method for signature 'TextGap'
createResponseDeclaration(object)
object |
an instance of the S4 object (SingleChoice, MultipleChoice, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair, TextGap, NumericGap, InlineChoice) |