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
<!-- The contents of <statement></statement> should specify
4
the task you wish them to complete. -->
5
<statement>
6
{{#alt_prompt}}
7
<p>
8
For each of the following line equations, identify its slope.
9
</p>
10
{{/alt_prompt}}
11
{{^alt_prompt}}
12
<p>
13
Identify the slope for each of the following line equations.
14
</p>
15
{{/alt_prompt}}
16
<ol>
17
{{#lines}}
18
<li><m>{{equation}}</m></li>
19
{{/lines}}
20
</ol>
21
</statement>
22
<!-- The contents of <answer></answer> summarize the
23
"final answer" related to this task. -->
24
<answer>
25
<ol>
26
{{#lines}}
27
<li><m>{{slope}}</m></li>
28
{{/lines}}
29
</ol>
30
</answer>
31
</exercise>
32
33