Creates a stopping rule where the test finishes once a set number of items have been administered.
stopping_rule.num_items(n)
n | (Integerish scalar) Number of items after which the test should terminate. |
---|
An object of class stopping_rule
which can be
passed to the stopping_rule
argument of
adapt_test
.