Category: <span>What I’m Learning</span>

What I'm Learning: There is a movement toward "Connected Courses" in Higher Ed

I believe deeply in the power of connected learning, and I am so grateful to those who are pursuing it in all forms of education. I really like the structure of “Connected Courses” and the online community that has sprung up around it. Do you think we need something similar …

What I'm Learning: You can now Mirror your Chromebook to an Apple TV with AirParrot

While this may not be a game changer for some. For those who heavily invested in Apple TVs and are now investing a lot in Chromebooks, this is huge! While it isn’t free, I think it could be important to think about strategically purchasing licenses for classrooms. AirParrot – Chrome …

What I'm Learning: How to copy Google Drive folders and their contents using a Script

This one seems pretty obvious, but there are often dozens or hundreds of files that need to be copies in Google Drive (giving you a copy that you own rather than using the original). This script lets you do that. Follow the linked instructions for best results.  How To: Copy …

What I’m Learning: How to limit the number of words in a response to a Google Form question.

While you can use the advanced data validation properties of a Google Form question to limit the number of characters in an answer, you will need a regular expression in order to limit the number of words. If you ever have such a need, here it is: ^\s*(\S+\s+){1,9}\S*$ This regular …

What I'm Learning: A bunch of new programming resources for kids to start their CS Journey.

Hat Tip to Jessica Raleigh for this one. While I did know most of these apps, it is nice to have them all collected in one spot. I also didn’t know Waterbear, so I got to check it out! 10 Tools To Teach Kids The Basics Of Programming Waterbear is …