From 4a8d56f67ec9666e168d0d602caa9e1f68b5edc8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 15:59:10 +0000 Subject: [PATCH 1/7] Initial plan From f83eb58cbd0ad261adbcb37eb2287def109ab63f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:06:15 +0000 Subject: [PATCH 2/7] Reduce redundancy by extracting engagement activities to common files Co-authored-by: smasongarrison <6001608+smasongarrison@users.noreply.github.com> --- 0201_stats.Rmd | 8 +++++++- 0202_personality.Rmd | 7 ++++++- 0204_testing.Rmd | 7 ++++++- common/content/engagement_activities.Xmd | 2 ++ common/content/engagement_activities_blended.Xmd | 4 ++++ common/content/policies.Xmd | 2 +- 6 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 common/content/engagement_activities.Xmd create mode 100644 common/content/engagement_activities_blended.Xmd diff --git a/0201_stats.Rmd b/0201_stats.Rmd index 9e04886..9ccdf7a 100644 --- a/0201_stats.Rmd +++ b/0201_stats.Rmd @@ -146,7 +146,8 @@ The best `r num_counted_assignments` out of `r num_assignments` short assignment ## Engagement Activities {.unnumbered} -There will be multiple engagement activities in this course. These activities will allow you engage with the material for each module. Details about the specific activities will be provided on canvas. Students must complete two activities per module. +```{r child = './common/content/engagement_activities.Xmd'} +``` ## Grading Weighting {.unnumbered} @@ -155,6 +156,11 @@ There will be multiple engagement activities in this course. These activities wi - 20 points of your grade will be determined by your engagement. - 30 points of your grade will be determined by your best 13 quizzes. +## Course Policies {.unnumbered} + +```{r child = './common/content/policies.Xmd'} +``` + ## Schedule {.unnumbered} ```{r message = FALSE, warning = FALSE, echo = FALSE} diff --git a/0202_personality.Rmd b/0202_personality.Rmd index bf1e75c..bb428ba 100644 --- a/0202_personality.Rmd +++ b/0202_personality.Rmd @@ -117,7 +117,8 @@ The best `r num_counted_assignments` out of `r num_assignments` short assignme ### Engagement Activities {-} -There will be multiple engagement activities in this course. These activities will allow you engage with the material for each module. Details about the specific activities will be provided on canvas. Students must complete two activities per module. For students in the blended section, they can attend their weekly in-person session and count it as an engagement activity. +```{r child = './common/content/engagement_activities_blended.Xmd'} +``` ## Grading Policy {-} @@ -133,6 +134,10 @@ There will be multiple engagement activities in this course. These activities wi - `r num_counted_assignments*50` points of your grade will be determined by your best two short assignments. +## Course Policies {-} + +```{r child = './common/content/policies.Xmd'} +``` ## Schedule {-} diff --git a/0204_testing.Rmd b/0204_testing.Rmd index 3b8c022..9bd94b1 100644 --- a/0204_testing.Rmd +++ b/0204_testing.Rmd @@ -120,7 +120,8 @@ I will provide more specific written guidelines at least two weeks before each a ## Engagement Activities {-} -There will be multiple engagement activities in this course. These activities will allow you engage with the material for each module. Details about the specific activities will be provided on canvas. Students must complete two activities per module. +```{r child = './common/content/engagement_activities.Xmd'} +``` ## Grading Weighting {-} @@ -130,6 +131,10 @@ There will be multiple engagement activities in this course. These activities wi - 50 points of your grade will be determined by your engagement. +## Course Policies {-} + +```{r child = './common/content/policies.Xmd'} +``` ## Schedule {-} diff --git a/common/content/engagement_activities.Xmd b/common/content/engagement_activities.Xmd new file mode 100644 index 0000000..3c3cccd --- /dev/null +++ b/common/content/engagement_activities.Xmd @@ -0,0 +1,2 @@ + +There will be multiple engagement activities in this course. These activities will allow you engage with the material for each module. Details about the specific activities will be provided on canvas. Students must complete two activities per module. diff --git a/common/content/engagement_activities_blended.Xmd b/common/content/engagement_activities_blended.Xmd new file mode 100644 index 0000000..cb32086 --- /dev/null +++ b/common/content/engagement_activities_blended.Xmd @@ -0,0 +1,4 @@ + +```{r child = './common/content/engagement_activities.Xmd'} +``` +For students in the blended section, they can attend their weekly in-person session and count it as an engagement activity. diff --git a/common/content/policies.Xmd b/common/content/policies.Xmd index ca1e0cb..35f5f0b 100644 --- a/common/content/policies.Xmd +++ b/common/content/policies.Xmd @@ -91,7 +91,7 @@ How do you know if it is a true emergency? # Public Health in the age of COVID-19 -```{r child = './covid.Rmd'} +```{r child = '0106_covid.Xmd'} ``` # Classroom Climate From 3ff0d795bb25096bb8806e1ca7f31b3e356a5ca6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:07:39 +0000 Subject: [PATCH 3/7] Add common policy includes to remaining course files Co-authored-by: smasongarrison <6001608+smasongarrison@users.noreply.github.com> --- 0205_wikipedia.Rmd | 5 +++++ common/content/0204_datascience.Xmd | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/0205_wikipedia.Rmd b/0205_wikipedia.Rmd index 34e1dc8..633f30f 100644 --- a/0205_wikipedia.Rmd +++ b/0205_wikipedia.Rmd @@ -128,6 +128,11 @@ You will give a brief presentation about your Wikipedia editing project, highlig - 20 points: Reflective essay (critical analysis and insight) - 15 points: Final presentation (clarity and thoughtfulness) +## Course Policies {-} + +```{r child = './common/content/policies.Xmd'} +``` + ## Schedule {-} ```{r message = FALSE, warning = FALSE, echo = FALSE} diff --git a/common/content/0204_datascience.Xmd b/common/content/0204_datascience.Xmd index 9851591..62babe5 100644 --- a/common/content/0204_datascience.Xmd +++ b/common/content/0204_datascience.Xmd @@ -132,6 +132,10 @@ This experiential course requires active engagement. There will be few lectures ``` +## Course Policies {-} + +```{r child = 'policies.Xmd'} +``` ## Tentative Module Release Schedule {-} From a7ecb602bedfefd72491e008866d4bf1ea2d42de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:11:02 +0000 Subject: [PATCH 4/7] Fix path reference in engagement_activities_blended.Xmd Co-authored-by: smasongarrison <6001608+smasongarrison@users.noreply.github.com> --- common/content/engagement_activities_blended.Xmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/engagement_activities_blended.Xmd b/common/content/engagement_activities_blended.Xmd index cb32086..8caadec 100644 --- a/common/content/engagement_activities_blended.Xmd +++ b/common/content/engagement_activities_blended.Xmd @@ -1,4 +1,4 @@ -```{r child = './common/content/engagement_activities.Xmd'} +```{r child = 'engagement_activities.Xmd'} ``` For students in the blended section, they can attend their weekly in-person session and count it as an engagement activity. From 6c40639eab1dd76797b8ab18d9e5fa5016a2171e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:11:58 +0000 Subject: [PATCH 5/7] Fix grammar: add missing 'to' in engagement activities text Co-authored-by: smasongarrison <6001608+smasongarrison@users.noreply.github.com> --- common/content/engagement_activities.Xmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/engagement_activities.Xmd b/common/content/engagement_activities.Xmd index 3c3cccd..cc57c4e 100644 --- a/common/content/engagement_activities.Xmd +++ b/common/content/engagement_activities.Xmd @@ -1,2 +1,2 @@ -There will be multiple engagement activities in this course. These activities will allow you engage with the material for each module. Details about the specific activities will be provided on canvas. Students must complete two activities per module. +There will be multiple engagement activities in this course. These activities will allow you to engage with the material for each module. Details about the specific activities will be provided on canvas. Students must complete two activities per module. From ee8849a8ff9eeceec832d25e24772942ff9b3bc2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:19:13 +0000 Subject: [PATCH 6/7] Remove incorrect policy includes from course files Co-authored-by: smasongarrison <6001608+smasongarrison@users.noreply.github.com> --- 0201_stats.Rmd | 5 ----- 0202_personality.Rmd | 4 ---- 0204_testing.Rmd | 4 ---- 0205_wikipedia.Rmd | 5 ----- common/content/0204_datascience.Xmd | 4 ---- 5 files changed, 22 deletions(-) diff --git a/0201_stats.Rmd b/0201_stats.Rmd index 9ccdf7a..138d883 100644 --- a/0201_stats.Rmd +++ b/0201_stats.Rmd @@ -156,11 +156,6 @@ The best `r num_counted_assignments` out of `r num_assignments` short assignment - 20 points of your grade will be determined by your engagement. - 30 points of your grade will be determined by your best 13 quizzes. -## Course Policies {.unnumbered} - -```{r child = './common/content/policies.Xmd'} -``` - ## Schedule {.unnumbered} ```{r message = FALSE, warning = FALSE, echo = FALSE} diff --git a/0202_personality.Rmd b/0202_personality.Rmd index bb428ba..21c84bc 100644 --- a/0202_personality.Rmd +++ b/0202_personality.Rmd @@ -134,10 +134,6 @@ The best `r num_counted_assignments` out of `r num_assignments` short assignme - `r num_counted_assignments*50` points of your grade will be determined by your best two short assignments. -## Course Policies {-} - -```{r child = './common/content/policies.Xmd'} -``` ## Schedule {-} diff --git a/0204_testing.Rmd b/0204_testing.Rmd index 9bd94b1..653babe 100644 --- a/0204_testing.Rmd +++ b/0204_testing.Rmd @@ -131,10 +131,6 @@ I will provide more specific written guidelines at least two weeks before each a - 50 points of your grade will be determined by your engagement. -## Course Policies {-} - -```{r child = './common/content/policies.Xmd'} -``` ## Schedule {-} diff --git a/0205_wikipedia.Rmd b/0205_wikipedia.Rmd index 633f30f..34e1dc8 100644 --- a/0205_wikipedia.Rmd +++ b/0205_wikipedia.Rmd @@ -128,11 +128,6 @@ You will give a brief presentation about your Wikipedia editing project, highlig - 20 points: Reflective essay (critical analysis and insight) - 15 points: Final presentation (clarity and thoughtfulness) -## Course Policies {-} - -```{r child = './common/content/policies.Xmd'} -``` - ## Schedule {-} ```{r message = FALSE, warning = FALSE, echo = FALSE} diff --git a/common/content/0204_datascience.Xmd b/common/content/0204_datascience.Xmd index 62babe5..9851591 100644 --- a/common/content/0204_datascience.Xmd +++ b/common/content/0204_datascience.Xmd @@ -132,10 +132,6 @@ This experiential course requires active engagement. There will be few lectures ``` -## Course Policies {-} - -```{r child = 'policies.Xmd'} -``` ## Tentative Module Release Schedule {-} From 13318bd980de22b3e337104d05700ff98d1e1a86 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:22:17 +0000 Subject: [PATCH 7/7] Final PR state: only engagement activities extraction Co-authored-by: smasongarrison <6001608+smasongarrison@users.noreply.github.com> --- common/content/policies.Xmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/policies.Xmd b/common/content/policies.Xmd index 35f5f0b..ca1e0cb 100644 --- a/common/content/policies.Xmd +++ b/common/content/policies.Xmd @@ -91,7 +91,7 @@ How do you know if it is a true emergency? # Public Health in the age of COVID-19 -```{r child = '0106_covid.Xmd'} +```{r child = './covid.Rmd'} ``` # Classroom Climate