Score questionnaire

score_questionnaire(dataDF, rubricsDF, psych = FALSE, ...)

Arguments

dataDF

A data.frame as returned by get_survey_data

rubricsDF

A data.frame as returned by get_rubrics

psych

A flag specifying whether psych-package should be used for scoring. Default is FALSE but you should probably set it to TRUE unless you're using this for a DSN lab project

...

Other arguments passed to one of the scoring engines.

Value

A long-form data.frame with scale scores.