Canvas data and academic integrity

Another entry in my I-guess-other-people-might-have-to-write-something-like-this series of posts . . . The following is my initial attempt to contextualize Canvas data should it be requested in academic integrity investigations. This is my own opinion and doesn’t represent any place I might or might not work.<footnote>See how vague that sentence is? That means it’s basically a […]

Read More… from Canvas data and academic integrity

Extracting data using regexextract in Google Sheets

One of our tools has usage data that ends up being three items on one line. Each line of data is something like this 1. email@middlebury.edu 123. The first number doesn’t matter. I want the email address and the last number (which indicates usage hours). In the old days, I’d have rigged something together using […]

Read More… from Extracting data using regexextract in Google Sheets

Fixing missing anchor links in Canvas ePub Export

I’m using a free tool called Sigil1 to fix missing anchor link attributes in an ePub export from Canvas. This issue is probably because the course was created with CidiLabs Design Tools and the export just isn’t made to handle the complexity of an external tool like this. https://youtu.be/jhcVRrvL7gM 1 If I was stuck doing […]

Read More… from Fixing missing anchor links in Canvas ePub Export

WordPress CSV import to custom post type and taxonomies

Ever since Google Sheets killed the native JSON feeds, a number of projects of mine have broken and been left adrift. One of those projects was my activities list for conferences and various things like that. On Tuesday, we were asked to revisit our work profiles. One of the requested items was “Relevant publications, presentations, […]

Read More… from WordPress CSV import to custom post type and taxonomies

Google Sheet Web Scraping Example

The Context Middlebury has an interesting setup. They call them Go Links. It’s basically a version of tinyURL that anyone at Middlebury (students included) can use to make customized Middlebury links. If you’re on campus, you can use go/whatever and off-campus you have to use go.middlebury.edu/whatever.1 This replaced a giant redirect list. I’m not sure […]

Read More… from Google Sheet Web Scraping Example