scoreDefault: Assessment scoring

View source: R/readNAEP.r

scoreDefaultR Documentation

Assessment scoring

Description

Score assessments

Usage

scoreDefault(edf, polyParamTab, dichotParamTab, scoreDict)

Arguments

edf

the data

polyParamTab

see mml.sdf

dichotParamTab

see mml.sdf

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

mml.sdf


EdSurvey documentation built on Nov. 2, 2023, 6:25 p.m.