View source: R/eligibility_functions.R
flagAdministeredAsEligible | R Documentation |
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.
flagAdministeredAsEligible(
eligibility_flag_in_current_theta_segment,
x,
position,
simulation_constants
)
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. |
flagAdministeredAsEligible
returns an updated eligibility flag list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.