Setup
see
PreparingRSTAtStartOfTerm
summary
in home made a .rstrc file
Public Test
see
RSTPublicTests
summary
To make public test run upon submission
in ~/.submitrc have the line
final_script=/u/isg/bin/submit/submit_pub_test_hook
For a web front end see
WebPublicTestFrontEnd
after a handin folder is setup
in ~/marking create a folder for the assignment eg: a1
in the assignment folder make a test suite folder eg: suite0
to make suite0 a public test make a link pt to suite0 ie ln -sv suite0 pt
within suite0 make a bash script runTest and computeMarks
these scripts are run by rst
(samples are attached)
place a sample solution in ~marking/
/solution
run rsta to generate sample solution output
-- PatrickLee - 06 May 2011