Grading CS 105 Labs
Introduction
Some labs have their own dynamic automatic grading,
e.g., bomb lab and buffer bomb lab.
All the other labs have a grading script which must
be run against student programs.
All graders should be a member of the cs105adm
group. This should provide access to the svn
directories below.
The general approach would be to:
-
svn check out the particular lab directory from:
https://svn.cs.hmc.edu/svn/cs105/labs/LABDIRECTORY
Where the LABDIRECTORY is one of:
datalab, ....
Within that directory will be a grading directory with
directions about automatic grading.
-
svn check out all the student files from the
student repositories:
https://cs/cs105/2007/fall/svn/REPOSITORY
Where REPOSITORY is pair1, etc.
and
the lab writeup specifies the names of the student files.
-
Run the automatic grading against the student submissions.
Mike Erlinger
Last Modified Thursday, 30-Jun-2011 12:44:43 PDT