English

Mark My Works Autograder for Programming Courses

Software Engineering 2026-01-16 v1

Abstract

Large programming courses struggle to provide timely, detailed feedback on student code. We developed Mark My Works, a local autograding system that combines traditional unit testing with LLM-generated explanations. The system uses role-based prompts to analyze submissions, critique code quality, and generate pedagogical feedback while maintaining transparency in its reasoning process. We piloted the system in a 191-student engineering course, comparing AI-generated assessments with human grading on 79 submissions. While AI scores showed no linear correlation with human scores (r = -0.177, p = 0.124), both systems exhibited similar left-skewed distributions, suggesting they recognize comparable quality hierarchies despite different scoring philosophies. The AI system demonstrated more conservative scoring (mean: 59.95 vs 80.53 human) but generated significantly more detailed technical feedback.

Keywords

Cite

@article{arxiv.2601.10093,
  title  = {Mark My Works Autograder for Programming Courses},
  author = {Yiding Qiu and Seyed Mahdi Azimi and Artem Lensky},
  journal= {arXiv preprint arXiv:2601.10093},
  year   = {2026}
}
R2 v1 2026-07-01T09:05:21.231Z