The assignment writeup is here: http://users.csc.calpoly.edu/~gfisher/classes/102/programs/6/writeup.html The detailed test plan is here: http://users.csc.calpoly.edu/~gfisher/classes/102/programs/6/test-plan.html I copied all of the necessary files into the students' hand-in directories and compiled the programs. I also copied in a template score file for each student. It has a line for each of the 32 test cases in the test-plan, the possible point value, and blank space for the student score to be filled in. The main executable is the Drawing class, except for these students: anickels: main in Tester.class jwyatt: main in Drawer.class rquiros: main in Main.class rtourn: main in Main.class silee: main in Driver.class For all the students except these five, run Drawing.class. For these five, run the indicated .class file that has the main. I pre-deducted 5 points for these students in the score file, so include that deduction when you add up the points. (It's under the heading "DEDUCTION FOR main NOT IN CORRECT PLACE", just above the "GRAND TOTAL" line). When you run Drawing (or other file), you should see the UI shown in the writeup. Run each case in the test-plan, and put the points in the score file. You can be generous giving partial credit. The test plan says this like "-2 points for each problem", or "-1 point for each problem". If something works reasonably well, you can take of the deduction for one "problem", even if there are technically more than one problem. You may have to hunt around to get some things to work. For example, in some programs the icons in the toolbar don't show up, but the tool bar buttons still work. Again, be generous in trying to make something work, even if you have to click around a few times to find it. Grade the program documentation as you did for Program 5, i.e., with caps for the different categories. There are line for each documentation category near the end of the score file. The programs did not compile for the following students, and they're pre-graded as 0/100 in their score files: aagatep -- STANDS aweinfie -- FIXED: See score file for details beatty -- FIXED: See score file for details gfoltz -- FIXED: See score file for details johur -- STANDS If you have any problems running things, let me know. Thanks much.