Description Usage Arguments Value
Creates a list of psychTestRCAT options for use in
the adapt_test
function.
1 2 3 4 5 6 7 8 9 10 11 12 13 | adapt_test_options(
next_item.criterion = "MFI",
next_item.estimator = "BM",
next_item.prior_dist = "norm",
next_item.prior_par = c(0, 1),
final_ability.estimator = "BM",
constrain_answers = FALSE,
avoid_duplicates = NULL,
cb_control = NULL,
cb_group = NULL,
eligible_first_items = NULL,
notify_duration = 5
)
|
next_item.criterion |
(Character scalar, default = "MFI")
Criterion by which the next item is selected;
see the |
next_item.estimator |
(Character scalar, default = "BM")
Ability scoring method used for item selection;
see the |
next_item.prior_dist |
(Character scalar, default = "norm")
Class of prior distribution used when estimating abilities
for item selection;
see the |
next_item.prior_par |
(Numeric vector, length 2, default = c(0, 1))
Prior distribution used when estimating abilities for item selection;
see the |
final_ability.estimator |
(Character scalar, default = "BM")
Ability scoring method used for final ability estimation;
see the |
constrain_answers |
(Boolean; default = FALSE)
If |
avoid_duplicates |
( |
cb_control |
Content-balancing argument passed to |
cb_group |
Content-balancing argument passed to |
eligible_first_items |
( |
notify_duration |
(Numeric scalar) Defines the length of time for which item-by-item feedback messages persist on screen, in seconds. This is only relevant when the test is taken in admin or demo mode. |
A list to be passed to the opt
argument
of adapt_test
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.