Sciweavers

ECLIPSE
2004
ACM

An Eclipse-based course project snapshot and submission system

13 years 10 months ago
An Eclipse-based course project snapshot and submission system
Much research has been done on techniques to teach students how to program. However, it is usually difficult to quantify exactly how students work. Instructors typically only see students’ work when they submit their projects or come to office hours. Another common problem in introductory programming courses is that student code is only subjected to rigorous testing once it has been submitted. Both of these problems can be viewed as a lack of feedback between students and instructors. We have built an Eclipse plugin to address this lack of feedback. The plugin has two main functions. First, it captures, to a central CVS repository, the complete state of a student’s project every time he or she saves, adds, or removes a file. This produces a fine-grained history of the evolution of each student’s project. Second, the plugin allows the student to submit his or her project to a central server. The submit server automatically compiles and performs limited testing of the student’...
Jaime Spacco, David Hovemeyer, William Pugh
Added 30 Jun 2010
Updated 30 Jun 2010
Type Conference
Year 2004
Where ECLIPSE
Authors Jaime Spacco, David Hovemeyer, William Pugh
Comments (0)