Skip to content

Commit 655357a

Browse files
authored
Update index.html
1 parent 0c45bfc commit 655357a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
"mathExpression-output": "The volume of the sphere",
286286
"image": "sphereAndCubeMarkup.jpeg",
287287
"eduQuestionType": "Volume calculation",
288-
"name": "Volume of a sphere",
288+
"name": "Calculating the volume of a sphere",
289289
"additionalProperty": {
290290
"@type": "PropertyValue",
291291
"name": "Formula",
@@ -328,7 +328,7 @@
328328
"mathExpression-input": "The radius and the height of the cylinder",
329329
"mathExpression-output": "The surface of the cylinder",
330330
"eduQuestionType": "Area calculation",
331-
"name": "Surface of a cylinder",
331+
"name": "Calculating the surface of a cylinder",
332332
"additionalProperty": {
333333
"@type": "PropertyValue",
334334
"name": "Formula",
@@ -367,7 +367,7 @@
367367
"additionalProperty": {
368368
"@type": "PropertyValue",
369369
"name": "Formula",
370-
"value": "frustumHeight * (4 / 5 * Math.pow(bottomDiameter, 2) * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * Math.pow(topDiameter, 2) * (1 / (1 - topDiameter / bottomDiameter) - 1)) / Math.sqrt(8)",
370+
"value": "frustumHeight * (4 / 5 * Math.pow(bottomDiameter, 2) * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * Math.pow(topDiameter, 2) * (1 / (1 - topDiameter / bottomDiameter) - 1)) / Math.sqrt(8)"
371371
}
372372
},
373373

0 commit comments

Comments
 (0)