Difference between revisions of "Autolab Guide for TA"

From Cohen Courses
Jump to navigationJump to search
m (Yww moved page Autolab guide for ta to Autolab Guide for TA: capitalization)
Line 1: Line 1:
 
== What is Autolab ==
 
== What is Autolab ==
Autolab is an auto-grading tool built by CSD professor David O'Hallaron et al. that facilitates running batch grading of homework assignments
+
Autolab is an auto-grading tool built by CSD professor David O'Hallaron et al. that facilitates batch grading of homework assignments
[http://autolab.cs.cmu.edu/ autolab].
+
[http://autolab.cs.cmu.edu/ autolab]. Theoretically, Autolab can grade homework assignment written in any programming language.
 +
Also, it can be used to grade multiple choices automatically.
 +
 
 +
== How it works ==
 +
Autolab works by copying the student's homework submission, TA's autograding scripts, and the TA's makefile to a virtual machine,
 +
and then compile the code in the VM, and perform batch autograding.
  
 
== How it works ==
 
== How it works ==

Revision as of 09:57, 22 August 2013

What is Autolab

Autolab is an auto-grading tool built by CSD professor David O'Hallaron et al. that facilitates batch grading of homework assignments autolab. Theoretically, Autolab can grade homework assignment written in any programming language. Also, it can be used to grade multiple choices automatically.

How it works

Autolab works by copying the student's homework submission, TA's autograding scripts, and the TA's makefile to a virtual machine, and then compile the code in the VM, and perform batch autograding.

How it works