Friday, September 9, 2022

The Differences Between England, Great Britain, United Kingdom, and the Commonwealth Explained

Queen Elizabeth II died yesterday. The news broke after most on the east coast of the U.S. were out of school for the day. If you find your students asking questions about about her passing, the monarchy, or Great Britain in general, here are some videos that you might find helpful. 

The Washington Post published a short video that uses a lot of archival pictures and newsreels to tell the story of her 70 year reign



The Washington Post also published a two minute compilation of how the news of Queen Elizabeth II's death was reported by news outlets around the world.



A decade ago C.G.P. Grey published The Difference between the United Kingdom, Great Britain and England Explained. It's a still a great video that explains the differences between the three, and why some people incorrectly use them interchangeably.



Many of the news stories about Queen Elizabeth II's passing make references to the Commonwealth. If you find yourself trying to explain what that is to your students, here's a brief explanation from the BBC that could help.


Thursday, September 8, 2022

ICYMI - Webinar Recording - Two Ed Tech Guys Take Questions

A couple of nights ago Rushton Hurley and I resumed our Two Ed Tech Guys Take Questions series. We were joined by a handful of fine folks and even more people were registered to join us. If you missed our live broadcast, you can now watch the recording and find all of the associated links right here on Next Vista for Learning. The recording is also available to view here on Rushton's YouTube channel and as embedded below. 


We'll be hosting the next episode of this series in October. Watch this page for updated registration information. Until then feel free to email me or Rushton with your questions. 

C-SPAN StudentCam is Back for Its 19th School Year!

Every year C-SPAN hosts the StudentCam video contest for middle school and high school students in the United States. This year's version of the contest was announced yesterday. The theme of this year's contest is "If you were a newly elected member of Congress, which issue would be your first priority and why?"

The StudentCam contest is open to students in sixth through twelfth grade. There is a category for middle school (grades 6-8) and high school (grades 9-12). Students can submit individual work or work in teams of up to three members. All videos must be between five and six minutes in length. The incorporation of C-SPAN footage into the videos is required. 

The StudentCam contest is open to students in the United States. The contest deadline is January 20, 2023. All videos must include some C-SPAN footage. This year more than $100,000 in prizes will be awarded. Complete contest rules can be found here and the prize list can be found here. There are prizes for students as well as for teachers. 

Applications for Education
This year's contest prompt is a great one to incorporate into a class about government, civics, and current events. Even if your students don't enter the contest, the question is a good one to ponder. 

C-SPAN offers some excellent resources to help teachers help their students prepare entries for the StudentCam contest. Those resources include research templates, video script templates, and project checklists. You can find all of the teacher resources here

Wednesday, September 7, 2022

Great Resources for Family Phys Ed Week

As I've mentioned in previous blog posts, I'm a big fan of OPEN Phys ED because they offer great lesson plans and other resources for getting kids active in more than just the traditional gym class activities that you and I did in school decades ago. OPEN Phys Ed seems to emphasize giving kids ways to develop fun exercise habits for life. To that end, OPEN Phys Ed recently published some new resources for Family PE Week 2022

Family PE Week is October 3rd through 7th this year. The goal of the week is to encourage families to be active together. OPEN Phys Ed has some free resources to help you help families reach that goal. The first of those resources is a chart of Family PE Week at-home challenges. Those challenges include things like having a dance party, taking a walk, and playing a fun game like Bowling for Cups. The complete chart is available as a PDF, Word doc, and Google Doc for you to copy. On this page you'll also find a template for a letter to send home to explain what Family PE Week is and the challenges for the week. 



If you'd like to extend Family PE Week or you have students whose parents are looking for some more fun exercises to do at home, point them to the bottom of the Family PE Week page where there are more than a dozen suggested activities with directions.

Code.org vs. Blackbird Code - Which One Should You Use?

In the last month I’ve replied to a few Tweets from people asking for my opinion about whether they should use Code.org or Blackbird to help them teach their students how to code. As you might expect, there isn’t a one-size-fits all answer to that question. In this post I’ll share my experience using both in my classroom (9th grade Intro to Programming). Hopefully, my experiences will help you decide which is best for your students.

Code.org CS Principles
Code.org’s CS Principles is a very scripted curriculum that you can use to teach an introduction to programming and basic networking concepts. If you have never taught coding or programming, the CSP curriculum is helpful because it lays out a step-by-step, day-by-day plan for you to follow. Throughout the lessons students use Code.org’s Code Studio to practice using the skills taught in each lesson.

Code.org’s Code Studio provides a block programming interface. Each block represents a piece of code. Students drag and drop the blocks to construct programs. As they get better or more familiar with programming students can switch from block programming to writing code in a text editor in the Code Studio. My students and I both found Code Studio’s user interface a bit crowded when displayed on 13” Macbooks and very crowded on 11” Chromebooks. That doesn’t mean Code Studio doesn’t work on those smaller screens, it just means that we always felt like there was something either hiding in the UI and or that there wasn’t enough space to really see the full picture of what you’re working on. It’s kind of like using Google Docs on a phone screen in that it works, but it’s better on a larger screen.

The CSP lessons often include video segments that are designed to provide some “real world” context for the skill or concept taught in that lesson. For the most part, my ninth grade students reacted to these videos with expressions ranging from “oh, now I get why…” to “blah” to “this is cheesy.” I ended up using my own “real world” examples as supplements or replacements for the included video segments.

CSP is more than just coding lessons. There are lots of lessons about networking and how the Internet works. It really is kind of a Whitman’s Sampler of all things related to computer science. It was good for giving students some broad exposure to the many directions that they can go in with computer science. That said, there were times when students who had some previous coding experience in middle school got a bit annoyed or frustrated by the Code Studio experience.

Blackbird Code
In contrast to Code.org Blackbird doesn’t have any kind of block programming interface. From the first lesson students do all of their programming in a text editor. In other words, they learn to write Javascript and see what each line they write does. On the whole, my students preferred doing that to dragging and dropping in a block programming interface.

When I used Blackbird with my students there was just one curriculum to follow and there was a workshop space where students could work on anything they wanted to while I could observe that workshop space remotely. Today, Blackbird offers four curricula to choose from along with a workshop space in which students can work on independent projects.

The four curricula in Blackbird are Games and Animations, Expressions and Equations, Magnet Rocket, and Ratios and Proportions. Whichever curriculum you choose, Blackbird works in the same manner. That manner is to start with a simple activity that makes a point or line appear on the screen. Students then see a split screen lesson that shows them some brief instructions on the left side of the screen and a code editor on the right side of the screen. It’s in the split screen environment that students write their lines of code.

Blackbird provides help and tutorials that students can access while writing their Javascript programs. There is a helpful “show me” button that students can click when they get stuck on a lesson. Clicking “show me” reveals the solution and its explanation. However, students still need to actually type the code in order to complete the lesson.

When I used Blackbird with my students they thought the first few lessons were "too easy" and they breezed right through them (to be fair, they all had some prior coding experience). By the time they got to the fourth or fifth lesson, they didn't feel that way. At that point they started to use the "show me" button in Blackbird to get a little help writing their code. All of the students felt like there was a lot of repetition which, as one student pointed out, is a good way to learn the language.

If you don’t have any prior experience teaching programming, Blackbird does have some good resources for you to follow. That said, it’s not quite as scripted as Code.org. That’s a good thing because I’d rather put my own spin on lessons than follow someone else’s scripted lesson plan.

Which one should you use?
If your focus is on teaching coding to middle school and high school students, my pick is Blackbird. If your class is a bit broader in scope start with CSP then transition to Blackbird when your students have outgrown using Code Studio.

Popular Posts