Module 3 Grading Guideline The testing of these submissions can be done manually by creating a test class that creates an instance of a World and Turtle and calls all the methods looking for proper results. Alternatively, testing can be done directly in the Interactions pane. Point breakdown: [15 points] Draw Square method Method body matches what is on page 53 of the text and executes correctly when run. (No partial credit) [18 points] Draw Square method with parameter Method body matches what is on page 57 of the text and executes correctly when run. (No partial credit) [25 points] Draw Star method Method draws a five or six pointed star. Method body does not have to match what was submitted with Module 2, but when executed, should correctly draw a star without any backtracking or mistakes. If backtracking or additional lines drawn by the code, only award 15 points. [35 points] Draw Rectangle that takes in a width and height Method can draw a rectangle with width and height being the same (10 points). Method can draw a rectangle with width and height differing (25 points). [7 points] Submission instructions followed File named Turtle.java was submitted. Filename including capitalization must be exact. If file submitted with another name, award 0 points.