Hi, what do you want to do?
Chapman University
Proving the Chain Rule
Understanding how our calculus derivative formulas were derived, connects learners to the idea that the study of mathematics is continuous and cumulative. Learners will also develop a deeper appreciation for the short cuts used to find a...
Gears Educational System
Battery Basics
In a series of activities, high schoolers research and compare batteries of different chemistries (such as nickel-cadmium), measure current and voltage, and use multimeters and math to compute their capacities. In the end, they try to...
American Documentary
Religion in Culture & Politics: Women’s empowerment in Syria
What defines a woman as empowered, and how does this definition compare to the ideas and actions of a group of Muslim women in Syria? After watching a series of video clips from a documentary film about a school for girls in Damascus,...
NASET
IEP Goals, & Objectives with Common Core State Standards
Creating IEP goals and aligning those goals with Common Core State Standards just got a whole lot easier. Designed for smart phones and tablets, this resource permits instructors and resource teachers to design programs for individuals,...
Showbie
Teacher Clicker - Socrative
Ask a question and get an immediate response from your class, right on your mobile device. Or, come up with a quiz the night before, and have your class race to finish the questions. The app will show you live results that you can check...
Showbie
Student Clicker - Socrative
Ask your class a question, and they can submit their responses in no time. Just like that, their work has been sent to you for review. Try out this super-simple app to increase engagement and inform instruction.
Howard Hughes Medical Institute
The Making of the Fittest: Evolving Switches, Evolving Bodies
How did the stickleback fish, which was once ocean bound, evolve to be able to persist in freshwater lakes? Hear from the scientists who identified the genes and related switches that allowed these survivors to adapt. In addition to the...
Curated OER
Beginner's Guide to Arabic
Introduce your language learners to Arabic. The most useful portion of this resource is the detailed information on the Arabic alphabet. Each letter is placed in a grid that shows the various ways to write it based on the situation...
Student Handouts
Student Sign-in Sheet
Make sure all your pupils are present by asking them to sign their names on a piece of paper. The sheet includes columns for names and signatures—the 35 lines alternate colors for easy reading.
Curated OER
QR Coded Audio Periodic Table of the Elements
Take the periodic table into the digital age with QR codes that take the scanner to an audio recording about each element from the Royal Society of Chemistry. Enlarge the image, then use a smartphone or tablet to scan the code for an...
Khan Academy
Project: Fish Tank
Create your own exotic aquarium, well, virtual aquarium. Fill it full of various fish and sea life, add animation, color, and interactivity using JavaScript. This task utilizes your classes' knowledge of functions, parameters, and local...
Khan Academy
Project: Bookshelf
Start your own virtual library with this JavaScript programming project. Create arrays of book objects, and fill the shelves with different books, different colors, titles, authors, etc. Let coders create their own unique display.
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.
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: Constellation Maker
Populate your own universe with constellations and stars. Modify the existing JavaScript code to use the push method of arrays, and mouseX and mouseY to draw a star based on the click and position of the mouse.
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: Favorite Animals
I'm not scared of lions & tigers & bears; in fact, they are on my favorites list! Have your young coders practice creating arrays and using loops. First they define the array as a list of favorite animals, then print them out...
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.
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,...
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: 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
Practice: Using While Loops
Test your knowledge of loops with this short online quiz about using the while statement in JavaScript code. Get five questions correct in a row and you're done!
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
Project: Magic 8-Ball
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?