flagAdministeredAsEligible {TestDesign} | R Documentation |
(Internal) Update eligibility flags to mark administered items as eligible
Description
flagAdministeredAsEligible
is an internal function for updating eligibility flags.
Specifically, the function marks items/sets that are already administered to the current examinee as eligible.
This is necessary to ensure already administered items/sets are included in the shadowtest.
Usage
flagAdministeredAsEligible(
eligibility_flag_in_current_theta_segment,
x,
position,
simulation_constants
)
Arguments
eligibility_flag_in_current_theta_segment |
a list containing eligibility flags for the current theta segment. |
x |
an |
position |
the item position, ranging from 1 to test length. |
simulation_constants |
a named list containing simulation constants. |
Value
flagAdministeredAsEligible
returns an updated eligibility flag list.
[Package TestDesign version 1.7.0 Index]