CSCI 310 Spring 2004, Project Grading Rubric
We all love assessment.
Updated based on feedback from members of the course!
Your projects will be graded on the following characteristics; please
note that my discussion with you will have some impact on where
you fall in the categories of the various traits.
- Correctness: (70%)
- 10-9: Demonstration shows correctness on all test cases
it faces.
- 8-7: Demonstration shows correctness in all but 1 or 2
cases and those cases are considered somewhat extreme.
- 6-5: Demonstration shows correctness on the major test
cases.
- 4-3: Major flaws in correctness, but runs.
- Test cases: (10%)
- 10-9: Test cases exercise all aspects of the code needed
to demonstrate correctness and are explained in an
articulate and meaningful way. There are enough test
cases, but not an overabundance testing the same
characteristics over and over.
- 8-7: A few minor/extreme cases may be missed, some
aspects may be slightly over-covered, or the explanation
may be slightly flawed.
- 6-5: Major points are tested but the process is flawed
either by over-testing in one area, ignorance of many
areas, or an explanation that lacks clarity.
- 4-3: A major test case is missed.
- 2-1: The only test case is the initial example provided
with the project.
- Documentation (10%)
- 10-9: The documentation is javadoc styled and is a clear
description of how the code works. It is neither overly
verbose nor overly terse -- it may utilize excellent
variable and method names to self document where possible.
- 8-7: Minor quibbles with the documentation -- a part
that is unclear, or names that obscure meaning, but an
excellent job overall.
- 6-5: Major points are well-documented but there are some
gaps as well that make it hard to follow everything.
- 4-3: Documentation is incomplete, but what is there is
helpful.
- 2-1: Some documentation is included.
- Structure (10%)
- 10-9: The code is well-structured. Functions are a
reasonable length; objects are used well; inheritance is
applied meaningfully when possible; the code is efficient
and clear. I would be proud to show the code to others.
- 8-7: Some flaws in the structuring but no major
complaints. Perhaps a function is too long, some small
reorganization could help, or a piece could be made
somewhat more efficient, but overall this is an excellent
example of code structure.
- 6-5: There's at least one major ugly bit in the code.
- 4-3: You have trouble explaining your design decisions
to me.
You will receive a score in each of the categories, these values will
be put into a weighted average which will be your score on the
project. For example, suppose your code receives a 10 on
correctness, an 8 on test cases, an 8 on documentation and a 6 on
structure. Your project score is (10 * .7) + (8 * .1) + (8 * .1) +
(6 * .1) = 9.2. Each project is worth 5% of your final grade so
the meaning of this is pretty clear, I hope.
Gary Lewandowski
Last modified: Thu Jan 29 20:29:18 EST 2004