[plt-scheme] automarking again
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!