ls1intum / Artemis

Artemis - Interactive Learning with Automated Feedback
https://docs.artemis.cit.tum.de
MIT License
502 stars 289 forks source link

Empty assignments in exam #2956

Open pstoeckle opened 3 years ago

pstoeckle commented 3 years ago

Is your feature request related to a problem?

I created a programming exercise and many students did not try the exercise at all. I am not aware of a method to grade all empty or more precisely all the students that have submitted an assignment with no difference to the given template with 0 points.

Describe the solution you'd like

I would like to have a method to directly grade all the empty assignments for an exercise with 0 points. Optionally, there could be a message that is put in the General Feedback text area for each of the assignments.

krusche commented 3 years ago

This is already possible for text, modeling and file upload exercises with the "Assess unsubmitted exams" button. We will also add this functionality for programming exercises with manual assessment. There is already a TODO in the code which was not yet implemented.

pstoeckle commented 3 years ago

An easy solution could be a button Empty Submission instead of detecting the empty submissions. This would also speed up the correction process.

krusche commented 3 years ago

This feature was recently implemented as part of the button access unsubmitted exams

Did it not work for you?