Rubric
Keep in mind that 550 students have already been assessed using this rubric. Changing it will affect their evaluations.
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
|
|
pts
--
|
||
Course Tests
Run CourseTestSuite. All tests should pass (77 total). For each test that does not pass, deduct 0.5 points.
threshold:
pts
|
|
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
|
|
pts
--
|
||
Instance Variables - Course
Inspect the instance variables in the Course class. Ask the student to explain the roster instance variable.
threshold:
pts
|
|
pts
--
|
||
Student createLegacy description
Can the student explain how the createLegacy() method works?
threshold:
pts
|
|
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
|
|
pts
--
|
||
JavaDoc
All methods should have valid JavaDoc comments
threshold:
pts
|
|
pts
--
|
||
Clean Code
Student's code is clean. Variable names are appropriate, brackets are well placed, indentation rules are followed, etc.
threshold:
pts
|
|
pts
--
|
||
Commit and Push
Student has committed and pushed their code
threshold:
pts
|
|
pts
--
|
||
Total Points:
100
out of 100
|