Grades 5 - Why do Plants of Same Species Vary in how the Look?
Animations and interactives

Step 1.2: Growing Parent Plants Video 1 (Fast Plants), Video 2 (Moving Pollen Intro), Video 3 (Moving Pollen)

Step 3.3: What is Germination? Video (Germination)

Step 3.7: Pollen for Plant Reproduction Video (Bill Nye)

Step 3.8: Pollination Animation
Part 1: What is pollen?
Part 2: The process of pollination
Part 3: Cross pollination

Step 4.7: The Tails Dilemma: Geniverse Simulation (username: sday, password: geniverse)

Step 5.4: How does the environment affect traits? Video (Leaves)

Step 5.5: Environmental influence in animals Video 1 (Zoo) and Video 2 (Crows)

Code to Embed Movies in a Page

Use the html5 <video> tag to embed the .mp4 movies in a page. The quicktime video plugin (for .mov files) is no longer supported.

<video controls>
    <source src="(movie-path-and-name).mp4" type="video/mp4">
    Your browser does not support the video tag.
</video>