|
|
|
|
|
by JohnKemeny
377 days ago
|
|
I once graded over 100 exams in an introductory programming course (Python). The main exercise was to implement a simple game (without using a runtime). Some answers were trivial to grade—either obviously correct or clearly wrong. The rest were painful and exhausting to evaluate. Checking whether the code was correct and tracing it step by step in my head was so draining that I swore never to grade programming again. |
|