-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlesson_structure.yml
71 lines (58 loc) · 3.05 KB
/
lesson_structure.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# -------------------------------------
# ------------ SUMMARY ----------------
# -------------------------------------
# This yaml file defines some of the structure of the entire lesson (titles of each episode,
# their order, and session they belong to).
# The 'lesson_build_wf.yml' workflow file calls the 'structure_lesson.py' python script, which
# sorts the markdown files in the '_episodes' folder according to the structure defined below.
# This is achieved by having the 'structure_lesson.py' script write the number of session and
# of the episode (within that session) into the name of the corresponding file in the '_episodes' folder.
# This is done by adding a prefix of the form 'SIEJ-', where I is the session number and J is the episode
# number (within that session).
# ---------------------------------------
# ------------ PROPER DATA ------------
# ---------------------------------------
# The proper data to be to be read starts here.
# ---- Lesson structure ----
# The lesson structure is defined below.
# 'lesson' is a list of lists. The top-level list corresponds to the sessions. Within each session we have a
# list of episodes.
# If you want to add an episode to the '_episodes' folder you should add it here as well, in the correct position
# in the list. Otherwise it won't be recognised or it will be given the wrong 'SIEJ-' prefix.
lesson:
-
- "Session Description - Principles of learning and how they apply to training and teaching"
- "Introduction - Principles of learning and how they apply to training and teaching"
- "Theoretical Principles and Resources"
- "How Learning Progresses"
- "Working Memory, Long-Term Memory and Learning"
- "Improving Working Memory"
- "Wrap-up - Principles of learning and how they apply to training and teaching"
-
- "Session Description - Design and plan session, course, materials"
- "Introduction - Design and plan session, course, materials"
- "Concept Maps"
- "From Lesson to Session Plan"
- "From Lesson to Course Planning"
- "Wrap-up - Design and plan session, course, materials"
-
- "Session Description - Training techniques that enhance learner participation and engagement"
- "Introduction - Training techniques that enhance learner participation and engagement"
- "Skills for Trainers"
- "Learning Principles"
- "Motivation and Demotivation"
- "Strategies for Active, Interactive and Collaborative Learning"
- "Wrap-up - Training techniques that enhance learner participation and engagement"
-
- "Session Description - Assessment and feedback in training and teaching"
- "Introduction - Assessment and feedback in training and teaching"
- "Formative Assessment"
- "Feedback"
- "Wrap-up - Assessment and feedback in training and teaching"
# ---- Lesson info ----
# The base URL for the slides.
# The reason we call this the "slides_base_url is that it serves as the first part (or base) of the url for each slide.
# Each slide will have a 'slide_number' and it will have a url given by:
#
# slides_base_url/slide_number
slides_base_url: "https://hackmd.io/@nyTtT/r1tHvVR4w#/"