From cc2d4cad01db0659affa1ae2092d542124fdf2e8 Mon Sep 17 00:00:00 2001 From: Colin-Fredericks Date: Wed, 3 Jun 2015 21:20:28 -0400 Subject: [PATCH] DOC-2044 Fixing factor-of-ten error --- .../xmodule/templates/problem/numericalresponse.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml b/common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml index 8d886d3b30..fb0a3ec934 100644 --- a/common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml @@ -13,15 +13,15 @@ metadata: >>How many miles away from Earth is the sun? Use scientific notation to answer.<< - = 9.3*10^6 - or= 9.296*10^6 + = 9.3*10^7 + or= 9.296*10^7 >>The square of what number is -100?<< = 10*i [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. [explanation] data: | @@ -46,7 +46,7 @@ data: |
How many miles away from Earth is the sun? Use scientific notation to answer. - +
@@ -60,7 +60,7 @@ data: |

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.