Skip to content

Instantly share code, notes, and snippets.

@torsday
Created November 21, 2014 21:50
Show Gist options
  • Save torsday/afdcf725a51a75b3b80d to your computer and use it in GitHub Desktop.
Save torsday/afdcf725a51a75b3b80d to your computer and use it in GitHub Desktop.
tci_82068978.md

TCI Pivotal: 82068978

Prototype Lesson: G2-U1-L1

ORIGINAL CONTENT CODE

<div class='G2'>
 <div class='g2-text-column'>
 <h2>3. Kinds of Plants</h2>
 <p>Rose bushes and apple trees are kinds of plants. What other different kinds of plants can you name?</p>
 <p><span class="mainideas">There are thousands of different kinds of plants on Earth.</span> Plants can be found in many different places on Earth, on land and in water.</p>
 <p><span class="mainideas">Plants come in many shapes, sizes, and colors.</span> Some plants are taller than buildings. Others are so small that they are hard to see. Many plants have green leaves, but the shapes of the leaves are different. Plant flowers and fruits can be many different colors. Some plants are vines that crawl up buildings or trees.</p>
 <p><span class="mainideas">Plants make more plants in different ways.</span> Some have fruits with seeds inside. Some have cones. Plant seeds move to new places in different ways. Some fall to the ground. Some blow away in the wind. Other plants do not make seeds at all.</p>
 </div>
 <div class='g2-image-column'>
 [IMAGE_11450]
 </div>

 <div class='full-width-img'>
 [IMAGE_11451]
 </div>

FIXED CODE

<div class='G2'>

  <div class='g2-text-column'>
  <h2>3. Kinds of Plants</h2>
  <p>Rose bushes and apple trees are kinds of plants. What other different kinds of plants can you name?</p>
  <p><span class="mainideas">There are thousands of different kinds of plants on Earth.</span> Plants can be found in many different places on Earth, on land and in water.</p>
  <p><span class="mainideas">Plants come in many shapes, sizes, and colors.</span> Some plants are taller than buildings. Others are so small that they are hard to see. Many plants have green leaves, but the shapes of the leaves are different. Plant flowers
  and fruits can be many different colors. Some plants are vines that crawl up buildings or trees.</p>
  <p><span class="mainideas">Plants make more plants in different ways.</span> Some have fruits with seeds inside. Some have cones. Plant seeds move to new places in different ways. Some fall to the ground. Some blow away in the wind. Other plants do not
  make seeds at all.</p>
  </div>

  <div class='g2-image-column'>
  [IMAGE_11450]
  </div>

  <div class='full-width-img'>
  [IMAGE_11451]
  </div>

</div>

BASIC CORRECT STRUCTURE

<div class='G2'>
  <div class='g2-text-column'></div>
  <div class='g2-image-column'></div>
  <div class='full-width-img'></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment