+
Worksheet
Curated OER

Grading Khan Academy

For Students 7th - 10th
Who is Salman Khan? That is the first question learners will answer after reading a New York Times article about the online math and science educator. They'll read the article and respond to eight questions that ask, who, what, when,...
+
Unit Plan
1
1
Mathematics Vision Project

Module 2: Systems of Equations and Inequalities

For Teachers 8th - 10th Standards
The brother-sister pair Carlos and Clarita need your class's help in developing their new pet sitting business. Through a variety of scenarios and concerns presented to the siblings, the learners thoroughly explore systems of equations...
+
Unit Plan
Mathematics Vision Project

Module 1: Getting Ready Module

For Teachers 6th - 10th Standards
This fabulous resource is a must-have for any algebra teacher's arsenal of lessons. Developing the idea of equations and use of variables from basic physical scenarios, learners gain valuable intuition in the structure and meaning of...
+
Unit Plan
Mathematics Vision Project

Module 8: Modeling Data

For Teachers 8th - 10th Standards
Statistics come front and center in this unit all about analyzing discrete data. Real-world situations yield data sets that the class then uses to tease out connections and conclusions. Beginning with the basic histogram and...
+
Assessment
Inside Mathematics

Expressions

For Teachers 9th - 12th Standards
Strive to think outside of the quadrilateral parallelogram. Worksheet includes two problems applying prior knowledge of area and perimeter to parallelograms and trapezoids. The focus is on finding and utilizing the proper formula and...
+
Interactive
CK-12 Foundation

Matrices to Represent Data: Houndstooth

For Students 10th - 12th Standards
Apply matrices to fashion. Here your classes use a matrix to create a popular clothing design. As they construct the pattern, they review the dimensions of a matrix by considering the rows and columns. 
+
Unit Plan
Columbus City Schools

Earthly Waves

For Teachers 8th Standards
How did scientists discover what lies beneath the earth's surface? Dig a hole? X-ray vision? Guide your class through the types of seismic waves and how these waves helped shed light on Earth's many layers. The included resources provide...
+
Interactive
CK-12 Foundation

Graphs Using Slope-Intercept Form: Zip-Line

For Students 7th - 9th Standards
Zip lines aren't so scary when all your scholars use them for is math. Young mathematicians see how the slope of a zip-line to a building changes as the height changes. They answer a set of challenge questions regarding the scenario.
+
Interactive
Khan Academy

Project: Build-a-House

For Students 6th - Higher Ed
Start with a basic house created in JavaScript code and practice programming with loops as you add rows of windows, grass, flowers, or trees. How about some apples growing in the trees? You get the idea. Your coding students can let...
+
Interactive
Khan Academy

Project: Make it Rain

For Students 6th - Higher Ed
Make it rain on your computer screen with this challenging JavaScript programming project. Modify the existing code of one little drop to create a downpour by using arrays and properties of arrays. But why stop there? How about some...
+
Interactive
Khan Academy

Project: Ad Design

For Students 6th - Higher Ed
Let your young programmers' creativity and programming knowledge shine with this culminating activity. Coders put together everything they know about using text commands, drawing, and animation to create a unique ad. This activity could...
+
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

Practice: Using Variables

For Students 6th - Higher Ed
A quick check of understanding is the focus in this short online quiz. Questions ask users to check out a short two- to four- line program and answer a question about the value of a variable. Get five questions correct in row to pass to...
+
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 coordinates...
+
Interactive
Khan Academy

Challenge: Parting Clouds

For Students 6th - Higher Ed
Let the sun shine as your young coders move the clouds across the sky while practicing animation coding skills in JavaScript. Younger learners may benefit from more guided help or a whole-class discussion before trying this coding task. 
+
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: Exploding Sun

For Students 6th - Higher Ed
Animating an object by moving it across a computer screen can be accomplished by drawing the object repetitively, each time adjusting some aspect of the drawing slightly. This activity is an easy introduction to animation in JavaScript,...
+
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: 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 results. 
+
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....