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