updateThetaUsingCombined is a function for updating examinee objects after completing a module. updateThetaUsingCombined adds final theta estimates using all administered items in the test. A test may consist of multiple phases.

updateThetaUsingCombined(examinee_object, current_module_position, config)

Arguments

examinee_object

an examinee object.

current_module_position

the current module position.

config

a config_Shadow object. The config for obtaining final estimates is used.

Value

an examinee object with its estimated_theta_by_test slot updated.