Hi Jodi and all,
Our IT unit developed a script that compiles the grade center from the archive file into a formatted HTML page. It includes student submissions to their grade entry and any instructor comments provided in the feedback. It is written in PowerShell Core, and as such, works on Windows, Mac, and some versions of Linux. The developer named it bbaExtractor. We're happy to share this with the Canvas community. Documentation is included in the zip file.
https://missouri.box.com/s/pditbz3o2yjuoq3o1asscjmd12qlo63h
For any non-programmers (like me!), I've pasted my steps to use the tool on my Mac below.
1. Download the bbaExtractor and unzip the file to your desktop. In this example, the bbaExtractor folder and ArchiveFile_Blackboard.zip are on my desktop.
2. Open PowerShell and enter the following commands:
cd /Users/tanys/Desktop/bbaExtractor/bbaExtractor
./bbaExtractorEX.ps1 ../ArchiveFile_Blackboard.zip -extractDocuments
3. The web page and files will be created in the bbaExtractor folder.
4. Open the Blackboard.html file to view the compiled grade center.
@codone_s jodi.reed @kona
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.