$,Testlet-method | R Documentation |
Testlet-class
objectAccess slots of a Testlet-class
object
## S4 method for signature 'Testlet'
x$name
x |
A |
name |
Name of the parameter. Available values:
|
This operation will return the desired slot.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.