Download attachments submission comments

Jump to solution
MK22
Community Member

Hi everyone, 

I have a course with 200+ students. The students will upload an assignment and the teachers then give a grade and post an assessment form in the comments. Is there a way to download all attachments in the comments, for all students, in one go? 

Thanks!

Labels (1)
0 Likes
1 Solution
jerry_nguyen
Community Contributor

@MK22 

It's not possible through the UI interface.

However, you can write a simple program (E.g. easiest is VBA through Excel) to irritate through each submission (via Canvas API), look for the attachment's download link in each comment then list it on the spreadsheet. You can then feed those links to a downloader program.

View solution in original post