Learn R Programming

rqti (version 1.0.0)

createItemBody: Create an element itemBody of a qti-xml document

Description

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

Usage

createItemBody(object)

# S4 method for DirectedPair createItemBody(object)

# S4 method for Entry createItemBody(object)

# S4 method for Essay createItemBody(object)

# S4 method for MultipleChoice createItemBody(object)

# S4 method for MultipleChoiceTable createItemBody(object)

# S4 method for OneInColTable createItemBody(object)

# S4 method for OneInRowTable createItemBody(object)

# S4 method for Ordering createItemBody(object)

# S4 method for SingleChoice createItemBody(object)

Arguments

object

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