From 052eb3ab66f281fcf97770ab4a67a36df57f8c18 Mon Sep 17 00:00:00 2001 From: Mark Bowen <71099842+m-bowen@users.noreply.github.com> Date: Wed, 2 Nov 2022 16:37:54 -0400 Subject: [PATCH] Change "files" to "activities" --- _practice/2022-10-19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_practice/2022-10-19.md b/_practice/2022-10-19.md index f8ad398..74e4359 100644 --- a/_practice/2022-10-19.md +++ b/_practice/2022-10-19.md @@ -1,4 +1,4 @@ -1. Make your script form class a nested loop to check for all 3 types of files +1. Make your script form class a nested loop to check for all 3 types of activites (Review Today's Class, Prepare for Next Class, and More Practice) 1. Make a script that gets the updates to the course site and creates a single `todo-YYYY-MM-DD.md` file that has the review, prepare, and practice tasks in it for each date that does not already exist in a `todo/` folder outside of your KWL repo. Save the script as `gathertasks.sh` ```{index} checker.sh