CS 451 Supplemental Problem 1 Grading Form
This project will be worth 25 points, based on the following rubric:
-
Program reads grid size and creates grid (1 points)
-
function check_horizontal defined and works properly (4 points)
-
function check_vertical defined and works properly (4 points)
-
program reads word with R option and places it at a valid location (if
possible (6 points)
-
program reads word with H option and places it correctly (if
possible (3 points)
-
program reads word with V option and places it correctly (if
possible (3 points)
-
Comments on Program Format, Comments, Readability, etc.
(Points not given, but points can be deducted.)
-
Testing (4 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