diff --git a/exercises/changing_decimals_to_percents.html b/exercises/changing_decimals_to_percents.html index 6395c22e1..f6f6d88a6 100644 --- a/exercises/changing_decimals_to_percents.html +++ b/exercises/changing_decimals_to_percents.html @@ -15,7 +15,7 @@

Express DECIMAL as a percent.

-

SOLN %

+

SOLN %

diff --git a/exercises/converting_between_point_slope_and_slope_intercept.html b/exercises/converting_between_point_slope_and_slope_intercept.html index 5d143c801..87c81dd8d 100644 --- a/exercises/converting_between_point_slope_and_slope_intercept.html +++ b/exercises/converting_between_point_slope_and_slope_intercept.html @@ -25,7 +25,7 @@

In other words, if the equation is rewritten to look like y = mx + b, what are the values of m and b?

y - y1 = m(x - x1)

-

y = \spacem\space \cdot x + \spaceb

+

y = \spacem\space \cdot x + \spaceb

diff --git a/exercises/converting_between_point_slope_and_standard_form.html b/exercises/converting_between_point_slope_and_standard_form.html index 25515bea9..68ef11d72 100644 --- a/exercises/converting_between_point_slope_and_standard_form.html +++ b/exercises/converting_between_point_slope_and_standard_form.html @@ -32,7 +32,7 @@
-

y - {}{} = {}(x - {})

+

y - {}{} = {}(x - {})

[ $( '#solution_x' ).val(), $( '#solution_y' ).val(), $( '#solution_m' ).val() ] diff --git a/exercises/domain_and_range_0.5.html b/exercises/domain_and_range_0.5.html index eefa77f48..dfdfdd4e9 100644 --- a/exercises/domain_and_range_0.5.html +++ b/exercises/domain_and_range_0.5.html @@ -5,7 +5,8 @@ Domain and range of a function 0.5 @@ -75,7 +76,7 @@ circle( FUNCTION_PATH[ FUNCTION_PATH.length - 1], 0.15, { stroke: "none", fill: BLUE } );
-

DOMAIN[0]\;\le x\le\;DOMAIN[1]

+

DOMAIN[0]\;\le x\le\;DOMAIN[1]

For what values of x does f(x) have a value?

diff --git a/exercises/equation_of_a_circle_1.html b/exercises/equation_of_a_circle_1.html index 2e0045b6b..2b4ca73b5 100644 --- a/exercises/equation_of_a_circle_1.html +++ b/exercises/equation_of_a_circle_1.html @@ -5,7 +5,8 @@ Equation of a circle 1 @@ -31,8 +32,8 @@
-

(h, k) = (H, K)

-

r = R

+

(h, k) = (H, K)

+

r = R

diff --git a/exercises/equation_of_a_circle_2.html b/exercises/equation_of_a_circle_2.html index 095637f6e..072aa7c4f 100644 --- a/exercises/equation_of_a_circle_2.html +++ b/exercises/equation_of_a_circle_2.html @@ -5,7 +5,8 @@ Equation of a circle 2 @@ -42,8 +43,8 @@
-

(h, k) = (H, K)

-

r = R

+

(h, k) = (H, K)

+

r = R

diff --git a/exercises/equation_of_an_ellipse.html b/exercises/equation_of_an_ellipse.html index 4f34013fc..3f2513da1 100644 --- a/exercises/equation_of_an_ellipse.html +++ b/exercises/equation_of_an_ellipse.html @@ -5,7 +5,8 @@ Equation of an ellipse @@ -36,9 +37,9 @@
-

(h, k) = (H, K)

-

Major radius = MAJ

-

Minor radius = MIN

+

(h, k) = (H, K)

+

Major radius = MAJ

+

Minor radius = MIN

diff --git a/exercises/inscribed_angles_1.html b/exercises/inscribed_angles_1.html index 30ca6877c..98084f406 100644 --- a/exercises/inscribed_angles_1.html +++ b/exercises/inscribed_angles_1.html @@ -41,7 +41,7 @@ graph.circle.drawMovablePoint( SUBTENDED_POINT, START + CENTRAL, START );
- CENTRAL / 2 degrees + CENTRAL / 2 degrees
@@ -85,7 +85,7 @@ "blue"
- CENTRAL degrees + CENTRAL degrees
diff --git a/exercises/inscribed_angles_2.html b/exercises/inscribed_angles_2.html index 5e5af1de9..12af4f4f4 100644 --- a/exercises/inscribed_angles_2.html +++ b/exercises/inscribed_angles_2.html @@ -41,7 +41,7 @@ graph.circle.drawMovablePoint( SUBTENDED_POINT, START + CENTRAL, START );
- CENTRAL / 2 degrees + CENTRAL / 2 degrees
@@ -96,7 +96,7 @@ "blue"
- CENTRAL degrees + CENTRAL degrees
diff --git a/exercises/inscribed_angles_3.html b/exercises/inscribed_angles_3.html index 857981177..b73d3a13b 100644 --- a/exercises/inscribed_angles_3.html +++ b/exercises/inscribed_angles_3.html @@ -63,7 +63,7 @@ graph.circle.drawMovablePoint( SUBTENDED_POINT, START + CENTRAL, START );
- CENTRAL / 2 degrees + CENTRAL / 2 degrees
@@ -144,7 +144,7 @@ "blue"
- CENTRAL degrees + CENTRAL degrees
diff --git a/exercises/matrix_addition_and_subtraction.html b/exercises/matrix_addition_and_subtraction.html index 1c25bd30d..308118c23 100644 --- a/exercises/matrix_addition_and_subtraction.html +++ b/exercises/matrix_addition_and_subtraction.html @@ -79,7 +79,7 @@
- + elem diff --git a/exercises/matrix_dimensions.html b/exercises/matrix_dimensions.html index ebbe0acec..2f20960b4 100644 --- a/exercises/matrix_dimensions.html +++ b/exercises/matrix_dimensions.html @@ -5,7 +5,8 @@ Matrix dimensions @@ -35,9 +36,9 @@

- DIM_1 + DIM_1 \times - DIM_2 + DIM_2
diff --git a/exercises/matrix_dimensions_alternative.html b/exercises/matrix_dimensions_alternative.html index c8e95f4be..f8f61863c 100644 --- a/exercises/matrix_dimensions_alternative.html +++ b/exercises/matrix_dimensions_alternative.html @@ -5,7 +5,8 @@ Matrix dimensions @@ -35,9 +36,9 @@

- DIM_1 + DIM_1 \times - DIM_2 + DIM_2
diff --git a/exercises/matrix_transpose.html b/exercises/matrix_transpose.html index 68b5959bc..8324ca47d 100644 --- a/exercises/matrix_transpose.html +++ b/exercises/matrix_transpose.html @@ -35,7 +35,7 @@
- + elem diff --git a/exercises/measuring_angles.html b/exercises/measuring_angles.html index a911c5367..7d67e5f03 100644 --- a/exercises/measuring_angles.html +++ b/exercises/measuring_angles.html @@ -34,7 +34,7 @@
- DIFF{}^{\circ} + DIFF{}^{\circ}
diff --git a/exercises/multiplying_a_matrix_by_a_matrix.html b/exercises/multiplying_a_matrix_by_a_matrix.html index 000041d95..7682b7f43 100644 --- a/exercises/multiplying_a_matrix_by_a_matrix.html +++ b/exercises/multiplying_a_matrix_by_a_matrix.html @@ -134,7 +134,7 @@
- + elem diff --git a/exercises/multiplying_a_matrix_by_a_matrix_solution_only.html b/exercises/multiplying_a_matrix_by_a_matrix_solution_only.html index d7e4a3053..ec47faa2f 100644 --- a/exercises/multiplying_a_matrix_by_a_matrix_solution_only.html +++ b/exercises/multiplying_a_matrix_by_a_matrix_solution_only.html @@ -58,7 +58,7 @@
- + elem diff --git a/exercises/multiplying_a_matrix_by_a_matrix_steps_only.html b/exercises/multiplying_a_matrix_by_a_matrix_steps_only.html index 0333f9c56..b341be268 100644 --- a/exercises/multiplying_a_matrix_by_a_matrix_steps_only.html +++ b/exercises/multiplying_a_matrix_by_a_matrix_steps_only.html @@ -118,7 +118,7 @@
- + elem diff --git a/exercises/multiplying_a_matrix_by_a_matrix_video_hint.html b/exercises/multiplying_a_matrix_by_a_matrix_video_hint.html index 80c0fa98c..ce05b9239 100644 --- a/exercises/multiplying_a_matrix_by_a_matrix_video_hint.html +++ b/exercises/multiplying_a_matrix_by_a_matrix_video_hint.html @@ -61,7 +61,7 @@
- + elem diff --git a/exercises/multiplying_a_matrix_by_a_vector.html b/exercises/multiplying_a_matrix_by_a_vector.html index cef4d017f..995cb3ccf 100644 --- a/exercises/multiplying_a_matrix_by_a_vector.html +++ b/exercises/multiplying_a_matrix_by_a_vector.html @@ -121,7 +121,7 @@
- + elem diff --git a/exercises/multiplying_and_dividing_scientific_notation.html b/exercises/multiplying_and_dividing_scientific_notation.html index 593ac7f34..1990dfaa8 100644 --- a/exercises/multiplying_and_dividing_scientific_notation.html +++ b/exercises/multiplying_and_dividing_scientific_notation.html @@ -5,7 +5,8 @@ Multiplying and dividing scientific notation @@ -27,9 +28,9 @@

- scientificMantissa( 2, QUOTIENT ) + scientificMantissa( 2, QUOTIENT ) \times 10 - scientificExponent( QUOTIENT ) + scientificExponent( QUOTIENT )
@@ -74,9 +75,9 @@ (scientific( 2, QUOTIENT ))\times (scientific( 2, DENOMINATOR ))

- scientificMantissa( 3, NUMERATOR ) + scientificMantissa( 3, NUMERATOR ) \times 10 - scientificExponent( NUMERATOR ) + scientificExponent( NUMERATOR )
diff --git a/exercises/multiplying_complex_numbers.html b/exercises/multiplying_complex_numbers.html index a4cf63998..d1841fda0 100644 --- a/exercises/multiplying_complex_numbers.html +++ b/exercises/multiplying_complex_numbers.html @@ -5,7 +5,8 @@ Multiplying complex numbers @@ -40,11 +41,11 @@

Multiply the following complex numbers:

(A_REP) \cdot (B_REP)

- + ANSWER_REAL + - + ANSWER_IMAG i diff --git a/exercises/one_step_equations.html b/exercises/one_step_equations.html index 781812d62..7f6765483 100644 --- a/exercises/one_step_equations.html +++ b/exercises/one_step_equations.html @@ -21,7 +21,7 @@

Solve for X:

-

X= B - A

+

X= B - A

diff --git a/exercises/perimeter_1.html b/exercises/perimeter_1.html index 5cfd0eece..c43c08aa1 100644 --- a/exercises/perimeter_1.html +++ b/exercises/perimeter_1.html @@ -35,7 +35,7 @@
- 4 * S plural(UNIT_TEXT) + 4 * S plural(UNIT_TEXT)
@@ -80,7 +80,7 @@
- L * 2 + W * 2 plural(UNIT_TEXT) + L * 2 + W * 2 plural(UNIT_TEXT)
@@ -127,7 +127,7 @@
- A + B + C plural(UNIT_TEXT) + A + B + C plural(UNIT_TEXT)
@@ -183,7 +183,7 @@
- S * SIDES plural(UNIT_TEXT) + S * SIDES plural(UNIT_TEXT)
@@ -262,7 +262,7 @@
- SHAPE.perimeter + SHAPE.perimeter plural(UNIT_TEXT)
diff --git a/exercises/perimeter_of_squares_and_rectangles.html b/exercises/perimeter_of_squares_and_rectangles.html index dc200ecee..559750e94 100644 --- a/exercises/perimeter_of_squares_and_rectangles.html +++ b/exercises/perimeter_of_squares_and_rectangles.html @@ -28,7 +28,7 @@

- 4 * S + 4 * S plural(UNIT_TEXT)
@@ -81,7 +81,7 @@

- S + S plural(UNIT_TEXT)
@@ -145,7 +145,7 @@

- 2 * L + 2 * W + 2 * L + 2 * W plural(UNIT_TEXT)
diff --git a/exercises/pile_patterns.html b/exercises/pile_patterns.html index 79166c03b..6b1bdf169 100644 --- a/exercises/pile_patterns.html +++ b/exercises/pile_patterns.html @@ -5,7 +5,8 @@ Pile patterns @@ -178,8 +179,8 @@
- In step 0, we have START blocks. At each step, we add XS more blocks.

- So, at step number S, we have
START + XS \times S blocks. + In step 0, we have START blocks. At each step, we add XS more blocks.

+ So, at step number S, we have
START + XS \times S blocks.

The number of blocks in the diagram make an arithmetic progression. This means that at each step, the same number of blocks are added. We want to find a way to know how many blocks there will be at any step.

diff --git a/exercises/plugging_in_values.html b/exercises/plugging_in_values.html index b587fdeac..88edcdfd8 100644 --- a/exercises/plugging_in_values.html +++ b/exercises/plugging_in_values.html @@ -161,7 +161,7 @@

Find the missing values.

-

f(tableval.xval) = COEF * tableval.xval + CONS

+

f(tableval.xval) = COEF * tableval.xval + CONS

Plug the corresponding values of x into the equation to find the missing values of f(x).

diff --git a/exercises/quadrilateral_angles.html b/exercises/quadrilateral_angles.html index d10d69edf..6f7456268 100644 --- a/exercises/quadrilateral_angles.html +++ b/exercises/quadrilateral_angles.html @@ -43,7 +43,7 @@
- ANGLES[ ANSWER_POS ]\Large {}^\circ + ANGLES[ ANSWER_POS ]\Large {}^\circ

This figure is a trapezoid.

diff --git a/exercises/range_of_a_function.html b/exercises/range_of_a_function.html index 961431d98..36e8ca656 100644 --- a/exercises/range_of_a_function.html +++ b/exercises/range_of_a_function.html @@ -29,7 +29,7 @@ A > 0 ? "≥" : "≤" - B + B \,\}

diff --git a/exercises/reading_bar_charts_1.html b/exercises/reading_bar_charts_1.html index abaa51804..100955125 100644 --- a/exercises/reading_bar_charts_1.html +++ b/exercises/reading_bar_charts_1.html @@ -43,7 +43,7 @@
- VALUES[ INDEX ] house points + VALUES[ INDEX ] house points
diff --git a/exercises/reading_line_charts_1.html b/exercises/reading_line_charts_1.html index 668fd5ccb..e9cc56c0d 100644 --- a/exercises/reading_line_charts_1.html +++ b/exercises/reading_line_charts_1.html @@ -45,7 +45,7 @@
- VALUES[ INDEX ] color( 1 ) plural( clothing( 1 ) ) + VALUES[ INDEX ] color( 1 ) plural( clothing( 1 ) )
diff --git a/exercises/reading_pictographs_2.html b/exercises/reading_pictographs_2.html index 8fd645167..761646480 100644 --- a/exercises/reading_pictographs_2.html +++ b/exercises/reading_pictographs_2.html @@ -59,7 +59,7 @@

How many BADGE badges did person( PERSON + 1 ) earn?

-

ANSWER BADGE badges

+

ANSWER BADGE badges

The key at the bottom of the pictograph shows that each full symbol represents plural( VALUE_PER_IMG, "badge" ).

@@ -146,7 +146,7 @@

How many more BADGE badges did person( PERSON1 + 1 ) earn than person( PERSON2 + 1 )?

-

VAL1 - VAL2 BADGE badges

+

VAL1 - VAL2 BADGE badges

The key at the bottom of the pictograph shows that each full symbol represents plural( VALUE_PER_IMG, "badge" ).

@@ -187,7 +187,7 @@

How many BADGE badges were earned by everyone all together?

-

TOTAL BADGE badges

+

TOTAL BADGE badges

Start by counting the total number of BADGE symbols.

diff --git a/exercises/reading_tables_1.html b/exercises/reading_tables_1.html index a20a43e8a..39b99f282 100644 --- a/exercises/reading_tables_1.html +++ b/exercises/reading_tables_1.html @@ -75,7 +75,7 @@ rowenrollment
- ANSWER UNIT + ANSWER UNIT
diff --git a/exercises/reading_tables_2.html b/exercises/reading_tables_2.html index cc7d6b742..a040b2c15 100644 --- a/exercises/reading_tables_2.html +++ b/exercises/reading_tables_2.html @@ -73,7 +73,7 @@ rowenrollment
- ANSWER UNIT + ANSWER UNIT
diff --git a/exercises/scalar_matrix_multiplication.html b/exercises/scalar_matrix_multiplication.html index ab25ba242..d10477ab2 100644 --- a/exercises/scalar_matrix_multiplication.html +++ b/exercises/scalar_matrix_multiplication.html @@ -67,7 +67,7 @@
- + elem diff --git a/exercises/scientific_notation.html b/exercises/scientific_notation.html index 23542292c..936c07683 100644 --- a/exercises/scientific_notation.html +++ b/exercises/scientific_notation.html @@ -4,6 +4,12 @@ Scientific notation +
@@ -38,9 +44,9 @@

PRETTY_DECIMAL

- BASE + BASE \times 10 - E + E
diff --git a/exercises/simplifying_expressions_with_exponents.html b/exercises/simplifying_expressions_with_exponents.html index a2842a5c6..819d7157c 100644 --- a/exercises/simplifying_expressions_with_exponents.html +++ b/exercises/simplifying_expressions_with_exponents.html @@ -5,8 +5,9 @@ Simplifying expressions with exponents @@ -45,7 +46,7 @@

\dfrac{\color{orange}{expr( NUM )}}{\color{green}{expr( DEN )}}

-

BASE1EXP1BASE2EXP2

+

BASE1EXP1BASE2EXP2

enter a (possibly negative) integer for each exponent

@@ -86,7 +87,7 @@

\dfrac{\color{orange}{expr( NUM )}}{\color{green}{expr( DEN )}}

-

BASE1EXP1BASE2EXP2

+

BASE1EXP1BASE2EXP2

enter a (possibly negative) integer for each exponent

diff --git a/exercises/solid_geometry.html b/exercises/solid_geometry.html index 3d3fb3bd5..f32beed72 100644 --- a/exercises/solid_geometry.html +++ b/exercises/solid_geometry.html @@ -262,7 +262,7 @@ What is the volume of this box? Drag on the box to rotate it.

-
+
LENGTH * WIDTH * HEIGHT
@@ -297,7 +297,7 @@ Drag on the box to rotate it.

-
+
2 * LENGTH * WIDTH + 2 * LENGTH * HEIGHT + 2 * WIDTH * HEIGHT diff --git a/exercises/square_roots.html b/exercises/square_roots.html index 1adcb2cf8..66361473d 100644 --- a/exercises/square_roots.html +++ b/exercises/square_roots.html @@ -62,7 +62,7 @@

\Large{\sqrt{Q} = \text{?}}

-

N

+

N

diff --git a/exercises/square_roots_2.html b/exercises/square_roots_2.html index 2643a57a8..d67a7ea8f 100644 --- a/exercises/square_roots_2.html +++ b/exercises/square_roots_2.html @@ -31,7 +31,7 @@

N

-

N < \sqrt{Q} < N + 1

+

N < \sqrt{Q} < N + 1

two integers, like 6
diff --git a/exercises/telling_time_0.5.html b/exercises/telling_time_0.5.html index 5ec5308f6..67c532b8d 100644 --- a/exercises/telling_time_0.5.html +++ b/exercises/telling_time_0.5.html @@ -34,7 +34,7 @@
-

The time is:
HOUR : NICE_MINUTE AM_PM

+

The time is:
HOUR : NICE_MINUTE AM_PM

a 12-hour time in hours and minutes

diff --git a/exercises/translations_of_points_and_polygons.html b/exercises/translations_of_points_and_polygons.html index c1066bd6c..d8855888b 100644 --- a/exercises/translations_of_points_and_polygons.html +++ b/exercises/translations_of_points_and_polygons.html @@ -253,9 +253,9 @@
{\LARGE T } \;( - DX + DX , - DY + DY )
diff --git a/exercises/triangle_angles_1.html b/exercises/triangle_angles_1.html index c08428a7f..d6e08c699 100644 --- a/exercises/triangle_angles_1.html +++ b/exercises/triangle_angles_1.html @@ -63,7 +63,7 @@
-

X =TRIANGLE[ 0 ][ 2 ]

+

X =TRIANGLE[ 0 ][ 2 ]

Angles in a triangle add up to 180 degrees.

We know two angles of the triangle.

@@ -87,7 +87,7 @@ tr.drawLabels();
-

X =TRIANGLE[ 0 ][ 2 ]

+

X =TRIANGLE[ 0 ][ 2 ]

Angles in a triangle add up to 180 degrees.

@@ -117,7 +117,7 @@ tr.drawLabels();
-

X =TRIANGLE[ 0 ][ 0 ]

+

X =TRIANGLE[ 0 ][ 0 ]

Angles in a triangle add up to 180 degrees.

@@ -149,7 +149,7 @@ tr.drawLabels();
-

X =TRIANGLE[ 0 ][ 0 ]

+

X =TRIANGLE[ 0 ][ 0 ]

Angles in a triangle add up to 180 degrees.

Because this triangle has two sides equal, it also has two angles equal (it is an isosceles triangle).

diff --git a/exercises/triangle_inequality_theorem.html b/exercises/triangle_inequality_theorem.html index a82b883a6..0f129d635 100644 --- a/exercises/triangle_inequality_theorem.html +++ b/exercises/triangle_inequality_theorem.html @@ -54,7 +54,7 @@
-

MIN < x < MAX

+

MIN < x < MAX

two exact decimals, like 0.75
diff --git a/exercises/vertex_of_a_parabola.html b/exercises/vertex_of_a_parabola.html index b78dcd800..5a53f0d52 100644 --- a/exercises/vertex_of_a_parabola.html +++ b/exercises/vertex_of_a_parabola.html @@ -54,7 +54,7 @@

Find the parabola's vertex.

-

\large{\left(\right.}H,\text{ }K\large{\left.\right)}

+

\large{\left(\right.}H,\text{ }K\large{\left.\right)}

a point, like (-1, 2)