Skip to content

Commit

Permalink
change to educational materials
Browse files Browse the repository at this point in the history
  • Loading branch information
cranmer committed Jul 9, 2024
1 parent f3b552a commit 3424957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usage.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ f2_df <- survey_results |>
summarise(Count = n(),
Percent = Count / nrow(survey_results))
# Teaching tools
# Educational materials
f3_df <- survey_results |>
mutate(QID4 = ifelse(is.na(QID4), 'Unafilliated', QID4),
QID12 = factor(QID12, levels = c(
Expand Down Expand Up @@ -115,9 +115,9 @@ f2_df |>
)
```

### ...teaching tools
### ...educational materials

[Khan Academy](https://www.khanacademy.org/) and [MIT OpenCourseWare](https://ocw.mit.edu/) are examples of open source teaching tools.
[Khan Academy](https://www.khanacademy.org/) and [MIT OpenCourseWare](https://ocw.mit.edu/) are examples of open source educational materials.

```{r}
f3_df |>
Expand Down

0 comments on commit 3424957

Please sign in to comment.