HW5 Grading Criteria-Fall 2007
Submission (5 Pts)
- (5) Submitted PictureTest.java and a PictureElement .java file
Syntax & Semantics (5 Pts)
- (5 Pts) Code Compiles
- (-2) for each error up to max of 5
New Methods (40 Pts)
- (10 Pts) properly defined findAndReplaceRepeat method
- (-5) Problems with loop or recursion
- (-5) Other problems
- (15 Pts) properly defined replaceWithModification method
- (-5) Problems with loop or recursion
- (-10) Other problems
- (15 Pts) properly defined replaceWithModifications method
- (-5) Problems with loop or recursion
- (-10) Other problems
Testing Main (10 Pts)
- (10 pts) Defines a main method which utilizes all three new methods
- (-3) If less than 3 pictures in the original background.
- (-3) not using all three new methods
Functionality (25 Pts)
- (10 pts) Displays original pic, findAndReplaceRepeat pic, replaceWithModification pic, replaceWithModifications pic
- (-5) For each missing for max of -10
- (15 pts) Results are correct (+5 pts for each modified picture)
- Note: also test the methods with different parameters
Comments & style (5 Pts)
Part 2 (10 pts)
Links to this Page