Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<bank xmlns="https://checkit.clontz.org" version="0.1">
3
<title>Demo Bank</title>
4
<url>https://github.com/StevenClontz/checkit</url>
5
<outcomes>
6
<outcome>
7
<title>Line Slopes</title>
8
<slug>Demo1</slug>
9
<description>
10
Identify the slope of a line from its equation.
11
</description>
12
</outcome>
13
<outcome>
14
<title>Product Rule</title>
15
<slug>Demo2</slug>
16
<description>
17
Apply the product rule to take derivatives
18
</description>
19
</outcome>
20
<outcome>
21
<title>Matrix Example</title>
22
<slug>Demo3</slug>
23
<description>
24
Write equivalent matrices, linear systems, and vector equations.
25
</description>
26
</outcome>
27
<outcome>
28
<title>Figure Example</title>
29
<slug>Demo4</slug>
30
<description>
31
Example of using figures (with temporary markup.)
32
</description>
33
</outcome>
34
<outcome>
35
<title>XML Entities</title>
36
<slug>Demo5</slug>
37
<description>
38
Example of using XML entities like &amp;amp; for &amp;
39
</description>
40
</outcome>
41
</outcomes>
42
</bank>
43