Curated OER
Challenge Games - Caution: Construction Zone
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...
Curated OER
Design Challenge: Cup in the Cupboard
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.
Curated OER
Challenge Game - Grand Canyon II
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...
Curated OER
The Too Small House: Story and Craft Activity
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...
PBS
Team Work and Planning
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...
Leadership Challenge
That's a Chop!: Developing Leadership Trough Teamwork
"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.
Khan Academy
Challenge: Smarter Button
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...
Khan Academy
Challenge: Lined Paper
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,...
NASA
Water Filtration Challenge
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...
Khan Academy
Challenge: My Favorite Foods
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...
Khan Academy
Challenge: A Loopy Ruler
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.
Khan Academy
Challenge: A Loopy Landscape
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.
Computer Science Unplugged
The Intelligent Piece of Paper
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...
Curated OER
TE Activity: Broken Bones
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...
Curated OER
Challenge: Tasty Tomato
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...
Khan Academy
Challenge: Flower Grower
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...
Khan Academy
Challenge: Bouncy Ball
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...
Khan Academy
Challenge: Calculator
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....
Khan Academy
Challenge: Your First Button
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.
Khan Academy
Challenge: Flashy Flash Card
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.
Khan Academy
Challenge: Favorite Fruits
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.
Khan Academy
Challenge: Recipe Card
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...
Khan Academy
Challenge: Picture Painter
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...
Khan Academy
Challenge: Movie Reviews
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.