Description Usage Arguments Details Value
Creates a new stopping rule for the adaptive test.
1 | new_stopping_rule(f, num_items_in_test = NULL)
|
f |
Function of the form |
num_items_in_test |
(NULL or integerish scalar) If the number of items in the test is known, providing it in this argument allows it to be used by other test features, e.g. to tell the participant their progress through the test. |
A stopping rule defines a condition that is checked each time a new item is about to be administered.
An object of class stopping_rule
which can be
passed to the stopping_rule
argument of
adapt_test
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.