Skip to content

OU-CS3560/grading-lib

Repository files navigation

cs3560's grading-lib

A common library for the grading scripts.

Install

python -m pip install cs3560-grading-lib

Features

  • Base class for a test case.
  • Utilities functions to grade make related problems.

Documentation

View the latest documentation or the documentation for the stable version.

Similar Projects / More Mature Projects

If you are looking for a more mature projects, please see

  • OK which is used in CS 61A at University of California, Berkeley. It implements the concept of "test case unlocking" that promotes "multi-stage problem solving process." paper.
  • check50 which is used in CS 50 at Harvard University. There are also various other command line tools.
  • Cafe Grader's judge-script and its web UI which is (was?; well at least in 2010-ish) used by Department of Computer Engineering at Kasetsart University, Thailand.

This library is somewhat inspired by Cafe Grader Suite and OK.