Skip to content

Manage rubrics (assessment grids) to evaluate R projects on GitHub

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

learnitr/learnitgrid

Repository files navigation

learnitgrid

R-CMD-check Codecov test coverage CRAN Status r-universe status License: MIT Lifecycle stable

Marking work on the basis of rubrics (evaluation grids) is time-consuming and requires particular attention to ensure fair marking from one student to another. {learnitgrid} is a Shiny application that makes it possible to evaluate students's work in R scripts, R Markdown or Quarto documents more easily and more rapidly.

Installation

You can install the development version of {learnitgrid} from GitHub with:

#install.packages("remotes")
remotes::install_github("learnitr/learnitgrid")

Example

An example dataset with anonymized data providing from three assignments is included in the package. The dataset is compressed, but it can be easily uncompressed using install_grid_example(). Then, run_grid() starts the learnitgrid Shiny application.

library(learnitgrid)
install_grid_example()
run_grid()

Code of Conduct

Please note that the {learnitgrid} package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Manage rubrics (assessment grids) to evaluate R projects on GitHub

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages