https://github.com/adrienjoly/yaml-student-grading
a toolkit to grade student assignments consistently, using yaml files
https://github.com/adrienjoly/yaml-student-grading
Last synced: 7 months ago
JSON representation
a toolkit to grade student assignments consistently, using yaml files
- Host: GitHub
- URL: https://github.com/adrienjoly/yaml-student-grading
- Owner: adrienjoly
- License: mit
- Created: 2020-04-13T15:53:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T20:24:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T00:18:23.733Z (9 months ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yaml-student-grading
A toolkit to grade student assignments consistently, using yaml files.
## Setup and usage
```sh
$ git clone https://github.com/adrienjoly/yaml-student-grading.git
$ cd yaml-student-grading
$ nvm use # to setup the version of Node.js specified in `.nvmrc`
$ npm install
$ npm run build
$ npm link # so you can run the grade command from anywhere
$ grade tests/sample-grading.yaml
```