Commit db09c552 by Sarina Canelake

Replace 'mit_dome.jpg' and 'simple_graph.png' with a default placeholder image

parent 7779f742
...@@ -41,7 +41,8 @@ data: | ...@@ -41,7 +41,8 @@ data: |
<div class="detailed-solution"> <div class="detailed-solution">
<p>Explanation</p> <p>Explanation</p>
<p>Any set of integers on the line \(y = 10 - x\) and \(y = 20 - x\) satisfy these constraints.</p> <p>Any set of integers on the line \(y = 10 - x\) and \(y = 20 - x\) satisfy these constraints.</p>
<img src="/static/images/simple_graph.png"/> <p>You can also add images within the solution clause like so:</p>
<img src="/static/images/placeholder-image.png"/>
</div> </div>
</solution> </solution>
</problem> </problem>
...@@ -74,7 +74,7 @@ metadata: ...@@ -74,7 +74,7 @@ metadata:
Include image by using the edXxml macro: Include image by using the edXxml macro:
\edXxml{<img src="https://courses.edx.org/static/images/mit_dome.jpg"/>} \edXxml{<img src="https://courses.edx.org/static/images/placeholder-image.png"/>}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Example show/hide explanation} \subsection{Example show/hide explanation}
...@@ -189,7 +189,7 @@ data: | ...@@ -189,7 +189,7 @@ data: |
<p> <p>
Include image by using the edXxml macro: </p> Include image by using the edXxml macro: </p>
<p> <p>
<img src="https://courses.edx.org/static/images/mit_dome.jpg"/> <img src="https://courses.edx.org/static/images/placeholder-image.png"/>
</p> </p>
<p> <p>
<h4>Example show/hide explanation</h4> <h4>Example show/hide explanation</h4>
......
...@@ -170,7 +170,7 @@ PROBLEM_DICT = { ...@@ -170,7 +170,7 @@ PROBLEM_DICT = {
'image': { 'image': {
'factory': ImageResponseXMLFactory(), 'factory': ImageResponseXMLFactory(),
'kwargs': { 'kwargs': {
'src': '/static/images/mit_dome.jpg', 'src': '/static/images/placeholder-image.png',
'rectangle': '(50,50)-(100,100)' 'rectangle': '(50,50)-(100,100)'
}, },
'correct': ['span.correct'], 'correct': ['span.correct'],
......
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