genExamAnswers {simExam} | R Documentation |
Simulate exam test answers
Description
Simulates answers for a test, given the true item parameters (2PL model) as well as the examinee skills per test.
Usage
genExamAnswers(true.item.parms, true.skills, join.anchors = FALSE)
Arguments
true.item.parms |
true item parameters per form |
true.skills |
true examinee skill per form |
join.anchors |
join answers for anchor items on each test? |
Value
List of size equal to the number of forms. Each element of the list contains a matrix of dichotomic answers (right or wrong) per examinee and item.
[Package simExam version 1.0.0 Index]