updateModule {maat} | R Documentation |
Update the current module of an examinee object
Description
updateModule
is a function for updating examinee
objects after completing a module.
updateModule
assigns an module
object from the supplied list to match the grade and the phase the examinee
is in.
Usage
updateModule(examinee_object, module_list)
Arguments
examinee_object |
an |
module_list |
a module list from |
Value
an examinee
object with its current_module
slot updated.
[Package maat version 1.1.0 Index]