HW5 grading, what points were taken off for. -.5 No name given in the file. -1 File does not run as turned in. For each problem, if what you have is just plain wrong, confusing, and not really close at all, I'll give a judgement call of somewhere between taking off all of the points to half, depending on if there is anything there that is worthwhile. Otherwise, it's based off of the following... For each problem, if what you have shows that you understand what to do (use an if, or a while, etc.) but your syntax is all wrong, then it will be about 1/2 off. Problem 1, 3 Points -5 per mistake. Problem 2, 4 Points -3 or so if you just did not do it the right way. remember to check hw1Solution.py for the correct format to use. 1.5pt for showing specific values. 1.5pts for showing the right order of execution (functions, loops). 1pt for showing when variables are created/changed (including when functions start). Partial credit for each of those depending on how close to correct. Remember to show the while loop happening multiple times, and to show the functions running. Some people mixed up strings versus numbers in part b. -.5 something minor - had return happening more than once in a function, missed a variable initialized when a function starts, did not have quotes around string values, etc. Problem 3, 4 Points 1 Point turtle, green, size 3 1.5 Points square -.5 no initial square, but click squares. 1.5 Points click function -.25 used onclick instead of onsreenclick Problem 4, 4 Points -1 no code. Note: people still need to do better on the program trace, as of hw5. Note: don't turn in code that does not run!