A code autograder for student homework submissions
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Ben Kurtovic 7cd07d4a8f Update README před 8 roky
desk Structure před 8 roky
jail Structure před 8 roky
lib Basic maintenance před 8 roky
spec Add CS 241 Honors spec před 8 roky
.gitignore Structure před 8 roky
.gitmodules Add CS 241 Honors spec před 8 roky
README.md Update README před 8 roky
rakefile Basic maintenance před 8 roky

README.md

kgrader

kgrader is a code autograder, originally created by the course staff of CS 296-41 (Systems Programming Honors) at the University of Illinois to grade student homework submissions.

It is written in Ruby.

Installation

Download kgrader over git:

git clone https://github.com/earwig/kgrader.git kgrader
cd kgrader

If you want to use UIUC-specific assignment specifications (requires special permissions, but you have those if you want to grade our assignments, right?):

git submodule update --init

Usage

kgrader uses rake as its command-line interface.

To do some basic housekeeping:

rake clean

To restore kgrader to its factory defaults (i.e., delete checked-out student repos and any uncommitted grading attempts):

rake clobber