International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 20 - Number 2 |
Year of Publication: 2011 |
Authors: Marzieh Ahmadzadeh, Sahar Namvar, Mansoore Soltani |
10.5120/2407-3202 |
Marzieh Ahmadzadeh, Sahar Namvar, Mansoore Soltani . JavaMarker: A Marking System for Java Programs. International Journal of Computer Applications. 20, 2 ( April 2011), 15-20. DOI=10.5120/2407-3202
In this paper a marking system for Java programming is presented which has been developed as a plug-in for a widely used editor, Eclipse. This system runs student submitted programs against previously defined test cases. Depending on the percentage of correct running code, a proper mark is awarded. Since this program was implemented in order to be used in a principles of programming course, we require students to practice coding with a correct style. Therefore, this system checks the style of the code and produces messages when a better style is expected. In some cases penalty marks are considered for improper code style. For this system to play an educational role, we allow students to submit more than once. With this we aim to help them learn from their mistakes. The number of submissions differs from one exercise to another and is defined dynamically by our system administration. We call this system JavaMarker.