diff --git a/common/lib/xmodule/xmodule/templates/problem/customgrader.yaml b/common/lib/xmodule/xmodule/templates/problem/customgrader.yaml index cad7a8691a..ad2d05cbc9 100644 --- a/common/lib/xmodule/xmodule/templates/problem/customgrader.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/customgrader.yaml @@ -41,7 +41,8 @@ data: |

Explanation

Any set of integers on the line \(y = 10 - x\) and \(y = 20 - x\) satisfy these constraints.

- +

You can also add images within the solution clause like so:

+
diff --git a/common/lib/xmodule/xmodule/templates/problem/latex_problem.yaml b/common/lib/xmodule/xmodule/templates/problem/latex_problem.yaml index 847c9d1157..c544fa2c62 100644 --- a/common/lib/xmodule/xmodule/templates/problem/latex_problem.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/latex_problem.yaml @@ -74,7 +74,7 @@ metadata: Include image by using the edXxml macro: - \edXxml{} + \edXxml{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{Example show/hide explanation} @@ -189,7 +189,7 @@ data: |

Include image by using the edXxml macro:

- +

Example show/hide explanation

diff --git a/common/static/images/mit_dome.jpg b/common/static/images/mit_dome.jpg deleted file mode 100644 index 75a5bd949f..0000000000 Binary files a/common/static/images/mit_dome.jpg and /dev/null differ diff --git a/common/static/images/placeholder-image.png b/common/static/images/placeholder-image.png new file mode 100644 index 0000000000..8b77215f60 Binary files /dev/null and b/common/static/images/placeholder-image.png differ diff --git a/common/static/images/simple_graph.png b/common/static/images/simple_graph.png deleted file mode 100644 index f255795025..0000000000 Binary files a/common/static/images/simple_graph.png and /dev/null differ diff --git a/lms/djangoapps/courseware/features/problems_setup.py b/lms/djangoapps/courseware/features/problems_setup.py index 1036eaa2c1..eeaf7f6fee 100644 --- a/lms/djangoapps/courseware/features/problems_setup.py +++ b/lms/djangoapps/courseware/features/problems_setup.py @@ -170,7 +170,7 @@ PROBLEM_DICT = { 'image': { 'factory': ImageResponseXMLFactory(), 'kwargs': { - 'src': '/static/images/mit_dome.jpg', + 'src': '/static/images/placeholder-image.png', 'rectangle': '(50,50)-(100,100)' }, 'correct': ['span.correct'],