autolab / Autolab

Course management service that enables auto-graded programming assignments.
http://www.autolabproject.com/
Apache License 2.0
743 stars 209 forks source link

Better detection of mismatch in Autograder results and assessment problems #2087

Closed 20wildmanj closed 3 months ago

20wildmanj commented 4 months ago

Currently, if an assessment does not contain problems with names matching the autograder output, those results from the autograder will not be displayed, and no feedback is given as to why no results are displayed. It would be good if there was a check to see if all problems defined within "scores" for the autograder results exist within the gradebook, and some sort of flash displayed notifying the instructor if not.

This is based on the issue 213 faced where they didn't have problems defined and were confused as to why autograding feedback was not being parsed.

image image