+
Lesson Plan
Curated OER

Challenge Games - Caution: Construction Zone

For Teachers 7th - 12th
This challenge game activity focuses on not just following directions, but on active listening as the players receiving the directions are blindfolded. The players giving directions need to be clear and concise in telling the blindfolded...
+
Lesson Plan
Curated OER

Design Challenge: Cup in the Cupboard

For Teachers 5th - 12th
Students design device that will place a cup into a cupboard for a physically challenged person. They study the engineering design and how structure relates to function.
+
Lesson Plan
Curated OER

Challenge Game - Grand Canyon II

For Teachers 7th - 12th
Grand Canyon II is an advanced level game for a Ropes Course. It challenges a group of learners to swing on a rope from Cliff One to Cliff Two, without touching the ground. There are penalties for touching the ground. This activity will...
+
Worksheet
Curated OER

The Too Small House: Story and Craft Activity

For Students 3rd - 5th
Engage students in setting and character with this story and craft activity set. To begin the activity, learners read the short story "The Too Small House." They then cut out and color a picture of the house and paper figures of the...
+
Lesson Plan
2
2
PBS

Team Work and Planning

For Teachers 7th - 12th Standards
Welcome to the Great Marshmallow Challenge. To conclude a unit study designed to help scholars develop teamwork and collaboration skills, groups are charged with developing a free-standing structure using only one marshmallow, 20 pieces...
+
Activity
Leadership Challenge

That's a Chop!: Developing Leadership Trough Teamwork

For Teachers 7th - 12th
"The more trusted people feel, the better they innovate." To conclude a series of activities designed for a leadership seminar, participants engage in a trust building activity.
+
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: Lined Paper

For Students 6th - Higher Ed
Now create your own graph paper with this JavaScript programming activity! First, change the while loop that draws horizontal lines into a for loop. Then, add another for loop that draws the vertical lines. For an added challenge,...
+
Activity
NASA

Water Filtration Challenge

For Teachers 5th - 12th
Can the class think like the scientists on the International Space Station? Engineers design, test, collect data, and improve a water filtration device similar to a system found on the ISS. Participants use pH strips, optional...
+
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 such displaying food...
+
Interactive
Khan Academy

Challenge: A Loopy Ruler

For Students 6th - Higher Ed
Now try writing your first while loop! This activity guides you through creating a small JavaScript program that marks the top of the screen with a ruler. Use the while loop to write the numbers across the screen.
+
Interactive
Khan Academy

Challenge: A Loopy Landscape

For Students 6th - Higher Ed
Drawing trees and grass over and over again is the perfect time to add a while loop to your computer code. This activity guides coders through the steps as they practice using this loop. 
+
Activity
Computer Science Unplugged

The Intelligent Piece of Paper

For Teachers 3rd - 12th
How smart is that piece of paper? The activity introduces the idea of computer programming as a list of instructions written by computer programmers. Two individuals play a game of Tic-Tac-Toe in which one follows the commands written on...
+
Lesson Plan
Curated OER

TE Activity: Broken Bones

For Teachers 7th - 8th
Students examine the discipline of biomedical engineering or bioengineering. They complete worksheets by participating in reading background information and completing a hands on activity. They design a prototype of a cast to set a...
+
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: Flower Grower

For Students 6th - Higher Ed
How does the garden grow? With inherited functions! The interactive activity has individuals alter a program to utilize object inheritance. Scholars develop an object type that two other objects use to inherit similar aspects. 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 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

Challenge: Flashy Flash Card

For Students 6th - Higher Ed
Create your own flash card in this JavaScript coding activity. Modify the given code so that the answer is revealed when the mouse is pressed. Provides good practice of conditional if-else statements.
+
Interactive
Khan Academy

Challenge: Favorite Fruits

For Students 6th - Higher Ed
Creating a list of favorite fruits is the perfect use of an array in coding. Practice defining and using arrays in this simple activity of creating an array and printing out each element in the array.  
+
Interactive
Khan Academy

Challenge: Recipe Card

For Students 6th - Higher Ed
Anyone hungry? Create a recipe object in this coding activity. Include a title, number of servings, and ingredients. All of this adds up to one delicious practice opportunity for your programming students who are just learning how to use...
+
Interactive
Khan Academy

Challenge: Picture Painter

For Students 6th - Higher Ed
Your young coding students will love the result of this programming activity and will be amazed at what they can make the computer do. Using objects and their properties, they will create a paint brush that will redraw an object across...
+
Interactive
Khan Academy

Challenge: Movie Reviews

For Students 6th - Higher Ed
Create an array of objects in a JavaScript coding practice activity. Movie titles and reviews for multiple movies are collected in an array of objects and then printed out with a looping construct.