Description Usage Arguments Value Author(s) Examples
View source: R/concerto.qti.responseProcessing.R
Processes QTI response.
1 2 | concerto.qti.responseProcessing(qtiID, ini, userResponse,
workspaceID = concerto$workspaceID)
|
qtiID |
QTI object ID or name. |
ini |
Result of QTI initialization. |
userResponse |
Test participant response. |
workspaceID |
Concerto workspace ID where the QTI object is located. |
Named list with elements declared in QTI XML.
Przemyslaw Lis
1 2 3 4 5 6 | ## Not run:
qti_init <- concerto.qti.initialize(1)
user_response <- concerto.template.show(2)
rp <- concerto.qti.responseProcessing(1, qti_init, user_response)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.