Commit 1c148407 by Sarina Canelake

Merge pull request #8359 from edx/colinfredricks/doc-2044

Fixing typo in default numerical problem
parents 446e2aa7 8e440d77
...@@ -217,3 +217,4 @@ Thomas Young <thomas@upcoder.com> ...@@ -217,3 +217,4 @@ Thomas Young <thomas@upcoder.com>
Andrew Dekker <simultech@gmail.com> Andrew Dekker <simultech@gmail.com>
Christopher Lee <clee@edx.org> Christopher Lee <clee@edx.org>
Mushtaq Ali <mushtaque.ali@arbisoft.com> Mushtaq Ali <mushtaque.ali@arbisoft.com>
Colin Fredericks <colin.fredericks@gmail.com>
...@@ -13,15 +13,15 @@ metadata: ...@@ -13,15 +13,15 @@ metadata:
>>How many miles away from Earth is the sun? Use scientific notation to answer.<< >>How many miles away from Earth is the sun? Use scientific notation to answer.<<
= 9.3*10^6 = 9.3*10^7
or= 9.296*10^6 or= 9.296*10^7
>>The square of what number is -100?<< >>The square of what number is -100?<<
= 10*i = 10*i
[explanation] [explanation]
The sun is 93,000,000, or 9.3*10^6, miles away from Earth. The sun is 93,000,000, or 9.3*10^7, miles away from Earth.
-100 is the square of 10 times the imaginary number, i. -100 is the square of 10 times the imaginary number, i.
[explanation] [explanation]
data: | data: |
...@@ -46,7 +46,7 @@ data: | ...@@ -46,7 +46,7 @@ data: |
<fieldset> <fieldset>
<legend>How many miles away from Earth is the sun? Use scientific notation to answer.</legend> <legend>How many miles away from Earth is the sun? Use scientific notation to answer.</legend>
<numericalresponse answer="9.3*10^6"> <numericalresponse answer="9.3*10^7">
<formulaequationinput label="How many million miles are between Earth and the sun? Use scientific notation to answer." /> <formulaequationinput label="How many million miles are between Earth and the sun? Use scientific notation to answer." />
</numericalresponse> </numericalresponse>
</fieldset> </fieldset>
...@@ -60,7 +60,7 @@ data: | ...@@ -60,7 +60,7 @@ data: |
<solution> <solution>
<div class="detailed-solution"> <div class="detailed-solution">
<p>Explanation</p> <p>Explanation</p>
<p>The sun is 93,000,000, or 9.3*10^6, miles away from Earth.</p> <p>The sun is 93,000,000, or 9.3*10^7, miles away from Earth.</p>
<p>-100 is the square of 10 times the imaginary number, i.</p> <p>-100 is the square of 10 times the imaginary number, i.</p>
</div> </div>
</solution> </solution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment