Toward Instant Gradeification
- Daniel Zimmerman,
- Joseph Roland Kiniry,
- Fintan Fairmichael
Publication Information
Output type
Original language
EnglishPublication milestones
- Published - 2012
Publication status
Abstract
Providing useful feedback to students about both the functional correctness and the internal structure of their submissions is the most labor-intensive part of teaching programming courses. The former can be automated through test scripts and other similar mechanisms; however, the latter typically requires a detailed inspection of the submitted code. This paper introduces AutoGradeMe, a tool that automates much (but not all) of the work required to grade the internal structure of a student submission in the Java programming language. It integrates with the Eclipse IDE and multiple third-party plug-ins to provide instructors with an easy-to-use grading environment. More importantly, unlike other automatic grading tools currently in use, it gives students continuous feedback about their programs during the development process.
