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