Run fixed-form test assembly
Static is a test assembly function to perform fixed-form test assembly based on the generalized shadow-test framework.
Static(config, constraints, force_solver = FALSE) ## S4 method for signature 'config_Static' Static(config, constraints, force_solver = FALSE)
config |
a |
constraints |
a |
force_solver |
if |
Static returns a output_Static object containing the selected items.
van der Linden, W. J. (2005). Linear models for optimal test design. Springer Science & Business Media.
config_science <- createStaticTestConfig(
list(
method = "MAXINFO",
target_location = c(-1, 1)
)
)
solution <- Static(config_science, constraints_science)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.