Activity
It's About Time

Circular Motion

For Teachers 7th - 12th
Lead your class in this exciting activity to learn more about motion and its importance. Pupils learn about a centripetal and why it is required to maintain a constant speed in a circulating moving mass. They apply the equation for...
Lesson Plan
Code.org

Introducing Design Mode

For Teachers 9th - 12th
Move beyond buttons when designing user interfaces. In the fourth installment of a 21-part unit, young computer scientists learn to apply design mode, which gives users options for colors, fonts, etc. They learn to incorporate these...
Lesson Plan
Google

Fashion and Design: Fashion Walk

For Teachers 5th - 9th
Strut your stuff, just on a computer and not on a fashion runway. Scholars program a fashion show animation using block-based computer coding. They learn how to apply different code blocks in writing their programs.
Activity
It's About Time

Sounds in Strings

For Teachers 7th - 12th Standards
How many of your pupils play an instrument? A musical science lesson will help all of them understand how string instruments work. Young scientists construct a string-and-pulley system to test frequency and pitch. The lesson...
Activity
It's About Time

Run and Jump

For Teachers 7th - 12th
Has your class wondered how fast a human could run or how high they are capable of jumping? Help them understand these concepts as they explore acceleration and use an accelerometer to make semiquantitative measurements of acceleration...
Activity
It's About Time

Concentrating on Collisions

For Teachers 7th - 12th
How important is momentum? Pupils investigate and apply the definition of momentum as they conduct analyses during a series of one-dimensional collisions. They infer the relative masses of two objects by carefully staging and predicting...
Lesson Plan
Google

Art: Digital Art

For Teachers 5th - 9th
There's no need to filter out the project. Future computer scientists set up a program that acts like a photography filter to complete the sixth of eight parts in the Google CS Art unit. They use the turbo mode in the Scratch coding...
Lesson Plan
Macmillan Education

Prioritising Effectively

For Teachers 6th - Higher Ed Standards
How do you determine the things you must do during your day from those that you want to do, or are willing to put off? Time management and prioritizing effectively are the focus of this life skills lesson, which includes worksheets,...
Lesson Plan
1
1
Curated OER

Let's Focus on Idioms

For Teachers 3rd - 8th
Get online and explore idioms. Your class will use the Internet to locate, choose, and illustrate their favorite idioms. They make a class PowerPoint with illustrations for their idioms and explain the meaning of each. A great way to...
Worksheet
Worksheet Web

Where do Bears go in Winter?

For Students 3rd - 5th Standards
Do bears really sleep for an entire season? Six multiple choice questions and a drawing activity make up a worksheet that tests scholars' comprehension skills after reading about bears during winter. 
Interactive
Khan Academy

Challenge: Bucktooth Bunny

For Students 6th - Higher Ed
Practice creating and using variables by creating variables for the bunny's eyes and teeth in this JavaScript task. Use the slider above the number to see the power of using variables in your code. 
Interactive
Khan Academy

Project: What's for Dinner?

For Students 6th - Higher Ed
This creative project may make your young programmers hungry as they practice their Java Script coding. The task is fairly open ended: add shapes using different shape functions, including the fill and stroke functions to add color and...
Interactive
Khan Academy

Challenge: Mouse Tracker

For Students 6th - Higher Ed
Create a small but useful little program that allows you move a dot with your mouse and see the coordinates change as the mouse moves.  Starting with a dot that moves with the mouse, add to this program the text of the points...
Interactive
Curated OER

Challenge: Tasty Tomato

For Students 6th - Higher Ed
Take a big bite out of the red tomato by practicing your use of the variables mouseX and mouseY in a JavaScript coding task. The activity will guide you step-by-step and will help young coders understand how to draw objects based on the...
Interactive
Khan Academy

Challenge: Funky Frog

For Students 5th - Higher Ed
You haven't seen any large-mouth frogs around have you? Hopefully, there will be lots of them as your young JavaScript coders complete this task to create a frog with a wide mouth and use variables in a way that connect the frog face...
Interactive
Khan Academy

Challenge: My Favorite Foods

For Students 6th - Higher Ed
Create a list of your favorite foods while you practice writing text in JavaScript. Use fill, textSize, and text functions. This is a quick activity that helps solidify basic skills. Expand with additional challenges...
Interactive
Khan Academy

Challenge: Say Your Name

For Students 6th - Higher Ed
Practice creating and using functions in a simple JavaScript coding exercise. Move code inside the function definition and then add lines to call the simple function. Adding function parameters and return values are covered later in this...
Interactive
Khan Academy

Challenge: Number Analyzer

For Students 6th - Higher Ed
The JavaScript program you create will answer a simple question about a number. Is it positive, negative, or zero? Create a Boolean expression and use conditional if statements to test the value and then print the...
Interactive
Khan Academy

Challenge: Bouncy Ball

For Students 6th - Higher Ed
Create your own bouncing ball program with this guided activity. Java Script code that sends a ball down the screen is provided. The task is to fix the code to make it bounce up when it hits the bottom of the screen and then down again...
Interactive
Khan Academy

Challenge: Calculator

For Students 6th - Higher Ed
Calculators aren't all that useful if they don't return the correct results. In this JavaScript programming exercise, beginning JavaScript coders are guided to fix the results returned by the functions so they return correct values....
Interactive
Khan Academy

Challenge: Your First Painting App

For Students 6th - Higher Ed
Ever wonder how those neat painting applications work? Completing this coding activity will give you some insight. First, starting with a simple function that draws a small circle as the mouse moves around the screen, adjust the function...
Interactive
Khan Academy

Challenge: Smarter Button

For Students 6th - Higher Ed
Now, challenge your knowledge of Boolean operators even further with this JavaScript program to create a button that changes color after being pressed. This activity is the second in a series and would made a good follow up to the first...
Interactive
Khan Academy

Challenge: Your First Button

For Students 6th - Higher Ed
Practice using conditional if statements, Boolean expressions, and Boolean operators by programming a user-selected button. This activity guides by using a small program that needs some modifications to work correctly. 
Interactive
Khan Academy

Project: Magic 8-Ball

For Students 6th - Higher Ed
Your student programmers will enjoy creating their own Magic 8-ball in this JavaScript activity. This a great opportunity to practice using if and else statements based on randomly generated numbers. What will you ask the 8-ball?