$,Testlet-method {irt} | R Documentation |
Access slots of a Testlet-class
object
Description
Access slots of a Testlet-class
object
Usage
## S4 method for signature 'Testlet'
x$name
Arguments
x |
A |
name |
Name of the parameter. Available values:
|
Value
This operation will return the desired slot.
Examples
t1 <- testlet(generate_ip(n = 3), testlet_id = "my-testlet",
content = "Reading",
misc = list(paragraph_text = "This is a paragraph."))
t1$model
t1$testlet_id
t1$item_list
t1$item_models
t1$item_id
t1$content
t1$item_models
t1$misc
t1$paragraph_text
[Package irt version 0.2.9 Index]