From 518dbed16c2012864ad8eb95529bf36fd1e0b768 Mon Sep 17 00:00:00 2001 From: Daniel R Date: Fri, 3 May 2024 15:44:51 -0400 Subject: [PATCH 1/2] Adding in the cohort three folder. --- 05_cohort_three/additional_resources/.keep | 1 + 05_cohort_three/live_code/.keep | 1 + 2 files changed, 2 insertions(+) create mode 100644 05_cohort_three/additional_resources/.keep create mode 100644 05_cohort_three/live_code/.keep diff --git a/05_cohort_three/additional_resources/.keep b/05_cohort_three/additional_resources/.keep new file mode 100644 index 0000000..945c9b4 --- /dev/null +++ b/05_cohort_three/additional_resources/.keep @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/05_cohort_three/live_code/.keep b/05_cohort_three/live_code/.keep new file mode 100644 index 0000000..945c9b4 --- /dev/null +++ b/05_cohort_three/live_code/.keep @@ -0,0 +1 @@ +. \ No newline at end of file From a3f12711c343fa068c40b4ee80ff1eee8bde79b4 Mon Sep 17 00:00:00 2001 From: Daniel R Date: Fri, 3 May 2024 16:21:27 -0400 Subject: [PATCH 2/2] Making live_code snake cased. --- 04_instructional_team/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/04_instructional_team/README.md b/04_instructional_team/README.md index e7fc2c9..e795d9a 100644 --- a/04_instructional_team/README.md +++ b/04_instructional_team/README.md @@ -1,7 +1,7 @@ # Technical Facilitator Playbook ## How do you interact with the repo? -The Technical Facilitator will deliver the content in the `/01_slides` directory. You are encouraged to live code with participants during live sessions. Please ensure that live-coding files are uploaded to a new directory called `/live-coding` under `/01_slides` in this repository using a new branch. Please open a pull request for it to be merged. +The Technical Facilitator will deliver the content in the `/01_slides` directory. You are encouraged to live code with participants during live sessions. Please ensure that live coding files are uploaded to a new directory called `/live_code` under `/05_cohort_three` in this repository using a new branch. Please open a pull request for it to be merged. ## How does the module flow? The module is organized into 3 main directories: @@ -9,7 +9,7 @@ The module is organized into 3 main directories: 2. Assignments 3. Homework -The `/01_slides` directory contains the live learning session slides and the live-coding files. +The `/01_slides` directory contains the live learning session slides. The `/02_assignments` contains assignments participants should submit for evaluation as `complete` or `incomplete`. The assignments measure a participant's achievement of the learning outcomes, and help technical facilitators determine if a participant has successfully completed the learning module.