From da873c9d74f57df95a09fe9a1aaa6363369fc80b Mon Sep 17 00:00:00 2001 From: Megan McMahon Date: Tue, 31 Oct 2023 08:27:49 -0600 Subject: [PATCH] Update index.md --- module1/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/module1/index.md b/module1/index.md index 900a008..e88cd78 100644 --- a/module1/index.md +++ b/module1/index.md @@ -40,6 +40,7 @@ Students will learn the basics of Object Oriented Programming to build software * Intro to IDE: [Prep](./preparation/Week4/IDE) | [Lesson](./lessons/Week4/IntroToIDE) | [Lab](./labs/Week4/IntrotoIDE) * Debugging: [Prep](./preparation/Week4/Debugging) | [Lesson](./lessons/Week4/Debugging) | [Lab](./labs/Week4/Debugging) * Unit Testing, Part 1: [Prep](./preparation/Week4/UnitTesting) | [Lesson](./lessons/Week4/UnitTestingI) | [Lab](./labs/Week4/UnitTestingI) +* [Giving and Receiving Feedback](https://docs.google.com/presentation/d/12v4bVtmZapS20STqHanOyrYkoKwnJ3dhgjeSGlYNmz4/edit?usp=sharing) * [Week 4 - Check Your Understanding](./lessons/Week4/CFUReview) ### Week 5