vz-voti
v0.8.0
Published
a few utils to compute votes
Downloads
8
Readme
voti
a few utils to compute votes
Install
Install it with
npm install voti
Usage
Usage:
voti prepare XLS
voti grade MDTABLE -p POLICY [ -i ] [ -s ] [ -d ] [ -m ]
voti stats XLS
voti ( -h | --help )
Options:
-h, --help help for voti
-p, --policy POLICY policy file
-i, --intermediate generates a table with all intermediate evaluations
-s, --stats generates stats for 'sufficienti/insufficienti/assenti'
-d, --distribution generates histograms
-m, --midterm generates a midterm sheet that can be filled with other grades
Commands:
prepare generates a markdown table to be filled
grade generates final grades in the form of a Markdown table
stats generates statistics from current XLS (elencoStudenti.xls)
Arguments:
XLS excel file to be converted to markdown
MDTABLE markdown table to be graded
POLICY json policy file
Description:
When elaborating a normal 'appello', follow these steps:
1. prepare a markdown table to be filled with grades
from the institutional XLS (prepare command)
2. fill grades
3. emit votes with (grade command)
When elaborating prove in itinere, follow the previous steps for the first prova but
use the -m switch in (3.) to generate the intermediate table. On the second prova fill
the intermediate table (midterm.md) with grades and compute finals, with another grade command
(and a different policy)
Author
- Vittorio Zaccaria
License
Released under the BSD License.
New features
add statistics generation (in Unsupported OS - Darwin) -- [May 19th 17](../../commit/b0b2ccf391057eb327175accbf37b5fde930cf70)
add constant column to represent midterm grades -- [Feb 2nd 17](../../commit/5202b61209f424373c546cb110b0d1a6da9400a6)
add grade classes -- [Nov 27th 16](../../commit/7646d4e5d25634d2a04dca89513026605bba6a75)
add intermediate cutoff -- [Feb 7th 16](../../commit/5bbf90afdacd5f4e866532c8e155aa595ce09a3f)
add honors computation -- [Feb 1st 16](../../commit/b25d214468b2c3d688e397205a27d67fdca92d07)
add tests -- [Feb 1st 16](../../commit/6d938d103a36c79a9596c35df11d1917e3dc9adb)
initial commit -- [Feb 1st 16](../../commit/95c228b6eb905046e30f3ac179faab6ebcda73f3)
Bug fixes
gfmt dependency -- [Nov 23rd 16](../../commit/c467298d24fe8e06e08eec8b848b143bcf630b31)
dont generate boxplots when we only one version -- [Feb 7th 16](../../commit/6b9e2e5e015cd89f33d6dcbe8c04f825cc68fd39)
dont put test data on the wild -- [Feb 1st 16](../../commit/fa59fb7b5b1dad667147312fdbf5a45f77cb1d1f)
dont show honors when not required to -- [Feb 1st 16](../../commit/6417d90d0790cf1f6bfcceea1c7ada16201555d4)
update dependencies -- [Feb 1st 16](../../commit/8d586c1b230accff965c4449a0cebd246ed6d8fe)