CISC 181 Honors Spring 2006 Project 2 Grading Rubric Step 0 - proj2data.txt: 9 pts On WebCT: 3 pts Right number of different fields: 3 pts Doesn't duplicate another's topic: 3 pts Step 1 - p2s1.cc: 9 pts a(dd): 4 pts l(ist): 1 pts q(uit): 3 pts s(ummarize): 1 pt Step 2 - find: 9 pts Basic find: 3 pts Displays duplicate entries: 2 pts Memory management: 1 pt Style: 3 pts Step 3 - delete: 9 pts Proper list mainenance: 5 pts Memory management: 2 pts Style: 2 pts Step 4 - update: 9 pts Reading in values: 3 pts Keeping old values on blank input: 2 pts Memory management: 2 pts Style: 2 pts Step 5 - read: 9 pts Error when the file doesn't open: 2 pts Using ifstream, strtok correctly: 4 pts Memory management: 1 pt Data files: 2 pts Step 6 - write: 9 pts Error handling: 2 pts Proper output: 4 pts Style: 3 pts Step 7 - smarter quit: 9 pts Correctness: 6 pts Style: 3 pts Step 8 - sorting: 10 pts add function: 5 pts update: 2 pts read: 2 pts find: 1 pt Proper scripting: 10 pts cat source and data files: 3 pts appropriate test runs: 7 pts Following directions: 8 pts Total: 100 points