File tree Expand file tree Collapse file tree 1 file changed +90
-0
lines changed Expand file tree Collapse file tree 1 file changed +90
-0
lines changed Original file line number Diff line number Diff line change
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._
You can’t perform that action at this time.
0 commit comments