createResponseDeclaration {rqti} | R Documentation |
Create an element responseDeclaration of a qti-xml document
Description
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 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)
Arguments
object |
an instance of the S4 object (SingleChoice, MultipleChoice, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair, TextGap, NumericGap, InlineChoice) |
[Package rqti version 0.3.0 Index]