gradetools icon indicating copy to clipboard operation
gradetools copied to clipboard

add (simple) function to write student-friendly version of grading rubric

Open federicazoe opened this issue 2 years ago • 0 comments

write_friendly_rubric(rubric_path, friendly_format = TRUE)

This could be a function that writes a simplified version of the rubric used for grading, with three columns: question name, feedback, score. When friendly_format = TRUE, some make up is done to question names to make them more readable, e.g. underscores/hyphens in question names are substituted with spaces and capitalization is applied.

The utility is that the resulting rubric can be distributed to students as is.

federicazoe avatar Apr 06 '22 19:04 federicazoe