The goal of markr is to create individual feedback documents and marking summaries from flexibly organised spreadsheets and other types of input.

Installation

You can install the development version of markr from GitHub with:

# you may need to install devtools first with
# install.packages("devtools")

devtools::install_github("psyteachr/markr")

Run the following code to create an example directory and then explore the code in demo.Rmd.

# an example using A-F marks
markr::markr_example()

# an example using the University of Glasgow marking scheme
markr::markr_example("glasgow")

See the example vignette for a demo.

We also have two YouTube videos with a walk-through and background of markr.