diff --git a/_freeze/week1/index/execute-results/html.json b/_freeze/week1/index/execute-results/html.json
index 764ea49..92c8bbc 100644
--- a/_freeze/week1/index/execute-results/html.json
+++ b/_freeze/week1/index/execute-results/html.json
@@ -1,8 +1,8 @@
{
- "hash": "486fd0324fed9230f02264be00a98236",
+ "hash": "50a1864e133150d32d847f57b7a72554",
"result": {
"engine": "knitr",
- "markdown": "---\ntitle: \"Week 1: What is forecasting?\"\n---\n\n::: {.cell}\n\n:::\n\n\n## What you will learn this week\n\n* How to think about forecasting from a statistical perspective\n* What makes something easy or hard to forecast?\n* Using the `tsibble` package in R\n\n## Pre-class activities\n\n* Install R and RStudio on your personal computer. Instructions are provided at [https://otexts.com/fpp3/appendix-using-r.html](https://otexts.com/fpp3/appendix-using-r.html).\n* Read [Chapter 1 of the textbook](http://OTexts.com/fpp3/intro.html) and watch all embedded videos\n* Watch this video\n\n\n\n## Exercises (on your own or in tutorial)\n\nYour task this week is to make sure you are familiar with R, RStudio and the tidyverse packages. If you've already done ETC1010, then you may not need to do anything! But if you're new to R and the tidyverse, then you will need to get yourself up-to-speed.\n\nWork through the first five chapters of the **LearnR** tutorial at [learnr.numbat.space](https://learnr.numbat.space). Do as much of it as you think you need. For those students new to R, it is strongly recommended that you do all five chapters. For those who have previously used R, concentrate on the parts where you feel you are weakest.\n\n\n## Slides for seminar\n\n\nDownload pdf\n\n## Seminar activities\n\n\n1. Download `tourism.xlsx` from [`http://robjhyndman.com/data/tourism.xlsx`](http://robjhyndman.com/data/tourism.xlsx), and read it into R using `read_excel()` from the `readxl` package.\n2. Create a tsibble which is identical to the `tourism` tsibble from the `tsibble` package.\n3. Find what combination of `Region` and `Purpose` had the maximum number of overnight trips on average.\n4. Create a new tsibble which combines the Purposes and Regions, and just has total trips by State.\n\nSolutions\n\n\n## Assignments\n\n* [Assignment 1](../assignments/A1.qmd) is due on Friday 08 March.\n",
+ "markdown": "---\ntitle: \"Week 1: What is forecasting?\"\n---\n\n::: {.cell}\n\n:::\n\n\n## What you will learn this week\n\n* How to think about forecasting from a statistical perspective\n* What makes something easy or hard to forecast?\n* Using the `tsibble` package in R\n\n## Pre-class activities\n\n* Install R and RStudio on your personal computer. Instructions are provided at [https://otexts.com/fpp3/appendix-using-r.html](https://otexts.com/fpp3/appendix-using-r.html).\n* Read [Chapter 1 of the textbook](http://OTexts.com/fpp3/intro.html) and watch all embedded videos\n* Watch this video\n\n\n\n## Exercises (on your own or in tutorial)\n\nYour task this week is to make sure you are familiar with R, RStudio and the tidyverse packages. If you've already done ETC1010, then you may not need to do anything! But if you're new to R and the tidyverse, then you will need to get yourself up-to-speed.\n\nWork through the first five chapters of the **LearnR** tutorial at [learnr.numbat.space](https://learnr.numbat.space). Do as much of it as you think you need. For those students new to R, it is strongly recommended that you do all five chapters. For those who have previously used R, concentrate on the parts where you feel you are weakest.\n\n[**Check your understanding quiz**](https://learning.monash.edu/mod/quiz/view.php?id=2292355)\n\n\n## Slides for seminar\n\n\nDownload pdf\n\n## Seminar activities\n\n\n1. Download `tourism.xlsx` from [`http://robjhyndman.com/data/tourism.xlsx`](http://robjhyndman.com/data/tourism.xlsx), and read it into R using `read_excel()` from the `readxl` package.\n2. Create a tsibble which is identical to the `tourism` tsibble from the `tsibble` package.\n3. Find what combination of `Region` and `Purpose` had the maximum number of overnight trips on average.\n4. Create a new tsibble which combines the Purposes and Regions, and just has total trips by State.\n\nSolutions\n\n\n## Assignments\n\n* [Assignment 1](../assignments/A1.qmd) is due on Friday 08 March.\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
diff --git a/_freeze/week10/slides/figure-beamer/traintest1-1.pdf b/_freeze/week10/slides/figure-beamer/traintest1-1.pdf
index f4353d9..64233d5 100644
Binary files a/_freeze/week10/slides/figure-beamer/traintest1-1.pdf and b/_freeze/week10/slides/figure-beamer/traintest1-1.pdf differ
diff --git a/_freeze/week10/slides/figure-beamer/traintest1a-1.pdf b/_freeze/week10/slides/figure-beamer/traintest1a-1.pdf
index 652db23..2df0852 100644
Binary files a/_freeze/week10/slides/figure-beamer/traintest1a-1.pdf and b/_freeze/week10/slides/figure-beamer/traintest1a-1.pdf differ
diff --git a/_freeze/week10/slides/figure-beamer/tscvggplot1-1.pdf b/_freeze/week10/slides/figure-beamer/tscvggplot1-1.pdf
index f9dcc70..f42694b 100644
Binary files a/_freeze/week10/slides/figure-beamer/tscvggplot1-1.pdf and b/_freeze/week10/slides/figure-beamer/tscvggplot1-1.pdf differ
diff --git a/_freeze/week10/slides/figure-beamer/unnamed-chunk-1-1.pdf b/_freeze/week10/slides/figure-beamer/unnamed-chunk-1-1.pdf
index 1095c17..87fd490 100644
Binary files a/_freeze/week10/slides/figure-beamer/unnamed-chunk-1-1.pdf and b/_freeze/week10/slides/figure-beamer/unnamed-chunk-1-1.pdf differ
diff --git a/_freeze/week12/slides/figure-beamer/unnamed-chunk-1-1.pdf b/_freeze/week12/slides/figure-beamer/unnamed-chunk-1-1.pdf
index da08caf..901d0a0 100644
Binary files a/_freeze/week12/slides/figure-beamer/unnamed-chunk-1-1.pdf and b/_freeze/week12/slides/figure-beamer/unnamed-chunk-1-1.pdf differ
diff --git a/_freeze/week2/activities/figure-html/acf-quiz-1.png b/_freeze/week2/activities/figure-html/acf-quiz-1.png
index 1fb8f1c..9dd1099 100644
Binary files a/_freeze/week2/activities/figure-html/acf-quiz-1.png and b/_freeze/week2/activities/figure-html/acf-quiz-1.png differ
diff --git a/_freeze/week2/index/figure-html/acf-quiz-1.png b/_freeze/week2/index/figure-html/acf-quiz-1.png
index 1fb8f1c..9dd1099 100644
Binary files a/_freeze/week2/index/figure-html/acf-quiz-1.png and b/_freeze/week2/index/figure-html/acf-quiz-1.png differ
diff --git a/_freeze/week2/slides/figure-beamer/unnamed-chunk-1-1.pdf b/_freeze/week2/slides/figure-beamer/unnamed-chunk-1-1.pdf
index 272dcd0..f385d74 100644
Binary files a/_freeze/week2/slides/figure-beamer/unnamed-chunk-1-1.pdf and b/_freeze/week2/slides/figure-beamer/unnamed-chunk-1-1.pdf differ
diff --git a/_freeze/week2/slides/figure-beamer/unnamed-chunk-2-1.pdf b/_freeze/week2/slides/figure-beamer/unnamed-chunk-2-1.pdf
index 71be461..6686f2f 100644
Binary files a/_freeze/week2/slides/figure-beamer/unnamed-chunk-2-1.pdf and b/_freeze/week2/slides/figure-beamer/unnamed-chunk-2-1.pdf differ
diff --git a/_freeze/week3/slides/figure-beamer/abs3-1.pdf b/_freeze/week3/slides/figure-beamer/abs3-1.pdf
index 38ffdbe..820c957 100644
Binary files a/_freeze/week3/slides/figure-beamer/abs3-1.pdf and b/_freeze/week3/slides/figure-beamer/abs3-1.pdf differ
diff --git a/_freeze/week3/slides/figure-beamer/abs4-1.pdf b/_freeze/week3/slides/figure-beamer/abs4-1.pdf
index 458be10..6094e37 100644
Binary files a/_freeze/week3/slides/figure-beamer/abs4-1.pdf and b/_freeze/week3/slides/figure-beamer/abs4-1.pdf differ
diff --git a/_freeze/week3/slides/figure-beamer/abs5-1.pdf b/_freeze/week3/slides/figure-beamer/abs5-1.pdf
index f8010f6..1689925 100644
Binary files a/_freeze/week3/slides/figure-beamer/abs5-1.pdf and b/_freeze/week3/slides/figure-beamer/abs5-1.pdf differ
diff --git a/_freeze/week3/slides/figure-beamer/abs6-1.pdf b/_freeze/week3/slides/figure-beamer/abs6-1.pdf
index 7be27bd..74711db 100644
Binary files a/_freeze/week3/slides/figure-beamer/abs6-1.pdf and b/_freeze/week3/slides/figure-beamer/abs6-1.pdf differ
diff --git a/_freeze/week3/slides/figure-beamer/abs7-1.pdf b/_freeze/week3/slides/figure-beamer/abs7-1.pdf
index 0911da0..3cfd57b 100644
Binary files a/_freeze/week3/slides/figure-beamer/abs7-1.pdf and b/_freeze/week3/slides/figure-beamer/abs7-1.pdf differ
diff --git a/_freeze/week3/slides/figure-beamer/abs8-1.pdf b/_freeze/week3/slides/figure-beamer/abs8-1.pdf
index d460224..8360de6 100644
Binary files a/_freeze/week3/slides/figure-beamer/abs8-1.pdf and b/_freeze/week3/slides/figure-beamer/abs8-1.pdf differ
diff --git a/_freeze/week3/slides/figure-beamer/abs9-1.pdf b/_freeze/week3/slides/figure-beamer/abs9-1.pdf
index 5933a65..6eaf52e 100644
Binary files a/_freeze/week3/slides/figure-beamer/abs9-1.pdf and b/_freeze/week3/slides/figure-beamer/abs9-1.pdf differ
diff --git a/_freeze/week9/slides/figure-beamer/venn-1.pdf b/_freeze/week9/slides/figure-beamer/venn-1.pdf
index 2f00e89..7746a45 100644
Binary files a/_freeze/week9/slides/figure-beamer/venn-1.pdf and b/_freeze/week9/slides/figure-beamer/venn-1.pdf differ
diff --git a/week1/index.qmd b/week1/index.qmd
index b4ffcb5..6429b80 100644
--- a/week1/index.qmd
+++ b/week1/index.qmd
@@ -27,6 +27,8 @@ Your task this week is to make sure you are familiar with R, RStudio and the tid
Work through the first five chapters of the **LearnR** tutorial at [learnr.numbat.space](https://learnr.numbat.space). Do as much of it as you think you need. For those students new to R, it is strongly recommended that you do all five chapters. For those who have previously used R, concentrate on the parts where you feel you are weakest.
+[**Check your understanding quiz**](https://learning.monash.edu/mod/quiz/view.php?id=2292355)
+
```{r}
#| output: asis
show_slides(week)