Project and Presentation Grading Guide
If you do well in the project, you will do well in the class. This is true for people
trying to get an A or trying to get a C-. So, work hard and have fun with it. The total
points of the final project is 250 and the project presentation is 100. Thus, by doing
well in the project ... you can have 250 + 100 = 350 points !!!
General Project Grading
If you implement all the basic functions under our project description, you will have a
maximum of 200 points. Points will be taken off when something does not work.
For the other 50 points, you can get them by providing extra functions. Examples are
using JDBC, ASP, JSP, XML, very nice interface, etc. But remember you have to write most
of the code and docment down all the features.
Notes to Remember
- Read the project description over and over again and make sure you understand it. If you
"get around" a certain feature in the project, document it down. For example, if
you implement your own Java web server instead of using a web server - Say so.
- Provide a quick checklist (not essay) for grading. List all the functions implemented
(Basic or Extra).
- Provide at least 10 DETAILED test cases for me to run.
- Document everything you DO. Basic functions or extra functions. Without documentation in
the requirement document, design document, and a check list, I might not able to spot all
the functions implemented.
- Write only what is needed. I need a project, not a yellow page phone book .. use double
size printing, better fonts, bind it, etc.
- Test you code really really well and AVOID fatal mistake. In other words, if you have a
bug that will hang the whole system ... fix it before you hand it in. For example, in the
phonebook exercise, a lot of people do not use one line of code to check if PREV and NEXT
walk out of bound. In most cases, if the phonebook is out of bound an exception will pop
up and the whole thing hang. ... You really do not want to have similar scenario happen in
grading the project.
- Do not put it stuffs that DOES NOT work. If it does not work, cut it out so it will not
affect other features. Again for example, in the phonebook exercise, a few people put in a
SAVE function that does not work and it will hang the whole program if clicked on ...
avoid this kind of things in the project.
- MAKE SURE YOUR PROJECT IS GRADE-ABLE ... otherwise, what can I do ?
- Remember to handin the requirement and design documents again (use double size and
better fonts, otherwise, points off :(
- All documentations should be in hard as well as soft copy
- By the way, I will keep all the projects for audit purpose (so, they will not be return)
Presentation Grading
- Style is free but group relatively grading will be used (so, which ever group looks the
coolest will be awarded the most points in this catalog)
- Show you architecture and design
- Discuss the advantages and disadvantages of your implementation
- Compared the difference with other people (you could guess)
- Show the cool extra features if there is any
- Discuss your design and implementation issues if any
- Put other interesting stuffs you could think of
- For the actual presentation, handin a soft copy as well as hard copy to me
- Distribute handout to classmate is recommeded
- Survive Q&A from your classmates
- (We will schedule time later on)
Final Remark
As I mentioned in the beginning of the class, this is a tough class with relatively
easy grading. So, there is 110 points of extra credit in a 1000 points course ... For
people looking for an A, work hard and get to the 90% mark. For people in the bottom of
the scale, work hard and get out of it ! I only like giving A but not anything below C-
... YOU control your own grade ! ...