(Internal) Assemble a shadowtest
assembleShadowTest(
j,
position,
o,
eligibility_flag,
exclude_flag,
usage_flag,
groupings_record,
info,
config,
simulation_constants,
constraints
)
a named list containing a shadowtest and related data.
shadow_test
a data.frame
containing the shadowtest.
feasible
whether the assembly was feasible the first time.
the examinee index.
the item position, ranging from 1 to test length.
output_Shadow
object.
a named list containing eligibility flags.
a list of item/stimulus indices to exclude from selection for the examinee.
a vector of length ni (or ni + ns) containing the number of times each item has been administered previously to the examinee.
a list containing data on completed item sets.
a vector containing item information of each item in the pool.
a config_Shadow
object. Use createShadowTestConfig
for this.
a named list containing simulation constants.
a constraints
object representing test specifications. Use loadConstraints
for this.