A JavaScript Tool to Retrieve Draft Assignment Grades in CSV form from D2L
(Tested in Google Chrome in March 2022)
- Open your Course in D2L
- Go to Assessments > Assignments
- Click on an Assignment to view submissions
- Click on the first Submission to open the iterator
(You should see User 1 of 25 in the top right.) - Open the browser console: press Ctrl+Shift+J (or Cmd+Shift+J on a Mac)
- Copy and Paste the contents of script.js into the console and press Return/Enter
- JavaScript iterates over each student and downoads a CSV when finished.