You can now check your final exam score on MyUW (see instructions). Please pick up your exam from the CSE reception before asking grading questions. The reception is open 9am-5pm daily with a lunch break 12pm-1pm.
The average was 76% and the median was 81%. Well done!
If you believe that one or more programming problem was incorrectly graded and you would like Hélène to regrade it, you must:
DrawingPanel
and Graphics
do/while
loops and the break
statement (regular while
loops may be needed, though)try
/catch
statementsnull
Object
class; implementing an equals
method; the instanceof
keywordHusky
-only methods of Critters
, such as getX
, getNeighbor
, win
, lose
, and mate
import
statements in your exam code.You can now check your midterm score on MyUW (see instructions). Your exam will be returned to you in section on Thursday. Please wait to receive your exam before asking grading questions.
The midterm average was around 80% which is on the high range of what I aim for. Congrats!
If your exam score was simply added up incorrectly, take it to your TA and they'll fix it for you.
If you believe that one or more programming problem was incorrectly graded and you would like Hélène to regrade it, you must:
DrawingPanel
, Graphics
, and Color
do/while
loops and the break
statement (regular while
loops WILL be tested)assert
statement (not the same as logical assertions, which WILL be tested)import
statements in your exam code.