Skip to content

Commit 972d618

Browse files
fixed image links
1 parent 1f2aed8 commit 972d618

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/sections/02-just-enough-math/_f7a9c2d4

src/sections/02-just-enough-math/_f7a9c2d4/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const questions = [
1414
},
1515
{
1616
type: QUESTION_TYPES.RADIO,
17-
questionJsx: <p>Consider the following graph: Graph of a polynomial. From left to right, the graph slopes down until it reaches 4 on the X axis, then slopes back up. Which of the following polynomial degree&apos;s is represented by the graph above?<br/><img width={700} src="./images/f7a9c2d4-question-2.png" /></p>,
17+
questionJsx: <p>Consider the following graph: Graph of a polynomial. From left to right, the graph slopes down until it reaches 4 on the X axis, then slopes back up. Which of the following polynomial degree&apos;s is represented by the graph above?<br/><img width={700} src="./assets/f7a9c2d4-question-2.png" /></p>,
1818
answers: [
1919
"Second degree polynomial",
2020
"First degree polynomial",
@@ -47,7 +47,7 @@ const questions = [
4747
},
4848
{
4949
type: QUESTION_TYPES.RADIO,
50-
questionJsx: <p>Consider the following graph: Graph of a polynomial. The graph is a straight line sloping upwards from left to right. The line intersects the Y axis at -4 and the X axis at 2. Which of the following polynomials is represented by the graph above?<br/><img width={700} src="./images/f7a9c2d4-question-5.png" /></p>,
50+
questionJsx: <p>Consider the following graph: Graph of a polynomial. The graph is a straight line sloping upwards from left to right. The line intersects the Y axis at -4 and the X axis at 2. Which of the following polynomials is represented by the graph above?<br/><img width={700} src="./assets/f7a9c2d4-question-5.png" /></p>,
5151
answers: [
5252
"2x - 4",
5353
"2x² - 4",

0 commit comments

Comments
 (0)