Learn R Programming

EdSurvey (version 4.0.7)

scoreDefault: Assessment scoring

Description

Score assessments

Usage

scoreDefault(edf, polyParamTab, dichotParamTab, scoreDict)

Value

a data frame with the columns in the scoreDict

key column mapped from answer to score.

Arguments

edf

the data

polyParamTab

see mml.sdf

dichotParamTab

see mml.sdf

scoreDict

a data frame; see Details.

Author

Paul Bailey and Tom Fink

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.

See Also

mml.sdf