diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e2ebb76e53..e654098fb1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,8 @@ These are notable changes in edx-platform. This is a rolling list of changes, in roughly chronological order, most recent first. Add your entries at or near the top. Include a label indicating the component affected. +Blades: Fix Numerical input to support mathematical operations. BLD-525. + Blades: Improve calculator's tooltip accessibility. Add possibility to navigate through the hints via arrow keys. BLD-533. diff --git a/common/lib/xmodule/xmodule/js/spec/problem/edit_spec.coffee b/common/lib/xmodule/xmodule/js/spec/problem/edit_spec.coffee index ea1341cc23..d7f163dd02 100644 --- a/common/lib/xmodule/xmodule/js/spec/problem/edit_spec.coffee +++ b/common/lib/xmodule/xmodule/js/spec/problem/edit_spec.coffee @@ -100,7 +100,7 @@ describe 'MarkdownEditingDescriptor', -> = 3.14159 +- .02 Enter the approximate value of 502*9: - = 4518 +- 15% + = 502*9 +- 15% Enter the number of fingers on a human hand: = 5 @@ -125,7 +125,7 @@ describe 'MarkdownEditingDescriptor', ->
Enter the approximate value of 502*9:
-