Loading...
Please wait, while we are loading the content...
Similar Documents
Interface-based programming assignments and automatic grading of Java programs (2007)
| Content Provider | CiteSeerX |
|---|---|
| Author | Helmick, Michael T. |
| Description | in 12th Annual SIGCSE Conference on Innovation and Technology in Computer Science Education (ITICSE |
| Abstract | AutoGrader is a framework developed at Miami University for the automatic grading of student programming assign-ments written in the Java programming language. Auto-Grader leverages the abstract concept of interfaces, brought out by the Java interface language construct, in both the assignment and grading of programming assignments. The use of interfaces reinforces the role of procedural abstraction in object-oriented programming and allows for a common API to all student code. This common API then enables automatic grading of program functionality. AutoGrader provides a simple instructor API and enables the automatic testing of student code through the Java language features of interfaces and reflection1. AutoGrader also supports static code analysis using PMD [4] to detect possible bugs, dead code, suboptimal, and overcomplicated code. While Auto-Grader is written in and only handles Java programs, this style of automated grading is adaptable to any language that functions and that also supports runtime reflection. 1. |
| File Format | |
| Publisher Date | 2007-01-01 |
| Access Restriction | Open |
| Content Type | Text |
| Resource Type | Conference Proceedings |