Search This Blog

Thursday, December 31, 2015

What will your theme song be for 2016?

As 2015 comes to a close, it is tradition for many of us to reflect on the past year, make resolutions (that we may or may not actually keep) for the new year, and set goals that we hope to reach in the coming months. As many of us are enjoying two weeks of vacation catching up with family and friends, our #TOSAchat organizers decided to forgo the regular weekly chat and hold a two-week long slow chat, hosted by guest moderators. I volunteered a couple of weeks ago to moderate one day of the slow chat and then realized that I had no idea what question that I wanted to pose to the group. In the spirit of wrapping up the past year and preparing ourselves for the next, many of my #TOSAchat colleagues wrote questions for the slow chat that asked us to think about our past successes, challenges we’ve encountered in our careers, dreams we have, and our plans for the coming year. I find goal-setting to be very powerful—setting goals and communicating them to others helps me focus my work and gives me purpose. I wanted to keep with the theme of reflection and resolutions in writing my slow chat prompt.

And then I thought about music. Most of my #TOSAchat friends are big music lovers—we often find our chats running off course and into the world of music, musicians, and memories associated with our favorite songs. How often do you hear a song on the radio and your mind takes you back to a specific place, person, or time in your life? Music creates powerful emotions in people, so what better way to plan our goals and mindsets for 2016 than with music. The theme song we choose for ourselves can be a constant reminder of how we plan to be, and what we want to accomplish, in the new year. 

So, on day 9 of #TOSAchat's holiday vacation slow chat I asked my #TOSAchat friends what song will be their theme song for 2016 and, more interestingly, why. Participants in the slow chat named everything from "A Whole New World" from Aladdin to "Fight Song" by Rachel Platten to "Black Water" by The Doobie Brothers to the theme song from Growing Pains.

Below is a summary of the amazing responses we've received so far.
(Click to view our YouTube playlist of #TOSAchat theme songs for 2016)






















And hopefully the conversation continues! Feel free to add to our collection of 2016 theme songs using the #TOSAchat hashtag on Twitter or by commenting below.

Wednesday, December 23, 2015

Join us for EdCamp Silicon Valley 2016 on February 27th

Join us on Saturday, February 27th for EdCamp Silicon Valley (#EdCampSV) at Palo Alto High School. It will be a fun and free day of personalized learning and networking with Bay Area educators. Teachers, administrators, coaches, librarians, TOSAs, anyone and everyone in the education field is invited to attend!

Link to the EdCampSV registration page is available on the EdCampSV website: https://sites.google.com/site/edcampsiliconvalley/home

Follow us on Twitter at @edcampsv and please help us spread the word by posting the below flier at your school sites and by sharing on social media using #edcampsv


Sunday, December 13, 2015

Keeping coding going in K8 after Hour of Code

Just because Computer Science Week (CS Week) only happens once a year doesn't mean that students' exposure to coding and computer sciences has to end, as well.  

Coding is a powerful skill for students to learn and practice. Our job as educators is to prepare students for life outside of school. In this day and age, that means preparing students for jobs that don't yet exist. We need students to learn flexibility and collaboration. We need our students to be critical thinkers and creators. According to a study out of the Oxford Martin School at Oxford (2013), approximately 47% of U.S. employment could be automated in the next 20 years, with "highly routine tasks" being at highest risk of being replaced by robots or computers. This information would suggest that rather than preparing students to simply follow directions and regurgitate facts and algorithms, we need to prepare students to create new technologies and to work in the "non-routine" industries that cannot be automated due to a robot's current inability to mimic human critical thinking and creative intelligence. Coding is one of the ways that we can better cultivate students' abilities to think creatively and solve problems.

So how does coding help students become better critical thinkers and creators?

8 Mathematical Practice Standards
1) Coding activities provide students with practice in important math skills including geometry standards, algebra, numbers and operations, and the 8 mathematical practices. Manipulating code, and/or creating it from scratch, demands that students make sense of problems and persevere in solving them, attend to precision, make use of structure, and look for repeated reasoning.

My favorite student quote from Code.org "Hour of Code" activities at one of my school sites:
"Look Ms. Haughs, it's a pattern!"




2) As a math TOSA/Coach, I am particularly excited about the math skills/standards practiced in the process of coding including:
  • Direction and ordinal numbers
  • Counting
  • Angle measurements
  • Distance (think, distance object will travel in terms of pixels)
  • Algebraic expressions
  • Input/Output (function tables)
  • Patterns
  • And more!
Other subject area skills learned in coding:
  • Sentence structure/syntax (ela)
  • Problem/Solution (ela)
  • Cause/Effect (ela/science)
  • Giving directions (ela)
  • Engineering design process (science/engineering)
  • And more!
3) Coding can also be another creation outlet for students. What if students use tools like Scratch or Hopscotch to create a game or animation that describes what they learned? Or coded a RaspberryPi to create a machine or robot that can help solve a problem on their school campus? For students that learn to code, the sky's the limit when it comes to creative demonstrations of knowledge!
During hour of code, many teachers exposed students to introductory block coding using the Code.org website, and students followed directions to practice using code to make things happen. As students become well versed in block coding, they can begin to use blockly apps and others to modify code and then move on to creating their own code to make things happen.

Apps & websites for learning to create with code:

  • Code.org (ages 6-adult) -- Work through guided, game-like tutorials and use block coding to learn basic programming skills
  • Scratch Jr. (iPad, Android, Chrome; ages 5 & up) -- A good intro to block coding, students can create animations with up to 4 different scences using basic movement, repeat, and audio blocks

Using Scratch to model multiplying
  • BrainPop coding games (ages 6-adult) -- Students are introduced to block-based coding by playing games and completing challenges
  • Kodable (iPad; ages 5-11) -- Learn foundational coding skills and then learn to read and write code using block code
  • Hopscotch (iPad; ages upper elementary) -- Use block coding to learn core coding concepts while creating your own games
  • Scratch by MIT (ages 6-adult) -- Use block coding to complete tutorials or to create your own projects; much more freedom to create your own projects from scratch (no pun intended) and share them with the Scratch community
  • CodeMonkey (ages 6-adult) -- In a game-like setting, students learn how to use simple text-based coding by completing challenges. Each level focuses on a different coding skill and, with a classroom subscription, teachers can view their progress in the reporting tool. Students also use what they learn in lessons to start creating their own games.
  • AppInventor by MIT (ages 9-adult) -- Create Android apps that can be used on any Android device via tutorials and use of block coding
  • Khan Academy (ages 9-adult) -- More advanced coders can complete free lessons in
    4th grade on AppInventor
    JavaScript and HTML and practice coding in these popular programming languages; students can edit others' projects or create their own from scratch; once students have a strong understanding of Java or HTML, they can begin to use these languages in other programs to create applications or websites (Google Sites is a great way for students to start using their HTML skills to edit website designs or create new designs from the ground up)
  • PythonRoom (ages 10-adult) -- Let's anyone learn or teach the Python language in a self-paced environment; individuals can practice learning Python on their own or teachers can create a class online and monitor student learning for free
  • Codecademy (ages 10-adult) -- Free, online, self-paced resource for learning popular coding platforms including JavaScript, HTML/CSS, Python, Ruby and more. 
  • Google Apps Script (ages 10-adult) -- Google Apps Script uses a JavaScript platform and students with a solid understanding of JavaScript can make their own add-ons for Google Applications by creating Google Apps Script; Alice Keeler has also written a few nice tutorials for those that want to get started making their own Apps Script
  • W3Schools.com (ages 14-adult) -- W3Schools provides free online lessons in HTML, CSS, JavaScript, and more; self-paced lessons for older students who want to explore commonly used coding languages

Favorite tools for learning physical computing and coding:

  • Arduino -- An electronics platform and robotics controller, run on the Arduino programming language, for creating interactive projects. 
  • MakeyMakeys -- Complete circuits to control the keyboard. 
  • RaspberryPi -- Credit card sized computer for exploring physical computing and learning to code using Scratch and Python. Create a traffic light, build a security camera, develop a digital weather stations, hack Minecraft, assemble a battery powered vehicle, and so much more using a RaspberryPi computer!