____________________________________________________________ Boggle 1 lab grading scheme ____________________________________________________________ To grade, come up with a test board; make sure it contains some 'Qu'. Modify their getCustomBoard() to return your test board. Test the same bunch of words for everybody; make sure you include words that are barely on board, and that are barely not on board. You should be able to catch when somebody allows a die to be used more than onc. OBTAINED: ******************** Functionality: 50 ******************** take out points for - some words are on board and are not found - some words are not on board and are found - Qu causes troubles ******************** Program structure: 20 ******************** - overall approach is sound - signature of isOnBoard() is exactly as required - the recursive isOnBoard() does not communicate through globals, but through parameters ******************** Style: 30 ******************** 5 -header 10 -comments 5 -use constants 10 -easy to read and understand and verify overall correctness of the underlying logic Extensions: (extra credit)