getSolution {TestDesign} | R Documentation |
Print solution items
Description
Print solution items
Usage
getSolution(object, examinee = NA, position = NA, index_only = TRUE)
## S4 method for signature 'list'
getSolution(object, examinee = NA, position = NA, index_only = TRUE)
## S4 method for signature 'output_Static'
getSolution(object, examinee = NA, position = NA, index_only = TRUE)
Arguments
object |
an |
examinee |
(optional) the examinee index to display the solution. Used when the 'object' argument is an |
position |
(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 |
index_only |
if |
Value
Item attributes of solution items.
[Package TestDesign version 1.6.1 Index]