scoreDefault {EdSurvey} | R Documentation |
Assessment scoring
Description
Score assessments
Usage
scoreDefault(edf, polyParamTab, dichotParamTab, scoreDict)
Arguments
edf |
the data |
polyParamTab |
see |
dichotParamTab |
see |
scoreDict |
a data frame; see Details. |
Details
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
.
Value
a data frame with the columns in the scoreDict
key
column mapped from answer
to score
.
Author(s)
Paul Bailey and Tom Fink
See Also
[Package EdSurvey version 4.0.7 Index]