Rubric
Keep in mind that 538 students have already been assessed using this rubric. Changing it will affect their evaluations.
Criteria | Ratings | Pts | ||
---|---|---|---|---|
drawEntitiesTests Pass
Deduct 3 points per missed test
threshold:
pts
|
|
pts
--
|
||
utilityTests Pass
Deduct 3 points per missed test
threshold:
pts
|
|
pts
--
|
||
readEntitiesTests Pass
Deduct 3 points per missed test
threshold:
pts
|
|
pts
--
|
||
readEntities JavaDoc
JavaDoc includes short title, description for return value, and description(s) for parameter(s): Deduct 2 points for each that is missing.
threshold:
pts
|
|
pts
--
|
||
nonzombiesRemain JavaDoc
JavaDoc includes short title, description for return value, and description(s) for parameter(s): Deduct 2 points for each that is missing.
threshold:
pts
|
|
pts
--
|
||
nonzombiesRemain Explanation
Student is able to explain how the method determines if there are still non-zombies.
threshold:
pts
|
|
pts
--
|
||
main() Explanation
The student is able to explain how main() works (how objects are passed/updated)
threshold:
pts
|
|
pts
--
|
||
Zombie updateEntity Explanation
Student is able to explain the strategy used in their updateEntity method.
threshold:
pts
|
|
pts
--
|
||
Zombie updateEntity Requirements
Update entity is not always random, zombies intentionally seek out non-zombies.
threshold:
pts
|
|
pts
--
|
||
Nonzombie updateEntity Explanation
Student is able to explain the strategy used in their updateEntity method.
threshold:
pts
|
|
pts
--
|
||
Nonzombie updateEntity Requirements
Update entity is not always random, non-zombies intentionally do something to improve their chance of survival.
threshold:
pts
|
|
pts
--
|
||
Nonzombie: Consumption vs. Conversion
Non-Zombies have an 80% chance of becoming a zombie when they touch a zombie (5 points) and a 20% chance of being removed from the simulation (5 points) and when they are removed, the touching zombie increases in size (5 points)
threshold:
pts
|
|
pts
--
|
||
Smooth motion
Entities don't jump around the screen (move in a way that looks like they have disappeared / reappeared)
threshold:
pts
|
|
pts
--
|
||
Entities Stay on Screen
Some mechanism is used to ensure entities don't leave the screen boundaries.
threshold:
pts
|
|
pts
--
|
||
Explanation of Interfaces
Student can explain why Java Interfaces were useful here (especially with regard to the various lists of Entity objects).
threshold:
pts
|
|
pts
--
|
||
Committed / Pushed to GitHub
Work is committed / Pushed
threshold:
pts
|
|
pts
--
|
||
Total Points:
100
out of 100
|