Add section on creating rubrics to Exam Grading article#42
Conversation
phrdang
commented
Oct 13, 2025
- Add section called Creating Rubrics to Exam Grading article
- Make "Assigning points" section a subsection of "Creating Rubrics"
- Add link to Gradescope docs on rubric creation
erickim555
left a comment
There was a problem hiding this comment.
Looks great! This philosophy echoes a lot of what I've used in my courses (and what I've observed as course staff over the years), which is a good sign too. Thanks for writing this!
| - `+0.5 Partial: lst[i]` | ||
| - `+0 Incorrect` | ||
| - `+0 Blank` | ||
| - **Be aware that Gradescope autograding feature for online assignments is very particular.** For example, if you have a short answer question box, it will only mark answers correct if the string is an exact match. If there is extra whitespace or difference in uppercase vs. lowercase, it will mark the answer as wrong. Thus, you may wish to manually grade all short answer and long answer text boxes. |
There was a problem hiding this comment.
For "Short Answer" questions, Gradescope does offer two helpful options here: "Strip leading and trailing whitespace", and "Case insensitive match". For coding questions (eg "fill in the blank" style Short Answer), I found that the first option ("Strip leading and trailing whitespace") is super helpful, and I typically enable it for my exams.
"Case insensitive match" is less useful, as Python is a case-sensitive language, so I usually leave this as disabled.
Suggestion: perhaps add a quick note in this doc about this. To enable/disable these, go to the "Settings" page of the assignment in question.
There was a problem hiding this comment.
Also: in case it's helpful, I have a section on Gradescope grading in this doc: https://docs.google.com/document/d/1QUxRzhDuJr2lnv8Nl1-Ac517P_XxawQDBb2H4_jk7RM/edit?tab=t.0#heading=h.bnbz6tovqhgk
There was a problem hiding this comment.
I also wrote this "Exam grading philosophy" for Data C88C SU25 that happens to echo many of your points here too (hooray!), maybe it'll be helpful as well: https://docs.google.com/document/d/1R6JCP23kRE-y-LhZWfViD9od8TZ8ghSii9lZ1GmdcBg/edit?tab=t.0#heading=h.2cs3mq5gmekm
(Not sure if it's worth linking these docs as additional resources in an "Appendix" section or something)
There was a problem hiding this comment.
Thanks for the tip on assignment settings! For the 2 docs you linked, I can definitely add it as an appendix-like section to this article. Is it okay to make both viewable by anyone with a Berkeley email? Also do you want to share the entirety of both docs or do you prefer to create a new separate doc with just the stuff related to exam grading, and then I can link those?
There was a problem hiding this comment.
Actually since C88C is doing rubric writing right now I'm going to merge this PR but I can make a separate PR to include the links to the docs you wrote later!
pancakereport
left a comment
There was a problem hiding this comment.
Thanks, Rebecca. Go ahead and merge when you're ready.