Rubric

Find Rubric
Keep in mind that 538 students have already been assessed using this rubric. Changing it will affect their evaluations.
Zombie Objects
Zombie Objects
Criteria Ratings Pts
drawEntitiesTests Pass
Deduct 3 points per missed test
threshold: pts
12 pts
Full Marks
0 pts
No Marks
pts
12 pts
--
utilityTests Pass
Deduct 3 points per missed test
threshold: pts
6 pts
Full Marks
0 pts
No Marks
pts
6 pts
--
readEntitiesTests Pass
Deduct 3 points per missed test
threshold: pts
15 pts
Full Marks
0 pts
No Marks
pts
15 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
6 pts
Full Marks
0 pts
No Marks
pts
6 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
6 pts
Full Marks
0 pts
No Marks
pts
6 pts
--
nonzombiesRemain Explanation
Student is able to explain how the method determines if there are still non-zombies.
threshold: pts
4 pts
Full Marks
0 pts
No Marks
pts
4 pts
--
main() Explanation
The student is able to explain how main() works (how objects are passed/updated)
threshold: pts
4 pts
Full Marks
0 pts
No Marks
pts
4 pts
--
Zombie updateEntity Explanation
Student is able to explain the strategy used in their updateEntity method.
threshold: pts
5 pts
Full Marks
0 pts
No Marks
pts
5 pts
--
Zombie updateEntity Requirements
Update entity is not always random, zombies intentionally seek out non-zombies.
threshold: pts
5 pts
Full Marks
0 pts
No Marks
pts
5 pts
--
Nonzombie updateEntity Explanation
Student is able to explain the strategy used in their updateEntity method.
threshold: pts
4 pts
Full Marks
0 pts
No Marks
pts
4 pts
--
Nonzombie updateEntity Requirements
Update entity is not always random, non-zombies intentionally do something to improve their chance of survival.
threshold: pts
5 pts
Full Marks
0 pts
No Marks
pts
5 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
15 pts
Full Marks
0 pts
No Marks
pts
15 pts
--
Smooth motion
Entities don't jump around the screen (move in a way that looks like they have disappeared / reappeared)
threshold: pts
4 pts
Full Marks
0 pts
No Marks
pts
4 pts
--
Entities Stay on Screen
Some mechanism is used to ensure entities don't leave the screen boundaries.
threshold: pts
5 pts
Full Marks
0 pts
No Marks
pts
5 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
4 pts
Full Marks
0 pts
No Marks
pts
4 pts
--
Committed / Pushed to GitHub
Work is committed / Pushed
threshold: pts
0 pts
No
0 pts
Yes
pts
0 pts
--
Total Points: 100 out of 100