Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 0201_stats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
3 changes: 2 additions & 1 deletion 0202_personality.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 {-}
Expand Down
3 changes: 2 additions & 1 deletion 0204_testing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 {-}
Expand Down
2 changes: 2 additions & 0 deletions common/content/engagement_activities.Xmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

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.
4 changes: 4 additions & 0 deletions common/content/engagement_activities_blended.Xmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

```{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.