Creates a new stopping rule for the adaptive test.
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. |
An object of class stopping_rule
which can be
passed to the stopping_rule
argument of
adapt_test
.
A stopping rule defines a condition that is checked each time a new item is about to be administered.