getResponse {rqti} | R Documentation |
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 signature 'InlineChoice'
getResponse(object)
## S4 method for signature 'NumericGap'
getResponse(object)
## S4 method for signature 'TextGap'
getResponse(object)
## S4 method for signature 'character'
getResponse(object)
Arguments
object |
an instance of the S4 object (NumericGap, TextGap, InlineChoice, character) |
[Package rqti version 0.3.0 Index]