gradetools
gradetools copied to clipboard
:package: R package to support grading workflow
When grading multiple files (e.g. `README.md` and `hw1.qmd`, if a student did not provide `README.md`, then the system skips the student and starts grading the next one. One of the...
The `push_to_github()` function uses the argument `create_issues` but the [documentation](https://federicazoe.github.io/gradetools/articles/d-extended-capability-github.html) uses the argument `push_issues`.
- [ ] Add capability for user to specify an existing feedback file that we will just append the text to - [ ] Add option to print grade decomposition...
Please consider adding preprint to - README - website - citation info. See example for [tidytext](https://cran.r-project.org/web/packages/tidytext/citation.html)
- [ ] communicate what percentage of grades are missing - [ ] communicate what percentage of grades have not been graded yet - [ ] add messages like 'almost...
Make a separate function to write the feedback files all together. This will require modifying push_to_github() to work for the case when something has been graded but a feedback doesn't...
Once RStudio becomes screen readable, we should return to this
Create function that produces a grading report out of the grading log with, e.g.: - Students whose assignment is missing - Question-level summaries: e.g. numerical summaries, plots - Assignment-level summaries
Make the function check if there are no partially graded assignments, and if there are not then do not ask for those preferences