An open API service indexing awesome lists of open source software.

https://github.com/psyteachr/markr

Create individual feedback documents and marking summaries from flexibly organised spreadsheets and other types of input.
https://github.com/psyteachr/markr

grading marking r

Last synced: 9 months ago
JSON representation

Create individual feedback documents and marking summaries from flexibly organised spreadsheets and other types of input.

Awesome Lists containing this project

README

          

# markr

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

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:

``` r
# 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`.

``` r
# 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](https://psyteachr.github.io/markr/articles/example.html) for a demo.

We also have two YouTube videos with a [walk-through](https://youtu.be/X8iz9w1whMU) and [background of markr](https://youtu.be/Du8Xx9lWPR8).