kjinho / grading

Tool to generate grading sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grading

https://github.com/kjinho/grading/actions/workflows/ci.yml/badge.svg

grading is a tool to generate PDF grade sheets from YAML formatted rubric and student scores/comments.

grading relies on pdflatex to generate PDFs.

Usage

usage: grading [ <option> ... ] <filename>

<option> is one of

  -p <path>, --path-to-latex <path>
     Path to LaTeX
  -f, --force-overwrite
     Overwrite preexisting files
/ -t <output-path>, --totals <output-path>
|    output totals
| -i, --individual-grades
\    generate individual grades (default)
  --help, -h
     Show this help
  --
     Do not treat any remaining argument as a switch (at this level)

 /|\ Brackets indicate mutually exclusive options.

 Multiple single-letter switches can be combined after
 one `-`. For example, `-h-` is the same as `-h --`.

About

Tool to generate grading sheets

License:Creative Commons Zero v1.0 Universal


Languages

Language:Racket 100.0%