Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
cc2d4cad
Commit
cc2d4cad
authored
9 years ago
by
Colin-Fredericks
Committed by
Sarina Canelake
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
DOC-2044 Fixing factor-of-ten error
parent
c1807c66
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml
+5
-5
5 additions, 5 deletions
.../xmodule/xmodule/templates/problem/numericalresponse.yaml
with
5 additions
and
5 deletions
common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml
+
5
−
5
View file @
cc2d4cad
...
...
@@ -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: |
<fieldset>
<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." />
</numericalresponse>
</fieldset>
...
...
@@ -60,7 +60,7 @@ data: |
<solution>
<div class="detailed-solution">
<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>
</div>
</solution>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment