get_rubrics | R Documentation |
Get rubrics
get_rubrics(rubric_filenames, type = "scoring", source = "csv")
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. |
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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.