| Testlet-class | R Documentation |
Testlet is a class to represent an a collection of items. Items that
are connected by a common stimulus (for example a reading passage, a graph,
etc.) can form a testlet. An object in Testlet class should
have a model name and item_list which is an Itempool.
object. In fact, a Testlet object is very similar to an
Itempool-class object, except, it has a designated model and
optional parameters.
testlet_idTestlet ID. Default value is NULL.
item_listA list of Item objects.
modelThe model that testlet parameters represents. Currently
model can be:
BTM (Basic Testlet Model, this is default testlet model where no
parameters necessary and testlet simply connects items),
RTM (Rasch Testlet Model),
BF (Bifactor Model) (Not implemented yet),
2PTM (Two-parameter testlet model),
3PTM (three-parameter testlet model).
A model must be specified for the construction of an tetlet object.
parametersA list containing numeric vectors that represent testlet parameters. Depending on the model these parameters can change.
se_parametersStandard error of testlet parameters.
contentContent information for testlet.
miscA list of additional parameters for the testlet.
Emre Gonulates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.