Skip to content

Commit 0cbc88a

Browse files
authored
Update index.html
1 parent 478c4f3 commit 0cbc88a

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

index.html

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,23 +2371,9 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
23712371
<br>
23722372
<br>
23732373
<br>
2374-
<section itemscope itemtype="https://schema.org/LearningResource https://schema.org/MathSolver" id="circumference" itemref="circle">
2375-
<h3 itemprop="name" style="margin:7px">Circumference of a Circle</h3>
2376-
<meta itemprop="url" content="https://basic-geometry.github.io">
2377-
<meta itemprop="inLanguage" content="en">
2378-
<meta itemprop="keywords" content="Core Geometric System, circumference">
2379-
<meta itemprop="educationalLevel" content="medium">
2380-
<meta itemprop="typicalAgeRange" content="6-12">
2381-
<div itemprop="potentialAction" itemscope itemtype="https://schema.org/SolveMathAction">
2382-
<meta itemprop="mathExpression" content="circle radius=1 circumference=?">
2383-
<meta itemprop="eduQuestionType" content="Circumference">
2384-
<div itemprop="target" itemscope itemtype="https://schema.org/EntryPoint">
2385-
<meta itemprop="urlTemplate" content="https://basic-geometry.github.io?q={math_expression_string}">
2386-
</div>
2387-
<div itemprop="result" itemscope itemtype="https://schema.org/MathematicalSolution">
2388-
<meta itemprop="eduSolution" content="6.4">
2389-
</div>
2390-
</div>
2374+
<section itemprop="potentialAction" itemscope itemtype="https://schema.org/SolveMathAction" id="circumference" itemref="circle">
2375+
<h3 itemprop="eduQuestionType" style="margin:7px">Circumference of a Circle</h3>
2376+
<meta itemprop="target" content="https://basic-geometry.github.io?q={circle_radius=1_circumference=?"}">
23912377
<br>
23922378
<figure itemprop="image" class="imgbox" itemscope itemtype="http://schema.org/ImageObject">
23932379
<img class="center-fit" src="circumference.jpg" alt="The circumference of a circle is derived from its area algebraically by subtracting a smaller circle and dividing the difference by the difference of the radii. Circumference = 6.4r">
@@ -2962,7 +2948,10 @@ <h4>A Rational Alternative: 3.2</h4>
29622948
</div>
29632949
<br>
29642950
<br>
2965-
<div style="margin:12px" id="circumference_calculator">
2951+
<div itemprop="subjectOf" itemscope itemtype="https://schema.org/SoftwareApplication" style="margin:12px" id="circumference_calculator">
2952+
<meta itemprop="name" content="Circumference Calculator">
2953+
<meta itemprop="applicationCategory" content="EducationalApplication">
2954+
<meta itemprop="operatingSystem" content="Web">
29662955
<label for="circle-radius-c">Radius:</label>
29672956
<input id="circle-radius-c" type="number" value="1" step="any">
29682957
<script>

0 commit comments

Comments
 (0)