updateItemData {maat} | R Documentation |
Update the item data slot of an examinee object
Description
updateItemData
is a function for updating examinee
objects after completing a module.
Usage
updateItemData(examinee_object, module_position, solution)
Arguments
examinee_object |
an |
module_position |
the current module position. |
solution |
an |
Details
updateItemData
updates the item_data
slot with an item_pool
object
that contains administered items in the module.
Value
an examinee
object with its item_data
slot updated.
[Package maat version 1.1.0 Index]