Learn R Programming

rqti (version 1.0.0)

getResponse: Get and process a piece of question content

Description

Generic function to get and process a different types of question content (text with instances of gaps or dropdown lists) for XML document of specification the question following the QTI schema v2.1

Usage

getResponse(object)

# S4 method for InlineChoice getResponse(object)

# S4 method for NumericGap getResponse(object)

# S4 method for TextGap getResponse(object)

# S4 method for character getResponse(object)

Arguments

object

an instance of the S4 object (NumericGap, TextGap, InlineChoice, character)