Print solution items
getSolution(object, examinee = NA, position = NA, index_only = TRUE)# S4 method for list
getSolution(object, examinee = NA, position = NA, index_only = TRUE)
# S4 method for output_Static
getSolution(object, examinee = NA, position = NA, index_only = TRUE)
Item attributes of solution items.
an output_Static
object or an output_Shadow
object.
(optional) the examinee index to display the solution. Used when the 'object' argument is an output_Shadow
object.
(optional) if supplied, display the item attributes of the assembled test at that item position. If not supplied, display the item attributes of the administered items. Used when the 'object' argument is an output_Shadow
object.
if TRUE
, only print item indices. if FALSE
, print all item attributes. (default = TRUE
)