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.
- Host: GitHub
- URL: https://github.com/psyteachr/markr
- Owner: PsyTeachR
- License: cc-by-4.0
- Created: 2021-02-18T11:20:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T16:47:36.000Z (about 4 years ago)
- Last Synced: 2025-04-04T19:21:55.853Z (11 months ago)
- Topics: grading, marking, r
- Language: HTML
- Homepage: https://psyteachr.github.io/markr/
- Size: 4.38 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
# markr 
[](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).