An S4 class representing responses of a set of examinees
response_list
A list of Response-class
objects. If
the examinee_id
slots of Response-class
objects are
not NULL
, there cannot be duplicates.
item_id
A character vector of Item
ID's in the
Response-class
objects. The order of this item_id will be
used when converting Response_set-class
objects to a matrix.
testlet_id
A character vector of Testlet
ID's in the
Response-class
objects.
misc
This slot will hold any other information about the response set.
Emre Gonulates