Microsoft acquires Flipgrid, makes it free for education.

I’ve not used Flipgrid, it might be a struggle with our bandwidth, but it looks interesting. A bit late for this term, but I might look at it next session.

Given you can sign on with an O365 account I wonder if this will be considered part of Glow? You can sign-on with a google account too.

Flipgrid is where your students go to share ideas and learn together. It’s where students amplify and feel amplified. It’s video the way students use video. Short. Authentic. And fun!

from: Flipgrid – Video for student engagement and formative assessment

Liked 10 things I have learned since becoming a teacher | Blog My Wiki! (suppertime.co.uk)
9) Fads and factionalism – no thanks. Even in my short (5 year) teaching career I have seen things come and go out of favour. Learning styles, mindfulness, multiple intelligences, growth mindsets, Maslow’s Hierarchy of Cheese (I’m pretty sure it was cheese), I’ve been taught them then been told they don’t even exist. There’s probably a grain of truth in most of these things: good lessons should stimulate many of the senses but let’s not turn every teaching point into a song made out of differently-textured smells differentiated 30 ways to accommodate each child’s ‘learning style’. Life’s too short.

👍 I enjoyed all 10.

Firstly; I’ve removed most of the post formats leaving the 2 I actually use here. Standard goes to the front page, status to the status. I organise kinds with the post kinds plugin. My Format box now looks like this:

add_action( 'after_setup_theme', 'childtheme_formats', 11 );
function childtheme_formats(){
add_theme_support( 'post-formats', array( 'status') );
}

I added the above to my child themes function.php

Based on Post Formats Formats_in_a_Child_Theme in the WordPress Codex. Standard Format is formatless, so you just add the ones you want in addition.

Secondly; I’ve moved the quote and content generated from the Post Kinds plugin to below the post. This is in the Post Kinds setting so was simple. Having them above my remarks meant that the quote was going to micro.blog and twitter rather than my comment.

I hope to have a bit more time over the summer holidays to rethink and rewire the blog. Some of the decisions I’ve made were perhaps not the best.

Most of the functions that have do with micro.blog and microblogging that live in my child theme’s functions.php in a gist.