|  Grading rubric 
Recall the General Instructions for Grading Programs.
 
Eclipse project for this assignment: ArraysAndLists
 
Points to be awarded for:
 
	
		RollingDice - 10 points
		for completion, done in class
		QuizScores - 36 points, as distributed by test cases below
		
			Other considerations:3 points - testAverageScore5 points - testGetQuizScores2 points - testNumberOfQuizScores3 points - testHightestScore3 points - testLowestScore5 points - testIncreaseScoresBy5 points - testCountScores10 points - testMostFrequentScores 
			-2 points - for not using an enhanced for loop where it is practical to use oneAward no points for test cases that use methods from Arrays or CollectionsAward no points to solutions that don't use an ArrayList<Integer> to store the scores 
Total: 46 points
 |