Score assessments
scoreDefault(edf, polyParamTab, dichotParamTab, scoreDict)
a data frame with the columns in the scoreDict
key
column mapped from answer
to score
.
the data
see mml.sdf
see mml.sdf
a data frame; see Details.
Paul Bailey and Tom Fink
default scorer scores column on edf identified by polyParamTab$ItemID, dichotParamTab$ItemID using a crosswalk in scoreDict
the scoreDict
is a data frame in long format with columns key
, answer
, and score
.
the function maps, within the item identified by key
from answer
to score
.
mml.sdf