forked from TBrost/BYUI-Timeseries-Drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchapter_xxx_lesson_yyy.qmd
130 lines (67 loc) · 2.24 KB
/
chapter_xxx_lesson_yyy.qmd
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
title: "TitleGoesHere"
subtitle: "Chapter xxx: Lesson yyy"
format: html
editor: source
sidebar: false
---
```{r}
#| include: false
source("common_functions.R")
```
```{=html}
<script type="text/javascript">
function showhide(id) {
var e = document.getElementById(id);
e.style.display = (e.style.display == 'block') ? 'none' : 'block';
}
function openTab(evt, tabName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(tabName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
```
## Learning Outcomes
{{< include outcomes/_chapter_xxx_lesson_yyy_outcomes.qmd >}}
## Preparation
- Read Sections xxx.yyy-xxx.zzz
## Learning Journal Exchange (10 min)
- Review another student's journal
- What would you add to your learning journal after reading another student's?
- What would you recommend the other student add to their learning journal?
- Sign the Learning Journal review sheet for your peer
## Small Group Activity: SectionTitle (xxx min)
## Class Activity: SectionTitle (xxx min)
<!-- Check your Understanding -->
::: {.callout-tip icon=false title="Check Your Understanding"}
- Question1
- Question2
:::
## Homework Preview (5 min)
- Review upcoming homework assignment
- Clarify questions
::: {.callout-note icon=false}
## Download Homework
<a href="https://byuistats.github.io/timeseries/homework/homework_xxx_yyy.qmd" download="homework_xxx_yyy.qmd"> homework_xxx_yyy.qmd </a>
:::
<a href="javascript:showhide('Solutions1')"
style="font-size:.8em;">Class Activity</a>
::: {#Solutions1 style="display:none;"}
:::
<a href="javascript:showhide('Solutions2')"
style="font-size:.8em;">Class Activity</a>
::: {#Solutions2 style="display:none;"}
:::
<a href="javascript:showhide('Solutions3')"
style="font-size:.8em;">Class Activity</a>
::: {#Solutions3 style="display:none;"}
:::