Learn R Programming

TestDesign (version 1.0.1)

getSolution: Print solution items

Description

Print solution items

Usage

getSolution(object, examinee = NA, position = NA, index_only = TRUE)

# S4 method for list getSolution(object, examinee = NA, position = NA, index_only = TRUE)

Arguments

object

Output from Static or Shadow.

examinee

Examinee id to display the solution. Used when 'object' is from Shadow.

position

If supplied, display the item attributes of the shadow test at that item position. If not supplied, display the item attributes of the administered items. Applied when 'object' is from Shadow.

index_only

If TRUE (default), print the item indexes only. Otherwise, print all item attributes.

Value

Item attributes of solution items.