getResponse | R Documentation |
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
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)
object |
an instance of the S4 object (NumericGap, TextGap, InlineChoice, character) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.