Ideas for End of Year Slideshows

Slide ViewerIt’s that time of year when I start to get a lot of teachers at school asking me for assistance with creating an end of year slideshow of photographs of their classes, often with an intention to create a DVD that can be sent home as a memento of the year.

It’s a lovely idea, and I encourage it.  The kids love it, and it’s a lovely way to finish the year.

To assist with this, I thought I’d offer a few tips and suggestions on making slideshows…

  • Start by gathering all the photos you intend to include into a single folder.  It’s much easier if all your assets are already gathered in one place before you begin working with them.
  • Use a piece of software well suited to the task.  Although PowerPoint is often suggested, it’s a bit of a dog when it comes to putting these types of presentations together.  PowerPoint is the right tool for slideware presentations, but it’s actually not very good at doing “slideshows” with music.  The end product of PowerPoint is, well, a PowerPoint file, and it requires PowerPoint to view it, so it can’t just be “played”in the same way a video can.
  • Instead of PowerPoint, try a tool like Photostory.  It’s much easier to get your photos in the desired order, add music and narration soundtracks, add titles, etc.  Plus, it gives you an actual video file at the end so everything is nice and self contained.  It’s the right tool for the task, and does a much better job than PowerPoint!
  • You could also try a web 2.0 service such as www.animoto.com, which makes amazing high definition slideshows with only a few mouse clicks.  Feed it your photos, choose a template and you’re done! Both myself and the school have Animoto Pro accounts, so you can use this to make your shows if you like.  Just see me if you want the login details.
  • You can copy the final slideshow file onto a disk, either a CD or a DVD, as a way of distributing it.  However, getting your video onto a DVD – that actually plays in a DVD player, as a DVD – requires several more steps and some more specialised software.  Ask me for more details if this is what you want to do (and be prepared for more work to do it!)
  • If you want to make multiple copies of the finished disk, there is a CD/DVD duplication tower up in IT Services.  If you take your master copy up there, and a stack of blank disks, that’s the fastest way to make lots of copies.

Then there is the thorny issue of copyright for the music… (sigh)

  • Please respect copyright when you choose your music!  If you just want to make a slideshow with a music backing track, you are in a very grey area (copyright wise) if you just rip commercially available music from a CD, or download it from the web.  If you were just using it in class, then you’d probably be fine, but if you intend to make multiple copies and distribute them to parents… well, personally, I think you’re taking a big risk.
  • While you may never get caught for flaunting copyrighted music, you never know whose parent just happens to be a copyright lawyer.  And you’re certainly not modelling good ethical use of media to your students.  If they see you ripping commercial music from CD, or downloading illegal music files from the net, then you’re just encouraging them to do the wrong thing.  Is that really what you want to do?
  • There are plenty of free and legal music sources you can use, where the music has been released under a Creative Commons license, or some other Open License.  Sure, it’s not going to be Top 40 stuff, but there’s lots of great musicians out there making amazing music that they quite willingly give away for free use.  Why risk a copyright violation (and worse, set a bad example for the kids!) when there are plenty of legal, ethical alternatives you can use.  Do you REALLY need a soundtrack by Pink?
  • For copyright free music, take a look at www.jamendo.com or www.freeplaymusic.com.  It’s amazing what’s out there.

Photo Credit: Slide Viewer by bcostin
NB: This post is based on an email I sent to all the staff at school

A Little More Scratch

Towards the end of the 20 minute video I made for K12 Online, Teaching Kids To Think Using Scratch, I very briefly mentioned two other things that I would have liked to say more about but simply didn’t have enough time in the time allowed.

The first thing was the use of Scratch on the iPad and the iPhone.  I mentioned that there was a Scratch iOS app, but didn’t have time to elaborate.  Since then, a few people contacted me about this app and wanted to know more, telling me that the couldn’t find it in the Apple App Store.  The reason you can’t find it is unfortunately quite simple… it’s been removed from the App Store and is no longer available so unless you got a copy of it prior to it being removed, you’re out of luck I’m afraid.

So if you missed out, sorry… but if it’s any consolation, the Scratch app only allowed you to browse the Scratch website and then execute existing Scratch projects.  You couldn’t actually manipulate code or use it as a tool for creating programs, so all those schools implementing iPad programs and getting all excited about the possibility of doing Scratch on the iPads… sorry, it was never a possibility anyway.

But the main thing I wanted to follow up on was the PicoBoards.  I was put onto the PicoBoards by my buddy Martin Levins, and they are proving to be a fabulous extension to what you can do with Scratch. Essentially they are a circuit board  with a bunch of sensors on them that you connect to your computer via USB so that Scratch can directly address the sensors on the board.  With a rheostat (voltage slider), microphone, light sensor, button, and four resistance circuits, the Picoboards open up all sorts of possibilities for creating software based programs that interact directly with the real world.

Anyway, blah, blah, blah… there’s lots more I could say about them, but just watch the video. And then go buy a few.  Your kids will really like them.  Trust me.

Teaching Kids To Think Using Scratch

I’ve been teaching Scratch to my students lately, and it’s made me remember just how much I enjoy dabbling with programming.  I’m really not much of a code monkey, but I do enjoy writing programs, telling the computer what I want it to do, and then having that feeling of mastery when it actually does what I tell it to do!

I heard a lot about Scratch before I actually started using it myself… people kept telling me how good it was, but for some reason I never really got around to trying it myself.  When I finally did take a look at it, I couldn’t believe I waited so long to check it out!  It’s a GREAT piece of software that all kids should spend some time learning how to use.  I’d encourage you to NOT make the same mistake I did, and wait so long before looking at it.

I taught myself to write computer programs back in the 80s on a second hand Commodore Pet computer.  It used a form of BASIC, the same language used on the original Apple II computers, and I thought learning to program was the coolest thing ever. Being able to write instructions into a computer and get it to do stuff was a real buzz for me… a geeky buzz to be sure, but a buzz nonetheless.  🙂

Over the past 20 years I’ve taught quite a lot of programming to children and without fail it’s something they get a real kick out of.  They really seem to engage with the big ideas of programming – problem solving, thinking mathematically and using logic and reasoning. It’s the practical application of those ideas and the creative thinking required to solve authentic problems that forms the basis of a truly engaging learning experience.  While I don’t believe that everyone necessarily needs to become a computer programmer, I do think that everyone would benefit from learning the basic skills and mental gymnastics required to write simple computer programs.  I’ve found it to be an incredibly useful skill, and the underlying understanding it gives into computers and how they do what they do has come in really handy over the years.

Scratch takes all of the essential programming constructs like sequencing, conditional branching, control structures, data manipulations, etc, and wraps them in a very friendly, very easy to use environment that even the youngest students can use with just a little knowledge.  It’s quite intuitive to learn and you can do simple things fairly easily, yet there is really no limit as to how far you take it.  Don’t be like me and hear about it but do nothing… download a copy now, give it to your kids and watch the magic happen.

For this year’s K12 Online Conference I did a presentation about Scratch, called Teaching Kids To Think Using Scratch.  It’s trying to squeeze a lot of stuff into a small space, since the presentations are capped at 20 minutes, but I think it’s a reasonable introduction to some of the key ideas behind Scratch.

As you can see in the unscripted footage of the kids towards the end of the video, they talk about solving their own problems and figuring out how to work things out for themselves… to me this is what real learning should be all about.  Watch the clip of the two girls working out what the variables should be in order to make the sprite move exactly the way they want, the engagement on their faces, and the expression of triumph when it finally works the way they want… as Lexie says, “Scratch brings out your inner awesomeness!”  I think she’s right.

There was so much more I wanted to include in this video, but I simply couldn’t squeeze it all in.  Instead, I’m going to add some further resources at www.chrisbetcher.com/scratch, so drop by and take a peek at what’s there (It’s a bit of a work in progress, but it’s an open wiki so feel free to add anything you think might be useful!)

K12 Online 2010