apluslms / a-plus

A+ frontend portal - A+ LMS documentation:
https://apluslms.github.io/
Other
64 stars 72 forks source link

Download submissions from an exercise #1374

Open mikaelGusse opened 1 month ago

mikaelGusse commented 1 month ago

There are several use cases where being able to easily download all of the submissions from an exercise would be useful. Such as if the teacher wants to do any kind of manual analysis on the student's code, such as checking it for plagiarism using some local tool. Currently the only way to mass-download submissions is through the api with some custom script.

A way to fix this would be to simply add a button to the "all submissions" view which would download the submissions. Perhaps it could also include some options on whether the user wants just the most recent submission or all of them.