[plt-scheme] automarking again

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Jan 12 22:36:27 EST 2007

On Jan 12, Prabhakar Ragde wrote:
> Still trying to figure out how to script automarking of student
> submissions. Suppose they are using Beginning Student. Their
> submission, with embedded tests, designed to be run in DrScheme, is
> in student.ss.  Our tests of their functions, using printf to
> display the results, are in tests.ss. I write a module which exports
> printf, called io.ss. Then I say: [...]

Did you consider using the handin server & client?  Besides the
submission thing, it can test and reject if tests fail, or show
warnings, or record test results.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.