Description Usage Arguments Value
Returns the total number of items in the test, including those that have yet to be administered. Methods exist for:
stopping_rule
(see new_stopping_rule
).
item
(as passed to show_item
in adapt_test
).
test_state
(as passed to stopping rules,
see new_stopping_rule
).
1 2 3 4 5 6 7 8 9 10 | get_num_items_in_test(x)
## S3 method for class 'stopping_rule'
get_num_items_in_test(x)
## S3 method for class 'item'
get_num_items_in_test(x)
## S3 method for class 'test_state'
get_num_items_in_test(x)
|
x |
Object from which to extract the information. |
(Integer scalar) The total number of items in the test, including those that have yet to be administered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.