Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<exercise xmlns="https://spatext.clontz.org" version="0.1">
3
<statement>
4
<p>
5
How many vertices and edges does the graph depicted below have?
6
</p>
7
<figure>
8
<image
9
TEMP-assets-url="https://checkit.clontz.org/demo/assets"
10
TEMP-assets-file="Demo4/{{filename}}"/>
11
<caption>A wheel graph</caption>
12
<description>
13
A full description of {{filename}} for accessibility.
14
That is, a wheel graph with {{outer_vertices}} vertices on its
15
exterior.
16
</description>
17
</figure>
18
</statement>
19
<answer>
20
<p>
21
The graph has <m>{{vertices}}</m> vertices and
22
<m>{{edges}}</m> edges.
23
</p>
24
</answer>
25
</exercise>
26
27