gradetools icon indicating copy to clipboard operation
gradetools copied to clipboard

:package: R package to support grading workflow

Results 19 gradetools issues
Sort by recently updated
recently updated
newest added

Check what happens if the assignment to grade involves 2 files, and there is one student who has submitted 1 of those file but not both

high priority

> Thanks, we see: > Found the following (possibly) invalid URLs: > URL: https://federicazoe.github.io/gradetools (moved to https://federicazoe.github.io/gradetools/) > From: DESCRIPTION > Status: 301 > Message: Moved Permanently > Please change...

Add final grade to the output file, as well as the number of points deducted for each rubric item listed in the final output.

I used this package this past summer semester and made some changes/updates. When you download assignments from Canvas, it gives every file a unique number (aside from the student identifier)...

It would be great to have `push_to_canvas()` type of function

enhancement

`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 =...

enhancement