Learn R Programming

rqti (version 1.0.0)

createOutcomeDeclaration: Create an element outcomeDeclaration of a qti-xml document

Description

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 AssessmentItem createOutcomeDeclaration(object)

# S4 method for AssessmentTest createOutcomeDeclaration(object)

# S4 method for Entry createOutcomeDeclaration(object)

# S4 method for Gap createOutcomeDeclaration(object)

Arguments

object

an instance of the S4 object (SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair, TextGap, NumericGap, InlineChoice)