Learn R Programming

rqti (version 1.0.0)

createResponseProcessing: Create an element responseProcessing of a qti-xml document

Description

Generic function for creating responseProcessing element for XML document of specification the question following the QTI schema v2.1

Usage

createResponseProcessing(object)

# S4 method for AssessmentItem createResponseProcessing(object)

# S4 method for Entry createResponseProcessing(object)

# S4 method for Essay createResponseProcessing(object)

# S4 method for Gap createResponseProcessing(object)

# S4 method for NumericGap createResponseProcessing(object)

# S4 method for Ordering createResponseProcessing(object)

# S4 method for SingleChoice createResponseProcessing(object)

# S4 method for TextGapOpal createResponseProcessing(object)

Arguments

object

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