Description Usage Arguments Value Examples
The 'linear' algorithm return the first unassigned item in the item pool.
1 | isr.linear.select(simuleeOut, simulation)
|
simuleeOut |
A tibble containing the in-progress simulee test output. |
simulation |
An object defining the test that is being run. |
A list containing the selected moduleIndex, plus other values useful for understanding the selection.
1 2 3 4 | simulation = initSimulation(readRDS(system.file("example/passage-adaptive-wpm.rds", package = "CATSimulator")))
simulation$control$itemSelectionRule = "linear"
simuleeOut = initSimulee(generateSimuleesByTrueTheta(-2, 10001), simulation)
selection = isr.linear.select(simuleeOut, simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.