Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.88 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.88 KB

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.