Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12539 from wkvong/fix-number-properties-terminology
Browse files Browse the repository at this point in the history
Fix for #12266 - Reworded questions on number properties to be less confusing
  • Loading branch information
beneater committed Feb 1, 2012
2 parents 1fbe602 + c015453 commit cb08174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/number_properties_terminology_1.html
Expand Up @@ -54,7 +54,7 @@
</div>

<div id="associative-variable">
<p class="question">Which one of the following equations represents the Associative Property of addition:</p>
<p class="question">Which one of the equations on the right represents the Associative Property of addition?</p>
<p class="solution"><code>a+(b+c)=(a+b)+c</code></p>
<ul class="choices" data-category="true">
<li data-each="EQUATIONS as value"><code><var>value</var></code></li>
Expand Down Expand Up @@ -101,7 +101,7 @@
</div>

<div id="commutative-variable">
<p class="question">Which one of the following equations represents the Commutative Property of addition:</p>
<p class="question">Which one of the equations on the right represents the Commutative Property of addition?</p>
<p class="solution"><code>a+b=b+a</code></p>
<ul class="choices" data-category="true">
<li data-each="EQUATIONS as value"><code><var>value</var></code></li>
Expand Down Expand Up @@ -149,7 +149,7 @@
</div>

<div id="distributive-variable">
<p class="question">Which one of the following equations represents the Distributive Property:</p>
<p class="question">Which one of the equations on the right represents the Distributive Property of addition?</p>
<p class="solution"><code>a+b(c+d)=a+bc+bd</code></p>
<ul class="choices" data-category="true">
<li data-each="EQUATIONS as value"><code><var>value</var></code></li>
Expand Down

0 comments on commit cb08174

Please sign in to comment.