CS 115 Supplemental Problem 1 Grading Form
This grading form expands the Program
Style Summary and Checklist that applies to all program development
in CSC 115.
This project will be worth 25 points, based on the following rubric:
-
Interpretation of input (6 points)
-
Four integers entered (2 points)
-
Correct interpretation of starting hour (2 points)
-
Correct interpretation of ending hour (2 points)
-
Computation of the babysitter's fee (14 points)
-
Correct computation at early evening rate (2 points)
-
Correct computation at late evening, before midnight rate (2 points)
-
Correct computation at early morning rate (2 points)
-
Correct computation with two or more rates (8 points)
-
Comments on Program Format, Comments, Readability, etc.
(Points not given, but points can be deducted.)
-
Testing (5 points)
-
Test Plan with a numbered listing of the circumstances that can reasonably
arise in this problem
-
Listing of test cases to be considered, with the expected outcome
-
Listing of actual test runs
-
Statement of why the program is correct