google classroom

Control Alt Achieve covers 40 Google for Education Updates for Summer 2021

Google made some big education announcements last week, including a bunch of education features across their apps.

Control Alt Achieve has a great overview of them. Click below to read more.

Control Alt Achieve: 40 Google for Education Updates for Summer 2021:

Summer is a nice time to take a break and relax, but Google has instead been busy working on new updates and features for schools.

On June 22nd Google hosted their "Anywhere School 2021" event (http://goo.gle/tas21) where they covered loads of announcements concerning 40 updates for Google Classroom, Google Meet, Chrome and Chromebooks, and Google Workspace tools in general.

In case you missed it, or are just trying to review through everything that was shared, see below for a list of all 40 updates that were shared at the event.

On the one hand, many of these features looks great (especially the education streaming feature with YouTube/Google Meet). On the other hand, it is easy to see that some of these features are born out of the needs of virtual/hybrid learning and may not be as useful as schools potentially return to in-person instruction this fall.

That said, it looks like there is plenty in store for Google Classroom users, no matter what teaching environment you may find yourself in this fall.

METT Episode #18 - Productivity Boot Camp (Part I): Notes and Tasks, with Dr. Frank Buck

Thanks to my sponsors this month, Flat for Education.

Dr. Frank Buck returns to the show for the kick-off of my mini-series, Productivity Boot Camp! Dr. Frank Buck is a productivity master with a background in band directing and administration. I share my knowledge of Apple products and native third-party apps, and he shares his experience with web-based, cross-platform apps. We bounce back and forth about good digital task and note management and share our favorite apps!

Show Notes:

App of the Week:
Robby - Sticky Widgets
Frank Buck - Feedly

Album of the Week:
Robby - The Lost Art of Longing | BT
Frank Buck - Handel Flute Sonata V - Recording of Dr. Frank Buck Performing

Where to Find Us:
Robby - Twitter | Blog | Book
Frank Buck - Twitter | Website

Please don't forget to rate the show and share it with others!

Subscribe to Music Ed Tech Talk:

Subscribe to the Blog

Subscribe to the Podcast in... Apple Podcasts | Overcast | Castro | Spotify | RSS

Thanks to this week's sponsor, Flat for Education:

Flat for Education offers music educators and their students the most affordable cloud-based music notation software on the market. Empowering teachers to create playful and engaging music activities, creations, assessments on any device at any time.

The platform integrates with every well-known learning management system available: Google Classroom, Microsoft 365, Canvas, Schoology, and MusicFirst to name a few. Everything will be synchronized with your existing setup to avoid any time loss.

Flat for Education offers an advanced system of assignments allowing you to create playful and stunning music activities with your students.

Create a template for all your students to start working from, or simplify the toolbar to have them only working with eighth and quarter notes. The only limit is your imagination.

Save a lot of time by generating worksheets and quizzes in just a few clicks for your students to practice music theory.

Finally, Bands directors and choirs conductors can have their students directly recording their performance from home for review.

Whether you are teaching remotely or in-person, Flat for Education will support you in creating playful and engaging music activities in no time. Try it free for 90 days on flat.io/edu

Eliminating Canvas Stress by Writing Content in Markdown

Left: A draft of a Canvas page, written in a text file on my computer. I used the Markdown syntax for headings, lists, and links. Right: What the Canvas page looks like once the text on the left is imported into the course page as HTML.

Left: A draft of a Canvas page, written in a text file on my computer. I used the Markdown syntax for headings, lists, and links. Right: What the Canvas page looks like once the text on the left is imported into the course page as HTML.

My district’s LMS of choice is Canvas, which is pretty stressful to work with. From most accounts I hear about other LMS software, Canvas is far from the worst. “You go to war with the LMS you have” I once heard.

Lately, I am writing my Canvas content in Markdown and storing it as text files on my computer.

Why?

Canvas is littered with user-hostile behaviors. Each class is a separate container. All files, pages, and assignments are quarantined, requiring multi-step procedures for sharing between courses. On top of this, the organizing tools are a mess. I am never 100 percent sure where to go. Even when I do, I have to wait for the internet to load each new thing I click on.

Instead of one file repository that all courses pull from, each class has its own separate Files area.

Instead of one file repository that all courses pull from, each class has its own separate Files area.

Canvas is equally difficult for students. All of the course pages and content are just sort of floating in space. It’s up to the teacher to link the material together meaningful, but the tools to do so are inelegant and unintuitive. My music program has resorted to a website for communicating most general information since it exposes the hierarchy of its structure to our viewers. In other words, we control where every page lives, and our students can get to any part of our site from the navigation bar at the top of the page.

The WYSIWYG web editors you see within most Canvas pages, assignments, and announcements are equally frustrating. They are clunky, the text field is tiny, the buttons for all the tools are ambiguous, and I lose my data if the page refreshes itself or I lose connection. Additionally, it’s hard to anticipate what my formatting will look like before actually clicking the save button.

Lately, I am writing my Canvas content in Markdown and storing it as text files on my computer. By editing in Markdown, I can create content in third-party apps, work with data offline, control where files are organized, search them from the Spotlight, and quickly export as HTML for input into the Canvas HTML editor when I am ready to publish.

Using Mac and iOS Native Apps

I like native applications because the good ones feel designed to look like the computing platform. For example, the forScore app on iOS uses similar navigation buttons and fonts to Apple’s own Mail, Keynote, Pages, and Notes. This way, I don’t feel like I am learning new software.

Native apps that deal with documents store files on my hard drive. I can easily organize them into my own folder system, work on them without an internet connection, open the same file in different applications, and search them from the Spotlight. Document-based apps update your file as you edit your data. Websites often lose your data when they run into issues.

I don’t write anything longer than a sentence or two into the text field of a website. Instead, I draft them inDrafts and move my work to iAWriter for longer projects. Both of these apps can preview Markdown.

What is Markdown?

Markdown is a shorthand syntax for HTML. It empowers me to draft web content without actually writing code. Skim this Markdown syntax guide to see what I mean. You can learn the basics in five minutes.

Drafts and iA Writer have one-button shortcuts to convert Markdown to formatted text or HTML. Here is an example of Markdown, and what it would look like once converted to rich text or HTML.

# Blog Post Title
Here are *three things* I want to do today.
1. Work out
2. Sit in the hot tub
3. Grill some chicken

Let me tell you more about them.

## Work out
Today I will work out on my bike. My wife once said, and I quote:
> The earlier in the day you aim to do it, the more likely it is to happen.

## Sit in the hot tub
This will be relaxing. Maybe I will listen to a podcast there. Here are some recent favorites...
- Sound Expertise
- Sticky Notes
- Upgrade

My favorite podcast player is [Overcast](https://overcast.fm).

Once an app like Drafts or iA Writer converts the Markdown to rich text, it would look like this:

A good Markdown app like iA Writer will convert the syntax to rich text for you and copy it so that you can paste it into an application like Google Docs, Microsoft Word, or your website.

A good Markdown app like iA Writer will convert the syntax to rich text for you and copy it so that you can paste it into an application like Google Docs, Microsoft Word, or your website.

I could have just as easily exported the resulting rich text to a Word document or Google Doc and all of the formatting would have been properly executed.

iAWriter can also export my Markdown as HTML like this:

<h1>Blog Post Title</h1>

<p>Here are <em>three things</em> I want to do today.</p>

<ol>
<li>Work out</li>
<li>Sit in the hot tub</li>
<li>Grill some chicken</li>
</ol>

<p>Let me tell you more about them.</p>

<h2>Work out</h2>

<p>Today I will workout on my bike. My wife once said, and I quote:</p>

<blockquote>
<p>The earlier in the day you aim to do it, the more likely it is to happen.</p>
</blockquote>

<h2>Sit in the hot tub</h2>

<p>This will be relaxing. Maybe I will listen to a podcast there. Here are some recent favorites...</p>

<ul>
<li>Sound Expertise</li>
<li>Sticky Notes</li>
<li>Upgrade</li>
</ul>

<p>My favorite podcast player is <a href="https://overcast.fm">Overcast</a>.</p>

Because Markdown can be converted to HTML automatically, I have found it less stressful to actually write my Canvas pages, announcements, and messages to parents in Markdown and then pasting the resulting HTML into the HTML editor of Canvas. I store my Markdown files in a folder of text files, with subfolders for each course. I have favorited these folders so that they are always accessible in the iA Writer sidebar. These folders are easily accessible. Because I am writing in plaintext, the result feels much more like writing in a simple note app than it does a word processor.

iA Writer links to folders of text files on your hard drive. But it looks like a simple note app.

iA Writer links to folders of text files on your hard drive. But it looks like a simple note app.

Here is an example of a Canvas announcement intended to be shared with one of my band classes early this fall. It contains an embedded Google Form families sign as an agreement to our policies. Markdown and HTML can be written in the same document and iA Writer treats it all as HTML when you export it.

I got the HTML embed straight from the Share menu of the Google Form setup. I didn't need to know any code to make this message!

On the left: a Markdown document that contains HTML code for a Google Form embed. On the right: pasting that as HTML into the HTML editor in Canvas.

On the left: a Markdown document that contains HTML code for a Google Form embed. On the right: pasting that as HTML into the HTML editor in Canvas.

How the resulting announcement appears to students.

How the resulting announcement appears to students.

EDIT: When I wrote this post, I fogtot to add one benefit to having all of these files on your computer… even though Canvas messages don’t support formatting like headings and bold, I draft those in iAWriter too. It is SO much easier to find and re-use old emails I have sent to parents when they are searchable from my computer. Have you ever tried to search your Canvas ‘Sent’ folder? It’s terrible! Local computer copies for the win!

Brief Thoughts on Apple’s Education Event

Well it has taken me long enough… This past week, Apple held an education event. Below are some brief thoughts on the subject. Chris Russell is coming on my podcast later this week to talk about all of the details. Keep in mind, I do not work in a school with 1:1 iPads or any kind of deployment strategy. But I am very seriously invested in Apple’s role in education and their vision for how their products fit into the classroom.

New iPad

This device looks great. Adding the Apple Pencil to this model will be an asset for schools. But will schools really pay 89 dollars for a pencil after just having purchased numerous 250 dollar iPads? 

The thing that gets me most excited about this device is its consumer potential. I am tempted to buy one for myself as a (more) mobile counterpart to my larger 12.9 inch iPad Pro.

iWork Updates

Apple Pencil support. FINALLY. This was my favorite announcement of the day. I anticipate editing Pages documents, scribbling on bus attendance lists made in Numbers, and annotating Keynote slides at the front of the classroom on a daily basis. I hate to be cynical (which the rest of this post will be), but Microsoft Office for iPad has had the ability to write on documents with an Apple Pencil since the Apple Pencil launched, two years ago. 

iBooks Author

Seems like the Mac app is no longer going to receive development. All book publishing features have been moved to Pages for iOS and Mac. It doesn’t appear that the new feature does everything that iBooks Author can do. Hopefully this is like when Apple rewrote Final Cut Pro X, took away some features, but then eventually added them back. Or when iWork was rewritten to be the same for iOS and macOS, stripping AppleScript features from the Mac, but eventually bringing them back. I would hate to see iBook authors unable to use workflows they have in the past using iBooks Author for the Mac. 

Classroom App for Mac

Apple’s learning management system comes to the Mac. Great! But what took so long? And can Apple keep up with the vastly more mature and flexible Google Classroom? (See conclusion below)

School Work App

An app for teachers to give assignments to students, check their progress, and collect it back. School Work can route students to other apps to do their assignments using the ClassKit API which is very cool. But why is this separate from the Classroom app? And where does iTunes U fit into all of this?

Conclusion

Apple is making a lot of solid efforts here but a lot of it it feels like too little too late, especially the student and learning management software. I really do hope they can keep up with Google Classroom who has been eating everyone’s lunch for years. Apple will have to be aggressive about adding new features to all of these new apps and making sure that their app ecosystem is flexible enough to compete with Chromebooks which use browser based software. Yes, there are way more apps on the App Store than there are Chrome based apps, but in education (and especially in music education) a lot of the big players are writing for Chrome OS. To me, the draw of Chromebooks in education is not their price, but the flexibility of web based software.

Apple’s software engineers seem spread very thin and unable to balance the release of various applications, consistently over time. This is true of many of Apple’s consumer apps. Mail and Reminders, two tentpole productivity apps have fallen way behind the competition. Calendar has not seen any more than a few major feature updates since I started using the Mac back in 2006. Apple’s apps are part of the “nice” factor of being in the ecosystem. Sometimes an app like Notes will get some major new features, but then we won’t hear from it for a few years. Google’s apps, by contrast, lack the same design sense, but are constantly being updated with new features. And they are not locked into annual OS updates like iOS is. In my opinion, this is Apple’s biggest problem right now.

Ironically, software is still my draw to Apple products. Even though their hardware is the most indisputably good thing they are doing right now (I am nearly without complaint of my iPhone X and the iPad 10.5 is perfect), it is the software that locks me in. In other words, I am much more committed to macOS and iOS than I am Mac and iPhone. This leaves me with some long term concern about my interest in continuing to use Apple products. And great concern about any educational institution who jumps on the iPad bandwagon just because apps are bright and colorful and demo well on stage. Apple has to show continual support for their education software if their dream for the classroom is to come true.

 

🔗 Noteflight Learn Now Integrates with Google Classroom:

Noteflight Learn Integrates with Google Classroom:

Noteflight Learn offers direct Google Classroom integration! All student and teacher logins, classes, and assignments are seamlessly integrated, offering several advantages:

• Google login is automatically synced; simply login to Noteflight Learn using Google.

• Individual classes, schools, or entire districts can integrate with a single Noteflight Learn site.

• Google Classroom classes are mirrored as Noteflight Learn Groups, so sharing scores and assignments with classes is easy.

• Noteflight can create assignments in Google Classroom and students can turn in or mark as done from their Noteflight score.

This new integration looks fantastic! The list of reasons to subscribe to Noteflight just keeps getting longer and longer.