get_rubrics: Get rubrics

get_rubricsR Documentation

Get rubrics

Description

Get rubrics

Usage

get_rubrics(rubric_filenames, type = "scoring", source = "csv")

Arguments

rubric_filenames

Data frame with column of file paths named "file".

type

"scoring" for special handling of scoring rubrics, or "recoding" for special handling of recoding rubrics.

source

Unused, default's to 'csv' for now.

Value

If type='scoring', returns a long data frame of rubrics with names: "file" "data_file_name" "scale_name" "column_name" "reverse" "transform" "scored_scale" "include" "min" "max". Otherwise, it returns the transforming rubric with names: "file" "data_file_name" "scale_name" "column_name" "answer" "response" "score"


jflournoy/scorequaltrics documentation built on April 29, 2022, 9:17 p.m.