Skip to content

Commit 86915ca

Browse files
committed
adds skeleton for curriculum guidelines
1 parent a318f3d commit 86915ca

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

skeleton.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
# Functions: user-defined literals
2+
_Skeleton instructions are typeset in italic text._
3+
4+
## Overview
5+
6+
_Provides a short natural language abstract of the module’s contents._
7+
_Specifies the different levels of teaching._
8+
9+
<table>
10+
<thead>
11+
<th>Level</th>
12+
<th>Objectives</th>
13+
</thead>
14+
<tr>
15+
<td>Foundational knowledge</td>
16+
<td></td>
17+
</tr>
18+
<tr>
19+
<td>Advanced</td>
20+
<td></td>
21+
</tr>
22+
<tr>
23+
<td>Further studies</td>
24+
<td></td>
25+
</tr>
26+
</table>
27+
28+
## Motivation
29+
30+
_Why is this important?_
31+
_Why do we want to learn/teach this topic?_
32+
33+
## Topic introduction
34+
35+
_Very brief introduction to the topic._
36+
37+
## Foundational knowledge: Using UDLs
38+
39+
### Background/Required Knowledge
40+
41+
A student:
42+
43+
44+
### Student outcomes
45+
46+
_A list of things “a student should be able to” after the curriculum._
47+
_The next word should be an action word and testable in an exam._
48+
_Max 5 items._
49+
50+
A student should be able to:
51+
52+
1.
53+
2.
54+
3.
55+
4.
56+
5.
57+
58+
### Caveats
59+
60+
_This section mentions subtle points to understand, like anything resulting in
61+
implementation-defined, unspecified, or undefined behavior._
62+
63+
### Points to cover
64+
65+
_This section lists important details for each point._
66+
67+
## Advanced: implementing UDLs
68+
69+
### Background/required knowledge
70+
71+
* All of the above.
72+
73+
### Student outcomes
74+
75+
A student should be able to:
76+
77+
1.
78+
2.
79+
3.
80+
4.
81+
5.
82+
83+
### Caveats
84+
85+
### Points to cover
86+
87+
## Further studies
88+
89+
_These are important topics that are not expected to be covered but provide
90+
guidance where one can continue to investigate this topic in more depth._

0 commit comments

Comments
 (0)