Rubric

Find Rubric
Keep in mind that 550 students have already been assessed using this rubric. Changing it will affect their evaluations.
Some Rubric (5)
Some Rubric (5)
Criteria Ratings Pts
Student Tests
Run StudentTestSuite. All tests should pass (129 tests total). For every test that does not pass, deduct 0.5 points.
threshold: pts
45 pts
Full Marks
0 pts
No Marks
pts
45 pts
--
Course Tests
Run CourseTestSuite. All tests should pass (77 total). For each test that does not pass, deduct 0.5 points.
threshold: pts
20 pts
Full Marks
0 pts
No Marks
pts
20 pts
--
Instance Variables - Student
Inspect the instance variables in the Student class. Are the types and names appropriate? Can the student explain why they should all be marked as private?
threshold: pts
5 pts
Full Marks
0 pts
No Marks
pts
5 pts
--
Instance Variables - Course
Inspect the instance variables in the Course class. Ask the student to explain the roster instance variable.
threshold: pts
5 pts
Full Marks
0 pts
No Marks
pts
5 pts
--
Student createLegacy description
Can the student explain how the createLegacy() method works?
threshold: pts
5 pts
Full Marks
0 pts
No Marks
pts
5 pts
--
Course addStudent() description
Can the student explain how the addStudent() method works? How do we make sure the student gets put into an empty seat?
threshold: pts
5 pts
Full Marks
0 pts
No Marks
pts
5 pts
--
JavaDoc
All methods should have valid JavaDoc comments
threshold: pts
10 pts
Full Marks
0 pts
No Marks
pts
10 pts
--
Clean Code
Student's code is clean. Variable names are appropriate, brackets are well placed, indentation rules are followed, etc.
threshold: pts
5 pts
Full Marks
0 pts
No Marks
pts
5 pts
--
Commit and Push
Student has committed and pushed their code
threshold: pts
0 pts
Full Marks
0 pts
No Marks
pts
0 pts
--
Total Points: 100 out of 100