diff --git a/README.md b/README.md
index e85d92765..97865a980 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
+# This is a fork from the original TEALS repo for NCCS. This was forked in 2022.
+# Thanks to Ian Obert and Ryan Johnson for their hard work in modifying this curricult to suit the needs of NCCS.
+# Andy Hordichok
+
+# ----------------------------------------------------------------------------------------------------------------
+
+
# A 2nd semester follow-up to the [TEALS Intro CS course](https://tealsk12.github.io/introduction-to-computer-science/)
-* GitHub: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science
+* GitHub: https://github.com/Areson/2nd-semester-introduction-to-computer-science
* Github Pages: https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/
The following has been deprecated after the 2019/20 school year:
diff --git a/curriculum_map.md b/curriculum_map.md
index 03624456b..dcea89773 100644
--- a/curriculum_map.md
+++ b/curriculum_map.md
@@ -110,12 +110,12 @@ For TEALS schools in **BC, Canada**, please see [Aligning TEALS Python Teaching
[1.04: Variables Input]: units/1_unit/04_lesson/lesson.md
[1.05: Quiz & Debugging]: units/1_unit/05_lesson/lesson.md
[1.06: Project]: units/1_unit/06_lesson/lesson.md
-[1.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx
-[1.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx
-[1.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx
-[1.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx
-[1.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx
-[1.06]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx
+[1.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx
+[1.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx
+[1.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx
+[1.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx
+[1.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx
+[1.06]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx
[2.01: Data Types & Casting]: units/2_unit/01_lesson/lesson.md
[2.02: Booleans & Expressions]: units/2_unit/02_lesson/lesson.md
@@ -124,24 +124,24 @@ For TEALS schools in **BC, Canada**, please see [Aligning TEALS Python Teaching
[2.05: Lists 2]: units/2_unit/05_lesson/lesson.md
[2.06: Game Loop]: units/2_unit/06_lesson/lesson.md
[2.07: Project]: units/2_unit/07_lesson/lesson.md
-[2.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx
-[2.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx
-[2.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx
-[2.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx
-[2.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx
-[2.06]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx
-[2.07]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx
+[2.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx
+[2.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx
+[2.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx
+[2.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx
+[2.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx
+[2.06]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx
+[2.07]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx
[3.01: Built In Functions]: units/3_unit/01_lesson/lesson.md
[3.02: User-Defined Functions]: units/3_unit/02_lesson/lesson.md
[3.03: Return vs Print]: units/3_unit/03_lesson/lesson.md
[3.04: Debugging and Scope]: units/3_unit/04_lesson/lesson.md
[3.05: Project]: units/3_unit/05_lesson/lesson.md
-[3.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx
-[3.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx
-[3.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx
-[3.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx
-[3.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx
+[3.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx
+[3.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx
+[3.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx
+[3.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx
+[3.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx
[4.01: Looping Basics]: units/4_unit/01_lesson/lesson.md
[4.02: For Loops]: units/4_unit/02_lesson/lesson.md
@@ -149,45 +149,45 @@ For TEALS schools in **BC, Canada**, please see [Aligning TEALS Python Teaching
[4.04: Nested Lists & Looping]: units/4_unit/04_lesson/lesson.md
[4.05: Debugging and Quiz]: units/4_unit/05_lesson/lesson.md
[4.06: Project]: units/4_unit/06_lesson/lesson.md
-[4.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx
-[4.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx
-[4.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx
-[4.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx
-[4.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx
-[4.06]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx
+[4.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx
+[4.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx
+[4.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx
+[4.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx
+[4.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx
+[4.06]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx
[5.01: Earsketch Intro]: units/5_unit/01_lesson/lesson.md
[5.02: EarSketch Music]: units/5_unit/02_lesson/lesson.md
[5.03: Earsketch Control Flow]: units/5_unit/03_lesson/lesson.md
[5.04: EarSketch User-Defined Functions]: units/5_unit/04_lesson/lesson.md
[5.05: Project]: units/5_unit/05_lesson/lesson.md
-[5.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx
-[5.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx
-[5.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx
-[5.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx
-[5.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx
+[5.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx
+[5.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx
+[5.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx
+[5.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx
+[5.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx
[6.01: Introduction to Dictionaries]: units/6_unit/01_lesson/lesson.md
[6.02: Dictionaries Methods]: units/6_unit/02_lesson/lesson.md
[6.03: Dictionaries of Lists]: units/6_unit/03_lesson/lesson.md
[6.04: Dictionaries Looping]: units/6_unit/04_lesson/lesson.md
[6.05: Project]: units/6_unit/05_lesson/lesson.md
-[6.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx
-[6.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx
-[6.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx
-[6.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx
-[6.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx
+[6.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx
+[6.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx
+[6.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx
+[6.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx
+[6.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx
[7.01: User-Defined Types]: units/7_unit/01_lesson/lesson.md
[7.02: User-Defined Types, Part 2]: units/7_unit/02_lesson/lesson.md
[7.03: Methods]: units/7_unit/03_lesson/lesson.md
[7.04: Inheritance]: units/7_unit/04_lesson/lesson.md
[7.05: Project]: units/7_unit/05_lesson/lesson.md
-[7.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx
-[7.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx
-[7.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx
-[7.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx
-[7.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx
+[7.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx
+[7.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx
+[7.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx
+[7.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx
+[7.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx
[8.01: Final Project Brainstorming and Evaluating]: units/8_unit/01_lesson/lesson.md
[8.02: Defining Requirements]: units/8_unit/02_lesson/lesson.md
diff --git a/docs/CA_README.md.html b/docs/CA_README.md.html
index 101fc1c20..c41c1e379 100644
--- a/docs/CA_README.md.html
+++ b/docs/CA_README.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/CSTA_standards_mapping.md.html b/docs/CSTA_standards_mapping.md.html
index 5f3cb9421..c1d3ca5a1 100644
--- a/docs/CSTA_standards_mapping.md.html
+++ b/docs/CSTA_standards_mapping.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/SUMMARY.md.html b/docs/SUMMARY.md.html
index b17953acd..a6c6cc564 100644
--- a/docs/SUMMARY.md.html
+++ b/docs/SUMMARY.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/Sample_weighted_rubric.md.html b/docs/Sample_weighted_rubric.md.html
index e2e2d49de..93cb5627e 100644
--- a/docs/Sample_weighted_rubric.md.html
+++ b/docs/Sample_weighted_rubric.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/cert.md.html b/docs/cert.md.html
index f11ccdcae..c57126221 100644
--- a/docs/cert.md.html
+++ b/docs/cert.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/changelog.md.html b/docs/changelog.md.html
index 18b4717c9..821eb05d7 100644
--- a/docs/changelog.md.html
+++ b/docs/changelog.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/curriculum_map.md.html b/docs/curriculum_map.md.html
index e82143b1a..51a4f94dc 100644
--- a/docs/curriculum_map.md.html
+++ b/docs/curriculum_map.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -119,12 +119,12 @@
[1.04: Variables Input]: units/1_unit/04_lesson/lesson.md.html
[1.05: Quiz & Debugging]: units/1_unit/05_lesson/lesson.md.html
[1.06: Project]: units/1_unit/06_lesson/lesson.md.html
-[1.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx
-[1.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx
-[1.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx
-[1.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx
-[1.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx
-[1.06]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx
+[1.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx
+[1.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx
+[1.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx
+[1.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx
+[1.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx
+[1.06]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx
[2.01: Data Types & Casting]: units/2_unit/01_lesson/lesson.md.html
[2.02: Booleans & Expressions]: units/2_unit/02_lesson/lesson.md.html
@@ -133,24 +133,24 @@
[2.05: Lists 2]: units/2_unit/05_lesson/lesson.md.html
[2.06: Game Loop]: units/2_unit/06_lesson/lesson.md.html
[2.07: Project]: units/2_unit/07_lesson/lesson.md.html
-[2.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx
-[2.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx
-[2.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx
-[2.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx
-[2.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx
-[2.06]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx
-[2.07]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx
+[2.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx
+[2.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx
+[2.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx
+[2.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx
+[2.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx
+[2.06]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx
+[2.07]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx
[3.01: Built In Functions]: units/3_unit/01_lesson/lesson.md.html
[3.02: User-Defined Functions]: units/3_unit/02_lesson/lesson.md.html
[3.03: Return vs Print]: units/3_unit/03_lesson/lesson.md.html
[3.04: Debugging and Scope]: units/3_unit/04_lesson/lesson.md.html
[3.05: Project]: units/3_unit/05_lesson/lesson.md.html
-[3.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx
-[3.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx
-[3.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx
-[3.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx
-[3.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx
+[3.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx
+[3.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx
+[3.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx
+[3.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx
+[3.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx
[4.01: Looping Basics]: units/4_unit/01_lesson/lesson.md.html
[4.02: For Loops]: units/4_unit/02_lesson/lesson.md.html
@@ -158,45 +158,45 @@
[4.04: Nested Lists & Looping]: units/4_unit/04_lesson/lesson.md.html
[4.05: Debugging and Quiz]: units/4_unit/05_lesson/lesson.md.html
[4.06: Project]: units/4_unit/06_lesson/lesson.md.html
-[4.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx
-[4.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx
-[4.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx
-[4.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx
-[4.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx
-[4.06]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx
+[4.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx
+[4.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx
+[4.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx
+[4.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx
+[4.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx
+[4.06]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx
[5.01: Earsketch Intro]: units/5_unit/01_lesson/lesson.md.html
[5.02: EarSketch Music]: units/5_unit/02_lesson/lesson.md.html
[5.03: Earsketch Control Flow]: units/5_unit/03_lesson/lesson.md.html
[5.04: EarSketch User-Defined Functions]: units/5_unit/04_lesson/lesson.md.html
[5.05: Project]: units/5_unit/05_lesson/lesson.md.html
-[5.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx
-[5.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx
-[5.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx
-[5.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx
-[5.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx
+[5.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx
+[5.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx
+[5.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx
+[5.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx
+[5.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx
[6.01: Introduction to Dictionaries]: units/6_unit/01_lesson/lesson.md.html
[6.02: Dictionaries Methods]: units/6_unit/02_lesson/lesson.md.html
[6.03: Dictionaries of Lists]: units/6_unit/03_lesson/lesson.md.html
[6.04: Dictionaries Looping]: units/6_unit/04_lesson/lesson.md.html
[6.05: Project]: units/6_unit/05_lesson/lesson.md.html
-[6.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx
-[6.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx
-[6.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx
-[6.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx
-[6.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx
+[6.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx
+[6.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx
+[6.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx
+[6.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx
+[6.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx
[7.01: User-Defined Types]: units/7_unit/01_lesson/lesson.md.html
[7.02: User-Defined Types, Part 2]: units/7_unit/02_lesson/lesson.md.html
[7.03: Methods]: units/7_unit/03_lesson/lesson.md.html
[7.04: Inheritance]: units/7_unit/04_lesson/lesson.md.html
[7.05: Project]: units/7_unit/05_lesson/lesson.md.html
-[7.01]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx
-[7.02]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx
-[7.03]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx
-[7.04]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx
-[7.05]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx
+[7.01]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx
+[7.02]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx
+[7.03]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx
+[7.04]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx
+[7.05]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx
[8.01: Final Project Brainstorming and Evaluating]: units/8_unit/01_lesson/lesson.md.html
[8.02: Defining Requirements]: units/8_unit/02_lesson/lesson.md.html
diff --git a/docs/index.html b/docs/index.html
index 99e764f48..7be039e0a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,13 +3,13 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
# A 2nd semester follow-up to the [TEALS Intro CS course](https://tealsk12.github.io/introduction-to-computer-science/)
-* GitHub: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science
+* GitHub: https://github.com/Areson/2nd-semester-introduction-to-computer-science
* Github Pages: https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/
The following has been deprecated after the 2019/20 school year:
diff --git a/docs/markdeep-header.txt b/docs/markdeep-header.txt
index f8881a7de..d2a7cfed8 100644
--- a/docs/markdeep-header.txt
+++ b/docs/markdeep-header.txt
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/01_lesson/lesson.md.html b/docs/units/1_unit/01_lesson/lesson.md.html
index dfc36fbcd..b4626c772 100644
--- a/docs/units/1_unit/01_lesson/lesson.md.html
+++ b/docs/units/1_unit/01_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [1.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx)
+* [1.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx)
* Update the collaboration policy, IDE information, grading percentages, and general syllabus based on your preferences and your school's requirements
* With your teaching team determine which IDE to use with your class.
* [Python Code][]: code to display
diff --git a/docs/units/1_unit/01_lesson/python_online_editor_sign_up.md.html b/docs/units/1_unit/01_lesson/python_online_editor_sign_up.md.html
index 5087967ce..679b3904e 100644
--- a/docs/units/1_unit/01_lesson/python_online_editor_sign_up.md.html
+++ b/docs/units/1_unit/01_lesson/python_online_editor_sign_up.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/01_lesson/python_online_editor_sign_up_teachers.md.html b/docs/units/1_unit/01_lesson/python_online_editor_sign_up_teachers.md.html
index d693ad012..c6904d702 100644
--- a/docs/units/1_unit/01_lesson/python_online_editor_sign_up_teachers.md.html
+++ b/docs/units/1_unit/01_lesson/python_online_editor_sign_up_teachers.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/01_lesson/python_replit_sign_up.md.html b/docs/units/1_unit/01_lesson/python_replit_sign_up.md.html
index 79a2bb188..405b939e0 100644
--- a/docs/units/1_unit/01_lesson/python_replit_sign_up.md.html
+++ b/docs/units/1_unit/01_lesson/python_replit_sign_up.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/01_lesson/python_replit_sign_up_teacher.md.html b/docs/units/1_unit/01_lesson/python_replit_sign_up_teacher.md.html
index 1c69f74f0..c421e7fbf 100644
--- a/docs/units/1_unit/01_lesson/python_replit_sign_up_teacher.md.html
+++ b/docs/units/1_unit/01_lesson/python_replit_sign_up_teacher.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -15,6 +15,6 @@
1. Follow instructions to create teacher repl.it account: [Sign Up Guide Teachers Code].
-[Sign Up Guide Teachers Code]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/replit_teacher.docx
+[Sign Up Guide Teachers Code]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/replit_teacher.docx
diff --git a/docs/units/1_unit/01_lesson/repl_sign_up.md.html b/docs/units/1_unit/01_lesson/repl_sign_up.md.html
index 3a146328f..16217719a 100644
--- a/docs/units/1_unit/01_lesson/repl_sign_up.md.html
+++ b/docs/units/1_unit/01_lesson/repl_sign_up.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/02_lesson/lab.md.html b/docs/units/1_unit/02_lesson/lab.md.html
index 9e12ca93e..2c48dfc17 100644
--- a/docs/units/1_unit/02_lesson/lab.md.html
+++ b/docs/units/1_unit/02_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/02_lesson/lesson.md.html b/docs/units/1_unit/02_lesson/lesson.md.html
index d260e77f8..ec2169c93 100644
--- a/docs/units/1_unit/02_lesson/lesson.md.html
+++ b/docs/units/1_unit/02_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [1.02 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx)
+* [1.02 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx)
* [Lab - Using the interpreter][] ([docx][]) ([pdf][])
* [Associated reading - section 1.1](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/1.1)
* Ensure all students are able to log into the system.
@@ -107,7 +107,7 @@
[Lab - Using the Interpreter]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/02_lesson/lab.docx
diff --git a/docs/units/1_unit/03_lesson/do_now.md.html b/docs/units/1_unit/03_lesson/do_now.md.html
index efedbbebb..ca471633b 100644
--- a/docs/units/1_unit/03_lesson/do_now.md.html
+++ b/docs/units/1_unit/03_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/03_lesson/lab.md.html b/docs/units/1_unit/03_lesson/lab.md.html
index f59731d2e..705bdeb5e 100644
--- a/docs/units/1_unit/03_lesson/lab.md.html
+++ b/docs/units/1_unit/03_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/03_lesson/lesson.md.html b/docs/units/1_unit/03_lesson/lesson.md.html
index 464de1789..930ffc77d 100644
--- a/docs/units/1_unit/03_lesson/lesson.md.html
+++ b/docs/units/1_unit/03_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -21,7 +21,7 @@
## Materials/Preparation
-* [1.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx)
+* [1.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx)
* [Do Now][]
* [Lab - Printing & Variables][] ([docx][]) ([pdf][])
* [Associated Reading - section 1.2](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/1.2)
@@ -100,7 +100,7 @@
[Lab - Printing & Variables]:lab.md.html
[Do Now]:do_now.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/03_lesson/lab.docx
diff --git a/docs/units/1_unit/04_lesson/do_now.md.html b/docs/units/1_unit/04_lesson/do_now.md.html
index a5e8590a6..e37a1949f 100644
--- a/docs/units/1_unit/04_lesson/do_now.md.html
+++ b/docs/units/1_unit/04_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/04_lesson/lab.md.html b/docs/units/1_unit/04_lesson/lab.md.html
index 4b1a19e89..7277fa1ab 100644
--- a/docs/units/1_unit/04_lesson/lab.md.html
+++ b/docs/units/1_unit/04_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/04_lesson/lesson.md.html b/docs/units/1_unit/04_lesson/lesson.md.html
index c308ea8ea..020632f15 100644
--- a/docs/units/1_unit/04_lesson/lesson.md.html
+++ b/docs/units/1_unit/04_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [1.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx)
+* [1.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Magic Genie][] ([docx][])([pdf][])
* [Associated Readings 1.3](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/1.3)
@@ -104,8 +104,8 @@
[Do Now]:do_now.md.html
[Lab - Magic Genie]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/04_lesson/lab.docx
[Comments Video]: https://youtu.be/kEuVvUc1Zec
diff --git a/docs/units/1_unit/05_lesson/alt1/README.md.html b/docs/units/1_unit/05_lesson/alt1/README.md.html
index 83ca2f124..86b4dffe0 100644
--- a/docs/units/1_unit/05_lesson/alt1/README.md.html
+++ b/docs/units/1_unit/05_lesson/alt1/README.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/05_lesson/lesson.md.html b/docs/units/1_unit/05_lesson/lesson.md.html
index ed24adf6c..d389e1bc0 100644
--- a/docs/units/1_unit/05_lesson/lesson.md.html
+++ b/docs/units/1_unit/05_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [1.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx)
+* [1.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx)
* Download quiz and Answer key(access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][])
* [Associated Readings 1.3](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/1.3)
* Take the quiz.
diff --git a/docs/units/1_unit/06_lesson/lesson.md.html b/docs/units/1_unit/06_lesson/lesson.md.html
index 0e9ff11cc..c9643743e 100644
--- a/docs/units/1_unit/06_lesson/lesson.md.html
+++ b/docs/units/1_unit/06_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -16,12 +16,12 @@
## Materials
-* [1.06 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx)
+* [1.06 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx)
* [Project spec - Mad Libs][] ([docx][1]) ([pdf][2])
* [Project spec - Mad Libs (Canadian version)][] ([docx][3]) ([pdf][4])
* [Project spec - Magic Square][] ([docx][5]) ([pdf][6])
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS dashboard][])
-* [Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/rubric.docx)
+* [Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/rubric.docx)
## Preparation
@@ -84,7 +84,7 @@
### Objective scoring breakdown
-[Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/rubric.docx)
+[Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/rubric.docx)
| Points | Percentage | Objective | Unit location |
| :---: | :---: | --- | :---: |
@@ -105,11 +105,11 @@
[Project spec - Magic Square]: projecta.md.html
[TEALS dashboard]:http:/www.tealsk12.org/dashboard
[4 steps to solve any CS problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project_canada.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project_canada.pdf
-[5]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/projecta.docx
-[6]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/projecta.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project_canada.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project_canada.pdf
+[5]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/projecta.docx
+[6]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/projecta.pdf
diff --git a/docs/units/1_unit/06_lesson/project.md.html b/docs/units/1_unit/06_lesson/project.md.html
index 24a24d03d..bf2685e75 100644
--- a/docs/units/1_unit/06_lesson/project.md.html
+++ b/docs/units/1_unit/06_lesson/project.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/06_lesson/project_canada.md.html b/docs/units/1_unit/06_lesson/project_canada.md.html
index 46aeeb826..157be6948 100644
--- a/docs/units/1_unit/06_lesson/project_canada.md.html
+++ b/docs/units/1_unit/06_lesson/project_canada.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/06_lesson/projecta.md.html b/docs/units/1_unit/06_lesson/projecta.md.html
index 0530f19bd..6061682e2 100644
--- a/docs/units/1_unit/06_lesson/projecta.md.html
+++ b/docs/units/1_unit/06_lesson/projecta.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/06_lesson/rubric.md.html b/docs/units/1_unit/06_lesson/rubric.md.html
index ae23b2f73..8cd1dc99f 100644
--- a/docs/units/1_unit/06_lesson/rubric.md.html
+++ b/docs/units/1_unit/06_lesson/rubric.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/cloud_9_cheat_sheet.md.html b/docs/units/1_unit/cloud_9_cheat_sheet.md.html
index ca72eb066..8e82269e5 100644
--- a/docs/units/1_unit/cloud_9_cheat_sheet.md.html
+++ b/docs/units/1_unit/cloud_9_cheat_sheet.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/1_unit/unit_1.md.html b/docs/units/1_unit/unit_1.md.html
index 4e4ee729a..8f12a4e20 100644
--- a/docs/units/1_unit/unit_1.md.html
+++ b/docs/units/1_unit/unit_1.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -35,12 +35,12 @@
| **Total Days** | 7 | |
| **Total Minutes** | 350 | |
-[1.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx
-[1.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx
-[1.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx
-[1.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx
-[1.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx
-[1.06 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx
+[1.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx
+[1.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx
+[1.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx
+[1.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx
+[1.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx
+[1.06 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx
## Key Terms
diff --git a/docs/units/2_unit/01_lesson/do_now.md.html b/docs/units/2_unit/01_lesson/do_now.md.html
index 46beadc0e..bbace8290 100644
--- a/docs/units/2_unit/01_lesson/do_now.md.html
+++ b/docs/units/2_unit/01_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/01_lesson/lab.md.html b/docs/units/2_unit/01_lesson/lab.md.html
index 620f34a10..5f5d746d3 100644
--- a/docs/units/2_unit/01_lesson/lab.md.html
+++ b/docs/units/2_unit/01_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/01_lesson/lesson.md.html b/docs/units/2_unit/01_lesson/lesson.md.html
index fce3303dc..0f0344669 100644
--- a/docs/units/2_unit/01_lesson/lesson.md.html
+++ b/docs/units/2_unit/01_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [2.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx)
+* [2.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx)
* [Do Now][]
* [Lab - Casting][] ([docx][]) ([pdf][])
* [Associated Readings 2.1](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/2.1)
@@ -134,7 +134,7 @@
[Do Now]:do_now.md.html
[Lab - Casting]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/01_lesson/lab.docx
diff --git a/docs/units/2_unit/02_lesson/do_now.md.html b/docs/units/2_unit/02_lesson/do_now.md.html
index ec60370c0..c6f29d308 100644
--- a/docs/units/2_unit/02_lesson/do_now.md.html
+++ b/docs/units/2_unit/02_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/02_lesson/lab.md.html b/docs/units/2_unit/02_lesson/lab.md.html
index d8584f23b..dc1e228d5 100644
--- a/docs/units/2_unit/02_lesson/lab.md.html
+++ b/docs/units/2_unit/02_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/02_lesson/lab_canada.md.html b/docs/units/2_unit/02_lesson/lab_canada.md.html
index 599f1411d..aeb4d7b0b 100644
--- a/docs/units/2_unit/02_lesson/lab_canada.md.html
+++ b/docs/units/2_unit/02_lesson/lab_canada.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/02_lesson/lesson.md.html b/docs/units/2_unit/02_lesson/lesson.md.html
index 9d9d90d54..baea25ebf 100644
--- a/docs/units/2_unit/02_lesson/lesson.md.html
+++ b/docs/units/2_unit/02_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [2.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx)
+* [2.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Can I or Can't I?][] ([docx][]) ([pdf][])
* [Associated Readings 2.2](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/2.2)
@@ -84,7 +84,7 @@
[Do Now]:do_now.md.html
[Lab - Can I or Can't I?]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/02_lesson/lab.docx
diff --git a/docs/units/2_unit/03_lesson/do_now.md.html b/docs/units/2_unit/03_lesson/do_now.md.html
index 6c207800f..e6911921b 100644
--- a/docs/units/2_unit/03_lesson/do_now.md.html
+++ b/docs/units/2_unit/03_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/03_lesson/lab.md.html b/docs/units/2_unit/03_lesson/lab.md.html
index 745cee238..f37fe4664 100644
--- a/docs/units/2_unit/03_lesson/lab.md.html
+++ b/docs/units/2_unit/03_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/03_lesson/lesson.md.html b/docs/units/2_unit/03_lesson/lesson.md.html
index 7c0e68f9c..e9160e50e 100644
--- a/docs/units/2_unit/03_lesson/lesson.md.html
+++ b/docs/units/2_unit/03_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [2.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx)
+* [2.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx)
* [Do Now][]
* [Lab - triangle program][] ([docx][]) ([pdf][])
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
@@ -101,7 +101,7 @@
[Lab - triangle program]:lab.md.html
[TEALS Dashboard]:http://www.tealsk12.org/dashboard
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/03_lesson/lab.docx
diff --git a/docs/units/2_unit/04_lesson/do_now.md.html b/docs/units/2_unit/04_lesson/do_now.md.html
index 850cc8c39..41a5be211 100644
--- a/docs/units/2_unit/04_lesson/do_now.md.html
+++ b/docs/units/2_unit/04_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/04_lesson/lab.md.html b/docs/units/2_unit/04_lesson/lab.md.html
index c1a95af3b..e67dc8b2a 100644
--- a/docs/units/2_unit/04_lesson/lab.md.html
+++ b/docs/units/2_unit/04_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/04_lesson/lesson.md.html b/docs/units/2_unit/04_lesson/lesson.md.html
index c35ddf515..e5b98799e 100644
--- a/docs/units/2_unit/04_lesson/lesson.md.html
+++ b/docs/units/2_unit/04_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -20,7 +20,7 @@
## Materials/Preparation
-* [2.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx)
+* [2.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Food Chooser][] ([docx][]) ([pdf][]).
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
@@ -111,7 +111,7 @@
[Do Now]: do_now.md.html
[Lab - Food Chooser]: lab.md.html
[TEALS Dashboard]: http:/www.tealsk12.org/dashboard
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/04_lesson/lab.docx
diff --git a/docs/units/2_unit/05_lesson/do_now.md.html b/docs/units/2_unit/05_lesson/do_now.md.html
index ad794d320..1f258a0c1 100644
--- a/docs/units/2_unit/05_lesson/do_now.md.html
+++ b/docs/units/2_unit/05_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/05_lesson/lab.md.html b/docs/units/2_unit/05_lesson/lab.md.html
index 2c52cc6c2..7e36eb4f8 100644
--- a/docs/units/2_unit/05_lesson/lab.md.html
+++ b/docs/units/2_unit/05_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/05_lesson/lesson.md.html b/docs/units/2_unit/05_lesson/lesson.md.html
index 3af0a38a7..645b21b78 100644
--- a/docs/units/2_unit/05_lesson/lesson.md.html
+++ b/docs/units/2_unit/05_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [2.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx)
+* [2.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx)
* [Do Now][]
* [Lab - Tic-Tac-Toe][] ([docx][]) ([pdf][])
* [Associated Readings 2.5](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/2.5)
@@ -77,7 +77,7 @@
[Do Now]:do_now.md.html
[Lab - Tic-Tac-Toe]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/05_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/05_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/05_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/05_lesson/lab.docx
diff --git a/docs/units/2_unit/06_lesson/do_now.md.html b/docs/units/2_unit/06_lesson/do_now.md.html
index 62ed8733a..e2b7cd1bc 100644
--- a/docs/units/2_unit/06_lesson/do_now.md.html
+++ b/docs/units/2_unit/06_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/06_lesson/lab.md.html b/docs/units/2_unit/06_lesson/lab.md.html
index 483a58bc0..6ba66cca5 100644
--- a/docs/units/2_unit/06_lesson/lab.md.html
+++ b/docs/units/2_unit/06_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/06_lesson/lesson.md.html b/docs/units/2_unit/06_lesson/lesson.md.html
index a9985719a..6b23e6fdb 100644
--- a/docs/units/2_unit/06_lesson/lesson.md.html
+++ b/docs/units/2_unit/06_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -18,7 +18,7 @@
## Materials/preparation
-* [2.06 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx)
+* [2.06 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx)
* [Do now][]
* [Lab - Tic-Tac-Toe revisited][] ([docx][]) ([pdf][])
* [Associated readings 2.7](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/2.7)
@@ -77,7 +77,7 @@
[Do now]:do_now.md.html
[Lab - Tic-Tac-Toe revisited]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/06_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/06_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/06_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/06_lesson/lab.docx
diff --git a/docs/units/2_unit/07_lesson/lesson.md.html b/docs/units/2_unit/07_lesson/lesson.md.html
index 4ffea981e..9bef1df26 100644
--- a/docs/units/2_unit/07_lesson/lesson.md.html
+++ b/docs/units/2_unit/07_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -17,12 +17,12 @@
## Materials
-* [2.07 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx)
+* [2.07 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx)
* [Project Spec - Text Monster][] ([docx][1]) ([pdf][2])
* [Project Spec - Ogopogo - Text Monster (Canadian version)][] ([docx][3]) ([pdf][4])
* [Project Spec - To-do List][] ([docx][5]) ([pdf][6])
-* [Text Monster Starter Code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/text_Monster_Starter_Code.py)
-* [Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/rubric.docx)
+* [Text Monster Starter Code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/text_Monster_Starter_Code.py)
+* [Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/rubric.docx)
* Sample Solutions (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
## Preparation
@@ -83,7 +83,7 @@
### Objective Scoring Breakdown
-[Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/rubric.docx)
+[Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/rubric.docx)
Student correctly identifies data types (Lesson 2.01) - Assessed in Unit 3
@@ -106,11 +106,11 @@
[Text Monster Game - Example Code]: project_file.py
[TEALS Dashboard]:http:/www.tealsk12.org/dashboard
[4 Steps to Solve Any CS Problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project_canada.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project_canada.pdf
-[5]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/projecta.docx
-[6]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/projecta.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project_canada.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project_canada.pdf
+[5]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/projecta.docx
+[6]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/projecta.pdf
diff --git a/docs/units/2_unit/07_lesson/project.md.html b/docs/units/2_unit/07_lesson/project.md.html
index 19c2edae1..4c45892fb 100644
--- a/docs/units/2_unit/07_lesson/project.md.html
+++ b/docs/units/2_unit/07_lesson/project.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/07_lesson/project_canada.md.html b/docs/units/2_unit/07_lesson/project_canada.md.html
index 2e2a219ed..c37b124a7 100644
--- a/docs/units/2_unit/07_lesson/project_canada.md.html
+++ b/docs/units/2_unit/07_lesson/project_canada.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/07_lesson/projecta.md.html b/docs/units/2_unit/07_lesson/projecta.md.html
index 0e3590eed..550ef2005 100644
--- a/docs/units/2_unit/07_lesson/projecta.md.html
+++ b/docs/units/2_unit/07_lesson/projecta.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/07_lesson/rubric.md.html b/docs/units/2_unit/07_lesson/rubric.md.html
index 193d92211..7ad3e9128 100644
--- a/docs/units/2_unit/07_lesson/rubric.md.html
+++ b/docs/units/2_unit/07_lesson/rubric.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/2_unit/unit2_md.md.html b/docs/units/2_unit/unit2_md.md.html
index 1ff78480b..9c6e5231c 100644
--- a/docs/units/2_unit/unit2_md.md.html
+++ b/docs/units/2_unit/unit2_md.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -60,12 +60,12 @@
* Remove
* While Loop
-[2.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx
-[2.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx
-[2.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx
-[2.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx
-[2.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx
-[2.06 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx
-[2.07 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx
+[2.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx
+[2.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx
+[2.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx
+[2.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx
+[2.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx
+[2.06 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx
+[2.07 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx
diff --git a/docs/units/3_unit/01_lesson/do_now.md.html b/docs/units/3_unit/01_lesson/do_now.md.html
index c8c73fea2..75d3c9ae5 100644
--- a/docs/units/3_unit/01_lesson/do_now.md.html
+++ b/docs/units/3_unit/01_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/01_lesson/lab.md.html b/docs/units/3_unit/01_lesson/lab.md.html
index 04ff93fad..d74ee6fbf 100644
--- a/docs/units/3_unit/01_lesson/lab.md.html
+++ b/docs/units/3_unit/01_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/01_lesson/lesson.md.html b/docs/units/3_unit/01_lesson/lesson.md.html
index 14ccf7e31..92b144919 100644
--- a/docs/units/3_unit/01_lesson/lesson.md.html
+++ b/docs/units/3_unit/01_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -20,7 +20,7 @@
## Materials/Preparation
-* [3.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx)
+* [3.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx)
* [Do Now][]
* [Lab - Magic 8-Ball][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/3.1)
@@ -99,7 +99,7 @@
[Do Now]:do_now.md.html
[Lab - Magic 8-Ball]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/01_lesson/lab.docx
diff --git a/docs/units/3_unit/02_lesson/do_now.md.html b/docs/units/3_unit/02_lesson/do_now.md.html
index c558ef06e..0f63d7293 100644
--- a/docs/units/3_unit/02_lesson/do_now.md.html
+++ b/docs/units/3_unit/02_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/02_lesson/lab.md.html b/docs/units/3_unit/02_lesson/lab.md.html
index 2af1c595b..82c445e2f 100644
--- a/docs/units/3_unit/02_lesson/lab.md.html
+++ b/docs/units/3_unit/02_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/02_lesson/lesson.md.html b/docs/units/3_unit/02_lesson/lesson.md.html
index 29394e72e..3a43e4b27 100644
--- a/docs/units/3_unit/02_lesson/lesson.md.html
+++ b/docs/units/3_unit/02_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -21,7 +21,7 @@
## Materials/Preparation
-* [3.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx)
+* [3.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Birthday Song & Random Cards][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/3.2)
@@ -84,7 +84,7 @@
[Do Now]:do_now.md.html
[Lab - Birthday Song & Random Cards]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/02_lesson/lab.docx
diff --git a/docs/units/3_unit/03_lesson/do_now.md.html b/docs/units/3_unit/03_lesson/do_now.md.html
index 26fd8ae25..aa151d849 100644
--- a/docs/units/3_unit/03_lesson/do_now.md.html
+++ b/docs/units/3_unit/03_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/03_lesson/lab.md.html b/docs/units/3_unit/03_lesson/lab.md.html
index 0a4969175..ceaf1d2ac 100644
--- a/docs/units/3_unit/03_lesson/lab.md.html
+++ b/docs/units/3_unit/03_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/03_lesson/lesson.md.html b/docs/units/3_unit/03_lesson/lesson.md.html
index dba0814c2..fc4bf00e2 100644
--- a/docs/units/3_unit/03_lesson/lesson.md.html
+++ b/docs/units/3_unit/03_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -18,7 +18,7 @@
## Materials/Preparation
-* [3.3 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx)
+* [3.3 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx)
* [Do Now][]
* [Lab - War (Card Game)][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/3.3)
@@ -87,7 +87,7 @@
[Do Now]:do_now.md.html
[Lab - War (Card Game)]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/03_lesson/lab.docx
diff --git a/docs/units/3_unit/04_lesson/do_now.md.html b/docs/units/3_unit/04_lesson/do_now.md.html
index 5a78f2bd2..290c43799 100644
--- a/docs/units/3_unit/04_lesson/do_now.md.html
+++ b/docs/units/3_unit/04_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/04_lesson/lab.md.html b/docs/units/3_unit/04_lesson/lab.md.html
index a7d17decd..f49c1d81e 100644
--- a/docs/units/3_unit/04_lesson/lab.md.html
+++ b/docs/units/3_unit/04_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/04_lesson/lesson.md.html b/docs/units/3_unit/04_lesson/lesson.md.html
index aed4c992b..d1e9a7557 100644
--- a/docs/units/3_unit/04_lesson/lesson.md.html
+++ b/docs/units/3_unit/04_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -21,7 +21,7 @@
## Materials/Preparation
-* [3.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx)
+* [3.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Aliasing & Scope][] ([docx][]) ([pdf][])
* Read through the Do Now, lesson, and lab so that you are familiar with the requirements and can assist students.
@@ -111,7 +111,7 @@
[Do Now]:do_now.md.html
[Lab - Aliasing & Scope]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/04_lesson/lab.docx
diff --git a/docs/units/3_unit/05_lesson/lesson.md.html b/docs/units/3_unit/05_lesson/lesson.md.html
index f00c404b2..6c27e03d3 100644
--- a/docs/units/3_unit/05_lesson/lesson.md.html
+++ b/docs/units/3_unit/05_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,17 +19,17 @@
## Materials/preparation
-* [3.05 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx)
+* [3.05 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx)
* [Project spec - Oregon Trail][] ([docx][1]) ([pdf][2])
* [Project spec - Cross-Country Canada][] ([docx][3]) ([pdf][4])
* [Project spec - Daily Planner][] ([docx][5]) ([pdf][6])
-* [Oregon Trail starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/Unit_3_Project_Oregon_Trail_Starter_Code.py)
-* [Cross-Country Canada starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/Unit_3_Project_Cross_Country_Canada_Starter_Code.py/)
+* [Oregon Trail starter code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/Unit_3_Project_Oregon_Trail_Starter_Code.py)
+* [Cross-Country Canada starter code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/Unit_3_Project_Cross_Country_Canada_Starter_Code.py/)
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS dashboard](https://www.tealsk12.org/dashboard/))
* Update the _Project Spec_ as needed to meet your grading requirements.
* Try creating your own variation on the Oregon Trail code so you are familiar with the potential challenges and bugs your students will hit.
* Review [4 steps to solve any CS problem][]
-* [Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/rubric.docx)
+* [Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/rubric.docx)
### Day 1
@@ -84,7 +84,7 @@
### Objective scoring breakdown
-[Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/rubric.docx)
+[Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/rubric.docx)
| Points | Percentage| Objective | Lesson |
| :---: | :---: | --- | --- |
@@ -107,11 +107,11 @@
[TEALS dashboard]:http:/www.tealsk12.org/dashboard
[4 steps to solve any CS problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project_canada.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project_canada.pdf
-[5]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/projecta.docx
-[6]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/projecta.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project_canada.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project_canada.pdf
+[5]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/projecta.docx
+[6]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/projecta.pdf
diff --git a/docs/units/3_unit/05_lesson/project.md.html b/docs/units/3_unit/05_lesson/project.md.html
index 60ed47cdc..6c071744c 100644
--- a/docs/units/3_unit/05_lesson/project.md.html
+++ b/docs/units/3_unit/05_lesson/project.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/05_lesson/project_canada.md.html b/docs/units/3_unit/05_lesson/project_canada.md.html
index f78d95a7d..80daffb52 100644
--- a/docs/units/3_unit/05_lesson/project_canada.md.html
+++ b/docs/units/3_unit/05_lesson/project_canada.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/05_lesson/projecta.md.html b/docs/units/3_unit/05_lesson/projecta.md.html
index 00dd50e6b..be2fdc87f 100644
--- a/docs/units/3_unit/05_lesson/projecta.md.html
+++ b/docs/units/3_unit/05_lesson/projecta.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/05_lesson/rubric.md.html b/docs/units/3_unit/05_lesson/rubric.md.html
index a47676766..ba34213af 100644
--- a/docs/units/3_unit/05_lesson/rubric.md.html
+++ b/docs/units/3_unit/05_lesson/rubric.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/3_unit/slidedecks/Intro Python 3.01 TEALS.pptx b/docs/units/3_unit/slidedecks/Intro Python 3.01 TEALS.pptx
index ff9fd352a..883dd395b 100644
Binary files a/docs/units/3_unit/slidedecks/Intro Python 3.01 TEALS.pptx and b/docs/units/3_unit/slidedecks/Intro Python 3.01 TEALS.pptx differ
diff --git a/docs/units/3_unit/slidedecks/Intro Python 3.02 TEALS.pptx b/docs/units/3_unit/slidedecks/Intro Python 3.02 TEALS.pptx
index ebe377d92..56a3f05d5 100644
Binary files a/docs/units/3_unit/slidedecks/Intro Python 3.02 TEALS.pptx and b/docs/units/3_unit/slidedecks/Intro Python 3.02 TEALS.pptx differ
diff --git a/docs/units/3_unit/slidedecks/Intro Python 3.03 TEALS.pptx b/docs/units/3_unit/slidedecks/Intro Python 3.03 TEALS.pptx
index 49acdb8d5..d0e3411de 100644
Binary files a/docs/units/3_unit/slidedecks/Intro Python 3.03 TEALS.pptx and b/docs/units/3_unit/slidedecks/Intro Python 3.03 TEALS.pptx differ
diff --git a/docs/units/3_unit/slidedecks/Intro Python 3.03 TEALS_Orig.pptx b/docs/units/3_unit/slidedecks/Intro Python 3.03 TEALS_Orig.pptx
new file mode 100644
index 000000000..49acdb8d5
Binary files /dev/null and b/docs/units/3_unit/slidedecks/Intro Python 3.03 TEALS_Orig.pptx differ
diff --git a/docs/units/3_unit/unit_3.md.html b/docs/units/3_unit/unit_3.md.html
index 9ed195312..e5091936a 100644
--- a/docs/units/3_unit/unit_3.md.html
+++ b/docs/units/3_unit/unit_3.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -48,10 +48,10 @@
* aliasing
* stack trace
-[3.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx
-[3.02 Slide Deck]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx
-[3.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx
-[3.04 Slide Deck]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx
-[3.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx
+[3.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx
+[3.02 Slide Deck]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx
+[3.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx
+[3.04 Slide Deck]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx
+[3.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx
diff --git a/docs/units/4_unit/01_lesson/do_now.md.html b/docs/units/4_unit/01_lesson/do_now.md.html
index f12812350..74cb0bcd5 100644
--- a/docs/units/4_unit/01_lesson/do_now.md.html
+++ b/docs/units/4_unit/01_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/01_lesson/lab.md.html b/docs/units/4_unit/01_lesson/lab.md.html
index 335ff1942..7c676c7b3 100644
--- a/docs/units/4_unit/01_lesson/lab.md.html
+++ b/docs/units/4_unit/01_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/01_lesson/lesson.md.html b/docs/units/4_unit/01_lesson/lesson.md.html
index 4316b1958..76f805b1d 100644
--- a/docs/units/4_unit/01_lesson/lesson.md.html
+++ b/docs/units/4_unit/01_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [4.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx)
+* [4.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx)
* [Do Now][]
* [Lab - de_vowel][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/4.1)
@@ -81,7 +81,7 @@
[Do Now]: do_now.md.html
[Lab - de_vowel]: lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/01_lesson/lab.docx
diff --git a/docs/units/4_unit/02_lesson/do_now.md.html b/docs/units/4_unit/02_lesson/do_now.md.html
index cff639f74..4d47aaa71 100644
--- a/docs/units/4_unit/02_lesson/do_now.md.html
+++ b/docs/units/4_unit/02_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/02_lesson/lab.md.html b/docs/units/4_unit/02_lesson/lab.md.html
index 18058665e..17d492323 100644
--- a/docs/units/4_unit/02_lesson/lab.md.html
+++ b/docs/units/4_unit/02_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/02_lesson/lesson.md.html b/docs/units/4_unit/02_lesson/lesson.md.html
index e811913aa..70bd7dc51 100644
--- a/docs/units/4_unit/02_lesson/lesson.md.html
+++ b/docs/units/4_unit/02_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -18,7 +18,7 @@
## Materials/Preparation
-* [4.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx)
+* [4.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Getting Loopy][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/4.2)
@@ -94,7 +94,7 @@
[Do Now]: do_now.md.html
[Lab - Getting Loopy]: lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/02_lesson/lab.docx
diff --git a/docs/units/4_unit/03_lesson/do_now.md.html b/docs/units/4_unit/03_lesson/do_now.md.html
index ef8937c26..ec6fe30d2 100644
--- a/docs/units/4_unit/03_lesson/do_now.md.html
+++ b/docs/units/4_unit/03_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/03_lesson/lab.md.html b/docs/units/4_unit/03_lesson/lab.md.html
index 98cd251c8..0065c20a8 100644
--- a/docs/units/4_unit/03_lesson/lab.md.html
+++ b/docs/units/4_unit/03_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/03_lesson/lab_caesar.md.html b/docs/units/4_unit/03_lesson/lab_caesar.md.html
index 7018e3e45..0c4fda70c 100644
--- a/docs/units/4_unit/03_lesson/lab_caesar.md.html
+++ b/docs/units/4_unit/03_lesson/lab_caesar.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/03_lesson/lesson.md.html b/docs/units/4_unit/03_lesson/lesson.md.html
index f9b97de87..2dac5ee04 100644
--- a/docs/units/4_unit/03_lesson/lesson.md.html
+++ b/docs/units/4_unit/03_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -20,10 +20,10 @@
## Materials/Preparation
-* [4.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx)
+* [4.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx)
* [Do Now][]
* [Lab - Nested For Loops][] ([docx][]) ([pdf][])
-* [Lab - Caesar Cipher][] ([docx][https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab_caesar.docx]) ([pdf][https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab_caesar.pdf])
+* [Lab - Caesar Cipher][] ([docx][https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab_caesar.docx]) ([pdf][https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab_caesar.pdf])
* Read through the Do Now, lesson, and lab so that you are familiar with the requirements and can assist students.
* Video Explanation of nested `for` Loops.
* [Nested Loops](https://youtu.be/fyP4SXpkYG4)
@@ -97,7 +97,7 @@
[Do Now]: do_now.md.html
[Lab - Nested For Loops]: lab.md.html
[Lab - Caesar Cipher]: lab_caesar.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab.docx
diff --git a/docs/units/4_unit/04_lesson/do_now.md.html b/docs/units/4_unit/04_lesson/do_now.md.html
index b7ff916fb..197f45ac7 100644
--- a/docs/units/4_unit/04_lesson/do_now.md.html
+++ b/docs/units/4_unit/04_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/04_lesson/lab.md.html b/docs/units/4_unit/04_lesson/lab.md.html
index 89d43de47..1dd396df5 100644
--- a/docs/units/4_unit/04_lesson/lab.md.html
+++ b/docs/units/4_unit/04_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/04_lesson/lesson.md.html b/docs/units/4_unit/04_lesson/lesson.md.html
index 9339828d1..e82c35e36 100644
--- a/docs/units/4_unit/04_lesson/lesson.md.html
+++ b/docs/units/4_unit/04_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -18,7 +18,7 @@
## Materials/Preparation
-* [4.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx)
+* [4.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Shopping List](lab.md.html) ([docx][]) ([pdf][])
* Read through the Do Now, lesson, and lab so that you are familiar with the requirements and can assist students.
@@ -108,7 +108,7 @@
[Do Now]: do_now.md.html
[Lab - Daily Schedule]: lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/04_lesson/lab.docx
diff --git a/docs/units/4_unit/05_lesson/lab.md.html b/docs/units/4_unit/05_lesson/lab.md.html
index 822512f58..4a2fdc7d6 100644
--- a/docs/units/4_unit/05_lesson/lab.md.html
+++ b/docs/units/4_unit/05_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/05_lesson/lesson.md.html b/docs/units/4_unit/05_lesson/lesson.md.html
index db441ed82..3beb77de3 100644
--- a/docs/units/4_unit/05_lesson/lesson.md.html
+++ b/docs/units/4_unit/05_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [4.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx)
+* [4.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx)
* Quiz (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][])
* [Lab - Debugging Practice][] ([docx][]) ([pdf][])
* [Coding Example][]
@@ -66,8 +66,8 @@
[TEALS Dashboard]:http:/www.tealsk12.org/dashboard
[Lab - Debugging Practice]: lab.md.html
[Coding Example]: https://raw.githubusercontent.com/TEALSK12/2nd-semester-introduction-to-computer-science/master/units/4_unit/05_lesson/code_example.py
-[Additional Coding Example]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/longer_coding_sample.py
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/lab.docx
+[Additional Coding Example]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/longer_coding_sample.py
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/lab.docx
diff --git a/docs/units/4_unit/06_lesson/lesson.md.html b/docs/units/4_unit/06_lesson/lesson.md.html
index 17be97bb5..770bca3d6 100644
--- a/docs/units/4_unit/06_lesson/lesson.md.html
+++ b/docs/units/4_unit/06_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -18,16 +18,16 @@
## Materials/preparation
-* [4.06 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx)
+* [4.06 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx)
* [Project spec - Tic-Tac-Toe][] ([docx][1]) ([pdf][2])
* [Teacher's guide for BC curriculum alignment](project_canada.md.html)
* [Project Spec - 2 Player Tic-Tac-Toe][] ([docx][3]) ([pdf][4])
-* [Tic Tac Toe starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/tictactoe_starter_code.py)
+* [Tic Tac Toe starter code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/tictactoe_starter_code.py)
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS dashboard])
* Read through the handout, lesson, and project so that you are familiar with the requirements and can assist students
* Try creating your own variation on the Tic-Tac-Toe game so you are familiar with the potential challenges and bugs your students will hit
* Review [4 steps to solve any CS problem][]
-* [Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/rubric.docx)
+* [Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/rubric.docx)
## Pacing guide
@@ -103,7 +103,7 @@
## Grading
-[Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/rubric.docx)
+[Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/rubric.docx)
### Objective scoring breakdown
@@ -122,10 +122,10 @@
[TEALS dashboard]:http:/www.tealsk12.org/dashboard
[4 steps to solve any CS problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/projecta.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/projecta.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/projecta.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/projecta.pdf
diff --git a/docs/units/4_unit/06_lesson/project.md.html b/docs/units/4_unit/06_lesson/project.md.html
index e9ea027d4..cd8b16689 100644
--- a/docs/units/4_unit/06_lesson/project.md.html
+++ b/docs/units/4_unit/06_lesson/project.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/06_lesson/project_canada.md.html b/docs/units/4_unit/06_lesson/project_canada.md.html
index 715f9f00f..c4446c898 100644
--- a/docs/units/4_unit/06_lesson/project_canada.md.html
+++ b/docs/units/4_unit/06_lesson/project_canada.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/06_lesson/projecta.md.html b/docs/units/4_unit/06_lesson/projecta.md.html
index 4927db2b3..313772ee4 100644
--- a/docs/units/4_unit/06_lesson/projecta.md.html
+++ b/docs/units/4_unit/06_lesson/projecta.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/06_lesson/rubric.md.html b/docs/units/4_unit/06_lesson/rubric.md.html
index d9983637f..78365e089 100644
--- a/docs/units/4_unit/06_lesson/rubric.md.html
+++ b/docs/units/4_unit/06_lesson/rubric.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/4_unit/unit4.md.html b/docs/units/4_unit/unit4.md.html
index 423811b3c..425e2c313 100644
--- a/docs/units/4_unit/unit4.md.html
+++ b/docs/units/4_unit/unit4.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -44,11 +44,11 @@
* Stack Trace
* Nested List
-[4.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx
-[4.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx
-[4.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx
-[4.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx
-[4.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx
-[4.06 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx
+[4.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx
+[4.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx
+[4.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx
+[4.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx
+[4.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx
+[4.06 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx
diff --git a/docs/units/5_unit/01_lesson/do_now.md.html b/docs/units/5_unit/01_lesson/do_now.md.html
index 3c688be7b..87928a010 100644
--- a/docs/units/5_unit/01_lesson/do_now.md.html
+++ b/docs/units/5_unit/01_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/01_lesson/lab.md.html b/docs/units/5_unit/01_lesson/lab.md.html
index 2823872d9..d74f48bc0 100644
--- a/docs/units/5_unit/01_lesson/lab.md.html
+++ b/docs/units/5_unit/01_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/01_lesson/lesson.md.html b/docs/units/5_unit/01_lesson/lesson.md.html
index fcb267a7d..f3d060743 100644
--- a/docs/units/5_unit/01_lesson/lesson.md.html
+++ b/docs/units/5_unit/01_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -26,7 +26,7 @@
## Materials/Preparation
-* [5.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx)
+* [5.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx)
* [Do Now][]
* [Lab - Intro to EarSketch][] ([docx][]) ([pdf][])
* [EarSketch Editor][]
@@ -126,7 +126,7 @@
[Do Now]: do_now.md.html
[Lab - Intro to EarSketch]: lab.md.html
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/01_lesson/lab.docx
diff --git a/docs/units/5_unit/02_lesson/do_now.md.html b/docs/units/5_unit/02_lesson/do_now.md.html
index 3bcaf6e1d..b3475a0dd 100644
--- a/docs/units/5_unit/02_lesson/do_now.md.html
+++ b/docs/units/5_unit/02_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/02_lesson/lab.md.html b/docs/units/5_unit/02_lesson/lab.md.html
index 83dc87366..a2d04da4e 100644
--- a/docs/units/5_unit/02_lesson/lab.md.html
+++ b/docs/units/5_unit/02_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/02_lesson/lesson.md.html b/docs/units/5_unit/02_lesson/lesson.md.html
index 7141aef06..f7d6700d9 100644
--- a/docs/units/5_unit/02_lesson/lesson.md.html
+++ b/docs/units/5_unit/02_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [5.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx)
+* [5.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx)
* [Do Now][]
* [Lab - EarSketch Music][] ([docx][]) ([pdf][])
* [EarSketch Editor][]
@@ -81,7 +81,7 @@
[Do Now]: do_now.md.html
[Lab - EarSketch Music]: lab.md.html
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/02_lesson/lab.docx
diff --git a/docs/units/5_unit/03_lesson/do_now.md.html b/docs/units/5_unit/03_lesson/do_now.md.html
index 73bd4bdb9..02d20a0bc 100644
--- a/docs/units/5_unit/03_lesson/do_now.md.html
+++ b/docs/units/5_unit/03_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/03_lesson/lab.md.html b/docs/units/5_unit/03_lesson/lab.md.html
index 3c5927a9f..6ce1425bd 100644
--- a/docs/units/5_unit/03_lesson/lab.md.html
+++ b/docs/units/5_unit/03_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/03_lesson/lesson.md.html b/docs/units/5_unit/03_lesson/lesson.md.html
index b87ca7a21..c0488d576 100644
--- a/docs/units/5_unit/03_lesson/lesson.md.html
+++ b/docs/units/5_unit/03_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -20,7 +20,7 @@
## Materials/Preparation
-* [5.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx)
+* [5.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx)
* [Do Now][]
* [Lab - EarSketch Control Flow][] ([docx][]) ([pdf][])
* [EarSketch Editor][]
@@ -68,7 +68,7 @@
[Do Now]: do_now.md.html
[Lab - EarSketch Control Flow]: lab.md.html
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/03_lesson/lab.docx
diff --git a/docs/units/5_unit/04_lesson/do_now.md.html b/docs/units/5_unit/04_lesson/do_now.md.html
index cd051764a..14724cdee 100644
--- a/docs/units/5_unit/04_lesson/do_now.md.html
+++ b/docs/units/5_unit/04_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/04_lesson/lab.md.html b/docs/units/5_unit/04_lesson/lab.md.html
index 5b0fb1ac0..61323d2cd 100644
--- a/docs/units/5_unit/04_lesson/lab.md.html
+++ b/docs/units/5_unit/04_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/04_lesson/lesson.md.html b/docs/units/5_unit/04_lesson/lesson.md.html
index 6be70fca0..46128fcca 100644
--- a/docs/units/5_unit/04_lesson/lesson.md.html
+++ b/docs/units/5_unit/04_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -18,7 +18,7 @@
## Materials/Preparation
-* [5.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx)
+* [5.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx)
* [Do Now][]
* [Lab - User-Defined Functions][] ([docx][]) ([pdf][])
* [EarSketch Editor][]
@@ -74,7 +74,7 @@
[Do Now]: do_now.md.html
[Lab - User-Defined Functions]: lab.md.html
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/04_lesson/lab.docx
diff --git a/docs/units/5_unit/05_lesson/do_now.md.html b/docs/units/5_unit/05_lesson/do_now.md.html
index 71be8f731..1474cdae5 100644
--- a/docs/units/5_unit/05_lesson/do_now.md.html
+++ b/docs/units/5_unit/05_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/05_lesson/lesson.md.html b/docs/units/5_unit/05_lesson/lesson.md.html
index 54ff77ac5..08402e042 100644
--- a/docs/units/5_unit/05_lesson/lesson.md.html
+++ b/docs/units/5_unit/05_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -18,7 +18,7 @@
## Materials/Preparation
-* [5.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx)
+* [5.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx)
* [Do Now][]
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][])
* [EarSketch Editor][]
@@ -96,7 +96,7 @@
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
[4 Steps to Solve Any CS Problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
[Project]: project.md.html
-[editable project spec]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.docx
-[printable project Spec]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.pdf
+[editable project spec]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.docx
+[printable project Spec]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.pdf
diff --git a/docs/units/5_unit/05_lesson/project.md.html b/docs/units/5_unit/05_lesson/project.md.html
index 2153110f4..980c21e6f 100644
--- a/docs/units/5_unit/05_lesson/project.md.html
+++ b/docs/units/5_unit/05_lesson/project.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/05_lesson/project_canada.md.html b/docs/units/5_unit/05_lesson/project_canada.md.html
index b7e5e872d..27d50419b 100644
--- a/docs/units/5_unit/05_lesson/project_canada.md.html
+++ b/docs/units/5_unit/05_lesson/project_canada.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -135,7 +135,7 @@
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
[4 Steps to Solve Any CS Problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
[Project]: project.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.docx
diff --git a/docs/units/5_unit/05_lesson/rubric.md.html b/docs/units/5_unit/05_lesson/rubric.md.html
index ccbcb911c..01edd2df8 100644
--- a/docs/units/5_unit/05_lesson/rubric.md.html
+++ b/docs/units/5_unit/05_lesson/rubric.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/5_unit/unit5.md.html b/docs/units/5_unit/unit5.md.html
index 80e9a9585..deacf0b3c 100644
--- a/docs/units/5_unit/unit5.md.html
+++ b/docs/units/5_unit/unit5.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -42,10 +42,10 @@
* Section
* A-B-A form
-[5.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx
-[5.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx
-[5.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx
-[5.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx
-[5.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx
+[5.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx
+[5.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx
+[5.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx
+[5.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx
+[5.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx
diff --git a/docs/units/6_unit/01_lesson/do_now.md.html b/docs/units/6_unit/01_lesson/do_now.md.html
index 33164e96f..7e150f1ad 100644
--- a/docs/units/6_unit/01_lesson/do_now.md.html
+++ b/docs/units/6_unit/01_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/01_lesson/lab.md.html b/docs/units/6_unit/01_lesson/lab.md.html
index 3fac3ade7..bc7f9b0b1 100644
--- a/docs/units/6_unit/01_lesson/lab.md.html
+++ b/docs/units/6_unit/01_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/01_lesson/lesson.md.html b/docs/units/6_unit/01_lesson/lesson.md.html
index 270f8d7ad..78c9ccb8c 100644
--- a/docs/units/6_unit/01_lesson/lesson.md.html
+++ b/docs/units/6_unit/01_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [6.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx)
+* [6.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx)
* [Do Now][]
* [Lab - Dictionary of Internet Abbreviations][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/6.1)
@@ -98,7 +98,7 @@
[Do Now]: do_now.md.html
[Lab - Dictionary of Internet Abbreviations]: lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/01_lesson/lab.docx
diff --git a/docs/units/6_unit/02_lesson/do_now.md.html b/docs/units/6_unit/02_lesson/do_now.md.html
index 17e41cb0b..d34a6a674 100644
--- a/docs/units/6_unit/02_lesson/do_now.md.html
+++ b/docs/units/6_unit/02_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/02_lesson/lab.md.html b/docs/units/6_unit/02_lesson/lab.md.html
index e3293853a..12c552b2c 100644
--- a/docs/units/6_unit/02_lesson/lab.md.html
+++ b/docs/units/6_unit/02_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/02_lesson/lesson.md.html b/docs/units/6_unit/02_lesson/lesson.md.html
index 286643148..d4324e156 100644
--- a/docs/units/6_unit/02_lesson/lesson.md.html
+++ b/docs/units/6_unit/02_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -20,7 +20,7 @@
## Materials/Preparation
-* [6.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx)
+* [6.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Word Counter][] ([docx][]) ([pdf][])
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
@@ -77,7 +77,7 @@
[Do Now]: do_now.md.html
[Lab - Word Counter]: lab.md.html
[TEALS Dashboard]:http:/www.tealsk12.org/dashboard
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/02_lesson/lab.docx
diff --git a/docs/units/6_unit/03_lesson/do_now.md.html b/docs/units/6_unit/03_lesson/do_now.md.html
index 684e21248..aeffdb34b 100644
--- a/docs/units/6_unit/03_lesson/do_now.md.html
+++ b/docs/units/6_unit/03_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/03_lesson/lab.md.html b/docs/units/6_unit/03_lesson/lab.md.html
index f760accd1..6113aa725 100644
--- a/docs/units/6_unit/03_lesson/lab.md.html
+++ b/docs/units/6_unit/03_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/03_lesson/lesson.md.html b/docs/units/6_unit/03_lesson/lesson.md.html
index 0b1c1d834..3342dcce5 100644
--- a/docs/units/6_unit/03_lesson/lesson.md.html
+++ b/docs/units/6_unit/03_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -18,7 +18,7 @@
## Materials/Preparation
-* [6.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx)
+* [6.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx)
* [Do Now][]
* [Lab - Dictionaries Storing Lists][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/6.3)
@@ -69,7 +69,7 @@
[Do Now]: do_now.md.html
[Lab - Dictionaries Storing Lists]: lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/03_lesson/lab.docx
diff --git a/docs/units/6_unit/04_lesson/do_now.md.html b/docs/units/6_unit/04_lesson/do_now.md.html
index 13bf2da03..505a4b4b4 100644
--- a/docs/units/6_unit/04_lesson/do_now.md.html
+++ b/docs/units/6_unit/04_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/04_lesson/lab.md.html b/docs/units/6_unit/04_lesson/lab.md.html
index 13e4190be..efd246f23 100644
--- a/docs/units/6_unit/04_lesson/lab.md.html
+++ b/docs/units/6_unit/04_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/04_lesson/lesson.md.html b/docs/units/6_unit/04_lesson/lesson.md.html
index 277f9fb14..a2ef21c16 100644
--- a/docs/units/6_unit/04_lesson/lesson.md.html
+++ b/docs/units/6_unit/04_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -17,7 +17,7 @@
## Materials/Preparation
-* [6.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx)
+* [6.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Dictionaries Looping][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/6.4)
@@ -67,6 +67,6 @@
[Do Now]: do_now.md.html
[Lab - Dictionaries Looping]: lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/04_lesson/lab.docx
diff --git a/docs/units/6_unit/05_lesson/do_now.md.html b/docs/units/6_unit/05_lesson/do_now.md.html
index 431b90c4e..7df3dcc3e 100644
--- a/docs/units/6_unit/05_lesson/do_now.md.html
+++ b/docs/units/6_unit/05_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/05_lesson/lesson.md.html b/docs/units/6_unit/05_lesson/lesson.md.html
index 708524832..a7358730c 100644
--- a/docs/units/6_unit/05_lesson/lesson.md.html
+++ b/docs/units/6_unit/05_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -17,7 +17,7 @@
## Materials/Preparation
-* [6.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx)
+* [6.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx)
* [Do Now][]
* [Project Spec - Buy an Umbrella][] ([docx][1]) ([pdf][2])
* [Project Spec - Guess Who][] ([docx][3]) ([pdf][4])
@@ -26,7 +26,7 @@
* Read through the do now and project spec so that you are familiar with the requirements and can assist students.
* Try creating your own variation on the Guess Who game so you are familiar with the potential challenges and bugs your students will hit.
* Review [4 Steps to Solve Any CS Problem][]
-* [Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/rubric.docx)
+* [Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/rubric.docx)
## Pacing Guide
@@ -96,7 +96,7 @@
## Grading
-[Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/rubric.docx)
+[Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/rubric.docx)
### Objective Scoring Breakdown
@@ -118,11 +118,11 @@
[Guess Who]:https://en.wikipedia.org/wiki/Guess_Who%3F
[4 Steps to Solve Any CS Problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project_canada.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project_canada.pdf
-[5]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/projectb.docx
-[6]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/projectb.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project_canada.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project_canada.pdf
+[5]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/projectb.docx
+[6]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/projectb.pdf
diff --git a/docs/units/6_unit/05_lesson/project.md.html b/docs/units/6_unit/05_lesson/project.md.html
index 53b0f9084..22327160d 100644
--- a/docs/units/6_unit/05_lesson/project.md.html
+++ b/docs/units/6_unit/05_lesson/project.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/05_lesson/project_canada.md.html b/docs/units/6_unit/05_lesson/project_canada.md.html
index b7bec2d41..d82a769ca 100644
--- a/docs/units/6_unit/05_lesson/project_canada.md.html
+++ b/docs/units/6_unit/05_lesson/project_canada.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/05_lesson/projectb.md.html b/docs/units/6_unit/05_lesson/projectb.md.html
index d86affe8e..84a6785d5 100644
--- a/docs/units/6_unit/05_lesson/projectb.md.html
+++ b/docs/units/6_unit/05_lesson/projectb.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/05_lesson/rubric.md.html b/docs/units/6_unit/05_lesson/rubric.md.html
index 62ef8ad3f..b998cb81b 100644
--- a/docs/units/6_unit/05_lesson/rubric.md.html
+++ b/docs/units/6_unit/05_lesson/rubric.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/6_unit/unit6.md.html b/docs/units/6_unit/unit6.md.html
index 604fa1ca6..f724b5264 100644
--- a/docs/units/6_unit/unit6.md.html
+++ b/docs/units/6_unit/unit6.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -42,10 +42,10 @@
* Append
* Remove
-[6.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx
-[6.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx
-[6.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx
-[6.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx
-[6.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx
+[6.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx
+[6.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx
+[6.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx
+[6.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx
+[6.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx
diff --git a/docs/units/7_unit/01_lesson/do_now.md.html b/docs/units/7_unit/01_lesson/do_now.md.html
index ab8aceac9..d4a1a146c 100644
--- a/docs/units/7_unit/01_lesson/do_now.md.html
+++ b/docs/units/7_unit/01_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/01_lesson/example.md.html b/docs/units/7_unit/01_lesson/example.md.html
index 9666e8deb..0cf49d68c 100644
--- a/docs/units/7_unit/01_lesson/example.md.html
+++ b/docs/units/7_unit/01_lesson/example.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/01_lesson/lab.md.html b/docs/units/7_unit/01_lesson/lab.md.html
index 632ef53da..7ac3a19ba 100644
--- a/docs/units/7_unit/01_lesson/lab.md.html
+++ b/docs/units/7_unit/01_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/01_lesson/lesson.md.html b/docs/units/7_unit/01_lesson/lesson.md.html
index a92bb5da6..00d04da69 100644
--- a/docs/units/7_unit/01_lesson/lesson.md.html
+++ b/docs/units/7_unit/01_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -21,7 +21,7 @@
## Materials/Preparation
-* [7.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx)
+* [7.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx)
* [Do Now][]
* [Example][]
* [Lab][] ([docx][]) ([pdf][])
@@ -150,7 +150,7 @@
[Do Now]:do_now.md.html
[Lab]:lab.md.html
[Example]:example.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/01_lesson/lab.docx
diff --git a/docs/units/7_unit/02_lesson/do_now.md.html b/docs/units/7_unit/02_lesson/do_now.md.html
index f6c11cf29..1f7de0437 100644
--- a/docs/units/7_unit/02_lesson/do_now.md.html
+++ b/docs/units/7_unit/02_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/02_lesson/lab.md.html b/docs/units/7_unit/02_lesson/lab.md.html
index ddf31b7f0..84fa1ff91 100644
--- a/docs/units/7_unit/02_lesson/lab.md.html
+++ b/docs/units/7_unit/02_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/02_lesson/lesson.md.html b/docs/units/7_unit/02_lesson/lesson.md.html
index 304bb7582..572dda5a0 100644
--- a/docs/units/7_unit/02_lesson/lesson.md.html
+++ b/docs/units/7_unit/02_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -20,7 +20,7 @@
## Materials/Preparation
-* [7.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx)
+* [7.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Pet Class][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/7.2)
@@ -78,7 +78,7 @@
[Do Now]:do_now.md.html
[Lab - Pet Class]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/02_lesson/lab.docx
diff --git a/docs/units/7_unit/03_lesson/do_now.md.html b/docs/units/7_unit/03_lesson/do_now.md.html
index 9828f099f..3c4d70c93 100644
--- a/docs/units/7_unit/03_lesson/do_now.md.html
+++ b/docs/units/7_unit/03_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/03_lesson/lab.md.html b/docs/units/7_unit/03_lesson/lab.md.html
index be8754c42..77fce66f8 100644
--- a/docs/units/7_unit/03_lesson/lab.md.html
+++ b/docs/units/7_unit/03_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/03_lesson/lesson.md.html b/docs/units/7_unit/03_lesson/lesson.md.html
index 4175a607b..293c402fd 100644
--- a/docs/units/7_unit/03_lesson/lesson.md.html
+++ b/docs/units/7_unit/03_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -20,7 +20,7 @@
## Materials/Preparation
-* [7.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx)
+* [7.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx)
* [Do Now][]
* [Lab - Kangaroo Class][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/7.3)
@@ -92,7 +92,7 @@
[Do Now]:do_now.md.html
[Lab - Kangaroo Class]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/03_lesson/lab.docx
diff --git a/docs/units/7_unit/04_lesson/do_now.md.html b/docs/units/7_unit/04_lesson/do_now.md.html
index 9236287c4..a0f2a2bba 100644
--- a/docs/units/7_unit/04_lesson/do_now.md.html
+++ b/docs/units/7_unit/04_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/04_lesson/lab.md.html b/docs/units/7_unit/04_lesson/lab.md.html
index 074543d10..50b3d4a2e 100644
--- a/docs/units/7_unit/04_lesson/lab.md.html
+++ b/docs/units/7_unit/04_lesson/lab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/04_lesson/lesson.md.html b/docs/units/7_unit/04_lesson/lesson.md.html
index c41a32b63..9719d4f35 100644
--- a/docs/units/7_unit/04_lesson/lesson.md.html
+++ b/docs/units/7_unit/04_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [7.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx)
+* [7.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Pokemon Child Classes][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/7.4)
@@ -77,7 +77,7 @@
[Do Now]:do_now.md.html
[Lab - Pokemon Child Classes]:lab.md.html
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/04_lesson/lab.docx
diff --git a/docs/units/7_unit/05_lesson/lesson.md.html b/docs/units/7_unit/05_lesson/lesson.md.html
index b3f86fefa..906f43e9f 100644
--- a/docs/units/7_unit/05_lesson/lesson.md.html
+++ b/docs/units/7_unit/05_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -18,13 +18,13 @@
## Materials/Preparation
-* [7.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx)
+* [7.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx)
* [Project Spec - Pokemon][] ([docx][1]) ([pdf][2])
* [Project Spec - Mailing List][] ([docx][3]) ([pdf][4])
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
* Read through the project spec so that you are familiar with the requirements and can assist students.
* Try creating your own project so that you can Review [4 Steps to Solve Any CS Problem][].
-* [Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/rubric.docx)
+* [Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/rubric.docx)
### Day 1 Pacing
@@ -90,7 +90,7 @@
### Scheme/Rubric
-[Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/rubric.docx)
+[Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/rubric.docx)
| Points | Percentage| Objective | Lesson |
| :---: | :---: | --- | --- |
@@ -106,9 +106,9 @@
[Project Spec - Pokemon]:project.md.html
[Project Spec - Mailing List]:projecta.md.html
-[1]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/project.pdf
-[3]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/projecta.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/projecta.pdf
+[1]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/project.pdf
+[3]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/projecta.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/projecta.pdf
diff --git a/docs/units/7_unit/05_lesson/project.md.html b/docs/units/7_unit/05_lesson/project.md.html
index 329be958c..9fc54c24d 100644
--- a/docs/units/7_unit/05_lesson/project.md.html
+++ b/docs/units/7_unit/05_lesson/project.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -156,7 +156,7 @@
### Implementation Details
* Use classes to build off the implemented base class for Pokemon. Keep track of HP, Max AP, and type.
- * Here is some [starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/blob/master/units/7_unit/05_lesson/starter_code.py).
+ * Here is some [starter code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/blob/master/units/7_unit/05_lesson/starter_code.py).
* Design classes for Fire, Grass, Water Types that inherit from the base Pokemon Class.
* Each Pokemon should be an instance, use a master list to store all the Pokemon and create this the beginning of the game.
* Use methods to set the Pokemon for each player and remove those pokemon from the master Pokemon list.
diff --git a/docs/units/7_unit/05_lesson/projecta.md.html b/docs/units/7_unit/05_lesson/projecta.md.html
index 63fe10e52..d9b31b50f 100644
--- a/docs/units/7_unit/05_lesson/projecta.md.html
+++ b/docs/units/7_unit/05_lesson/projecta.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/05_lesson/rubric.md.html b/docs/units/7_unit/05_lesson/rubric.md.html
index bf0fa1869..b74bcf0f0 100644
--- a/docs/units/7_unit/05_lesson/rubric.md.html
+++ b/docs/units/7_unit/05_lesson/rubric.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/7_unit/unit7.md.html b/docs/units/7_unit/unit7.md.html
index aa97fa78c..477bcd44f 100644
--- a/docs/units/7_unit/unit7.md.html
+++ b/docs/units/7_unit/unit7.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -49,10 +49,10 @@
* Child Class
* Class Design
-[7.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx
-[7.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx
-[7.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx
-[7.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx
-[7.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx
+[7.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx
+[7.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx
+[7.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx
+[7.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx
+[7.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx
diff --git a/docs/units/8_unit/01_lesson/01_lesson_canada.md.html b/docs/units/8_unit/01_lesson/01_lesson_canada.md.html
index b1944b695..34f219fc8 100644
--- a/docs/units/8_unit/01_lesson/01_lesson_canada.md.html
+++ b/docs/units/8_unit/01_lesson/01_lesson_canada.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/8_unit/01_lesson/do_now.md.html b/docs/units/8_unit/01_lesson/do_now.md.html
index 3f5bd5d03..1d48dbefc 100644
--- a/docs/units/8_unit/01_lesson/do_now.md.html
+++ b/docs/units/8_unit/01_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/8_unit/01_lesson/lesson.md.html b/docs/units/8_unit/01_lesson/lesson.md.html
index ae323e58a..91ed07505 100644
--- a/docs/units/8_unit/01_lesson/lesson.md.html
+++ b/docs/units/8_unit/01_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -19,7 +19,7 @@
## Materials/Preparation
-* [Project Ideas for Students](project_ideas.md.html) ([docx](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/01_lesson/project_ideas.docx)) ([pdf](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/01_lesson/project_ideas.pdf))
+* [Project Ideas for Students](project_ideas.md.html) ([docx](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/01_lesson/project_ideas.docx)) ([pdf](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/01_lesson/project_ideas.pdf))
* Students should each have their [final project plan organizer][] and [final project development plan][]
* Review [4 steps to solve any CS problem][]
* [Scoring rubric](../rubric.md.html) ([docx](../rubric.docx))([pdf](../rubric.pdf))
@@ -116,8 +116,8 @@
* This can be a bit dangerous, as it puts the student somewhat behind in the process right from the start, since they won't have as much context having not written the pitch themselves. Consider carefully whether this is a good idea.
* Encourage each student to pick a project that fits his or her level of technical skill. Make sure students are not over-committing and choosing projects they do not have the skills to complete. Also try to discourage stronger students from choosing simpler projects in an effort to do less work.
-[final project plan organizer]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
+[final project plan organizer]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
-[final project development plan]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
+[final project development plan]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
diff --git a/docs/units/8_unit/01_lesson/project_ideas.md.html b/docs/units/8_unit/01_lesson/project_ideas.md.html
index 48be7ec61..e770f1de8 100644
--- a/docs/units/8_unit/01_lesson/project_ideas.md.html
+++ b/docs/units/8_unit/01_lesson/project_ideas.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/8_unit/02_lesson/do_now.md.html b/docs/units/8_unit/02_lesson/do_now.md.html
index 50999fbc5..a4eb9d00c 100644
--- a/docs/units/8_unit/02_lesson/do_now.md.html
+++ b/docs/units/8_unit/02_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/8_unit/02_lesson/lesson.md.html b/docs/units/8_unit/02_lesson/lesson.md.html
index c0e9409aa..178de960c 100644
--- a/docs/units/8_unit/02_lesson/lesson.md.html
+++ b/docs/units/8_unit/02_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -68,8 +68,8 @@
## Accommodation/Differentiation
-[final project plan organizer]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
+[final project plan organizer]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
-[final project development plan]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
+[final project development plan]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
diff --git a/docs/units/8_unit/03_lesson/do_now.md.html b/docs/units/8_unit/03_lesson/do_now.md.html
index 3d17615c1..1f8e82cbc 100644
--- a/docs/units/8_unit/03_lesson/do_now.md.html
+++ b/docs/units/8_unit/03_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/8_unit/03_lesson/lesson.md.html b/docs/units/8_unit/03_lesson/lesson.md.html
index be8eebc68..a2d1a938e 100644
--- a/docs/units/8_unit/03_lesson/lesson.md.html
+++ b/docs/units/8_unit/03_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -72,8 +72,8 @@
## Accommodation/Differentiation
-[final project plan organizer]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
+[final project plan organizer]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
-[final project development plan]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
+[final project development plan]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
diff --git a/docs/units/8_unit/04_lesson/do_now.md.html b/docs/units/8_unit/04_lesson/do_now.md.html
index 4b0ae7597..0178cfef5 100644
--- a/docs/units/8_unit/04_lesson/do_now.md.html
+++ b/docs/units/8_unit/04_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/8_unit/04_lesson/lesson.md.html b/docs/units/8_unit/04_lesson/lesson.md.html
index d48a40955..72c2111a8 100644
--- a/docs/units/8_unit/04_lesson/lesson.md.html
+++ b/docs/units/8_unit/04_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -70,10 +70,10 @@
## Accommodation/Differentiation
-[final project plan organizer]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
+[final project plan organizer]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
-[final project development plan]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
+[final project development plan]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
-[4 Steps to Solve Any CS Problem]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
+[4 Steps to Solve Any CS Problem]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
diff --git a/docs/units/8_unit/project.md.html b/docs/units/8_unit/project.md.html
index b8b502430..c2f1d03c8 100644
--- a/docs/units/8_unit/project.md.html
+++ b/docs/units/8_unit/project.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -80,7 +80,7 @@
At least three times during the project period, and at least once each week, you should check in with an instructor to ensure that your project is on track, that you are meeting the project requirements, and that you have the answers to any questions that might have arisen during your work. The course staff will work with you to set up a schedule for these checkpoints, but it is **your responsibility** to ensure that the meetings take place.
-[printable project spec]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/project.pdf
-[editable project spec]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/project.docx
+[printable project spec]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/project.pdf
+[editable project spec]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/project.docx
diff --git a/docs/units/8_unit/rubric.md.html b/docs/units/8_unit/rubric.md.html
index a365b52e5..ffe856a0f 100644
--- a/docs/units/8_unit/rubric.md.html
+++ b/docs/units/8_unit/rubric.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/8_unit/unit8.md.html b/docs/units/8_unit/unit8.md.html
index a1a152cce..94161bea4 100644
--- a/docs/units/8_unit/unit8.md.html
+++ b/docs/units/8_unit/unit8.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -31,7 +31,7 @@
## Grading Scheme/Rubric
-[Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/rubric.docx)
+[Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/rubric.docx)
| Design Phases | Points |
| :--- | :--- |
diff --git a/docs/units/master_vocab.md.html b/docs/units/master_vocab.md.html
index 8e0cd3593..167d6597d 100644
--- a/docs/units/master_vocab.md.html
+++ b/docs/units/master_vocab.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/supplemental/01_lesson/do_now.md.html b/docs/units/supplemental/01_lesson/do_now.md.html
index dec767d80..e8333e9be 100644
--- a/docs/units/supplemental/01_lesson/do_now.md.html
+++ b/docs/units/supplemental/01_lesson/do_now.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/supplemental/01_lesson/lesson.md.html b/docs/units/supplemental/01_lesson/lesson.md.html
index abd6b7c2d..499560954 100644
--- a/docs/units/supplemental/01_lesson/lesson.md.html
+++ b/docs/units/supplemental/01_lesson/lesson.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/docs/units/supplemental/calculator_canada.md.html b/docs/units/supplemental/calculator_canada.md.html
index 8dc1d5360..a290077d6 100644
--- a/docs/units/supplemental/calculator_canada.md.html
+++ b/docs/units/supplemental/calculator_canada.md.html
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
@@ -24,7 +24,7 @@
## Materials/Preparation
* [printable project spec](calculator_canada_project_spec.pdf)
* [editable project spec](calculator_canada_project_spec.docx)
-* Students should each have their [final project plan organizer](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx) and [final project development plan](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx)
+* Students should each have their [final project plan organizer](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx) and [final project development plan](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx)
---
## Instructor's Notes
diff --git a/markdeep-header.txt b/markdeep-header.txt
index f8881a7de..d2a7cfed8 100644
--- a/markdeep-header.txt
+++ b/markdeep-header.txt
@@ -3,7 +3,7 @@
Home |
Curriculum Map |
Additional Readings |
-Discussions |
+Discussions |
Change Log
diff --git a/units/1_unit/01_lesson/lesson.md b/units/1_unit/01_lesson/lesson.md
index 3e97ae6bd..cd71b24a9 100644
--- a/units/1_unit/01_lesson/lesson.md
+++ b/units/1_unit/01_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [1.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx)
+* [1.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx)
* Update the collaboration policy, IDE information, grading percentages, and general syllabus based on your preferences and your school's requirements
* With your teaching team determine which IDE to use with your class.
* [Python Code][]: code to display
diff --git a/units/1_unit/01_lesson/python_replit_sign_up_teacher.md b/units/1_unit/01_lesson/python_replit_sign_up_teacher.md
index be7aeb880..62e8d08ff 100644
--- a/units/1_unit/01_lesson/python_replit_sign_up_teacher.md
+++ b/units/1_unit/01_lesson/python_replit_sign_up_teacher.md
@@ -6,4 +6,4 @@ We will be using the online IDE [repl.it](https://repl.it) to write Python code
1. Follow instructions to create teacher repl.it account: [Sign Up Guide Teachers Code].
-[Sign Up Guide Teachers Code]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/replit_teacher.docx
+[Sign Up Guide Teachers Code]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/replit_teacher.docx
diff --git a/units/1_unit/02_lesson/lesson.md b/units/1_unit/02_lesson/lesson.md
index 53a0b6582..c50f89b5e 100644
--- a/units/1_unit/02_lesson/lesson.md
+++ b/units/1_unit/02_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [1.02 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx)
+* [1.02 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx)
* [Lab - Using the interpreter][] ([docx][]) ([pdf][])
* [Associated reading - section 1.1](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/1.1)
* Ensure all students are able to log into the system.
@@ -98,5 +98,5 @@ If students are moving quickly, have students practice higher order-of-operation
[Lab - Using the Interpreter]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/02_lesson/lab.docx
diff --git a/units/1_unit/03_lesson/lesson.md b/units/1_unit/03_lesson/lesson.md
index ae83b4917..e0156744d 100644
--- a/units/1_unit/03_lesson/lesson.md
+++ b/units/1_unit/03_lesson/lesson.md
@@ -12,7 +12,7 @@ Students will be able to...
## Materials/Preparation
-* [1.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx)
+* [1.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx)
* [Do Now][]
* [Lab - Printing & Variables][] ([docx][]) ([pdf][])
* [Associated Reading - section 1.2](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/1.2)
@@ -91,5 +91,5 @@ If students are moving quickly, ask students to come up with a way to print two
[Lab - Printing & Variables]:lab.md
[Do Now]:do_now.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/03_lesson/lab.docx
diff --git a/units/1_unit/04_lesson/lesson.md b/units/1_unit/04_lesson/lesson.md
index 8d8a4058e..c48c2fc29 100644
--- a/units/1_unit/04_lesson/lesson.md
+++ b/units/1_unit/04_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [1.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx)
+* [1.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Magic Genie][] ([docx][])([pdf][])
* [Associated Readings 1.3](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/1.3)
@@ -95,6 +95,6 @@ Identify students that may potentially struggle on the quiz and find individual
[Do Now]:do_now.md
[Lab - Magic Genie]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/04_lesson/lab.docx
[Comments Video]: https://youtu.be/kEuVvUc1Zec
diff --git a/units/1_unit/05_lesson/lesson.md b/units/1_unit/05_lesson/lesson.md
index 9b264bb24..61ad16475 100644
--- a/units/1_unit/05_lesson/lesson.md
+++ b/units/1_unit/05_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [1.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx)
+* [1.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx)
* Download quiz and Answer key(access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][])
* [Associated Readings 1.3](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/1.3)
* Take the quiz.
diff --git a/units/1_unit/06_lesson/lesson.md b/units/1_unit/06_lesson/lesson.md
index 9423b57f2..801c21a5f 100644
--- a/units/1_unit/06_lesson/lesson.md
+++ b/units/1_unit/06_lesson/lesson.md
@@ -7,12 +7,12 @@
## Materials
-* [1.06 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx)
+* [1.06 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx)
* [Project spec - Mad Libs][] ([docx][1]) ([pdf][2])
* [Project spec - Mad Libs (Canadian version)][] ([docx][3]) ([pdf][4])
* [Project spec - Magic Square][] ([docx][5]) ([pdf][6])
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS dashboard][])
-* [Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/rubric.docx)
+* [Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/rubric.docx)
## Preparation
@@ -75,7 +75,7 @@ Ask students to research casting. Have them add, subtract, or multiply values as
### Objective scoring breakdown
-[Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/rubric.docx)
+[Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/rubric.docx)
| Points | Percentage | Objective | Unit location |
| :---: | :---: | --- | :---: |
@@ -96,9 +96,9 @@ You may need to adjust the points in order to fit your class. Treat the percenta
[Project spec - Magic Square]: projecta.md
[TEALS dashboard]:http:/www.tealsk12.org/dashboard
[4 steps to solve any CS problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project_canada.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project_canada.pdf
-[5]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/projecta.docx
-[6]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/projecta.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project_canada.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/project_canada.pdf
+[5]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/projecta.docx
+[6]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/projecta.pdf
diff --git a/units/1_unit/unit_1.md b/units/1_unit/unit_1.md
index c6f6aebb3..a5a169233 100644
--- a/units/1_unit/unit_1.md
+++ b/units/1_unit/unit_1.md
@@ -26,12 +26,12 @@ This unit introduces students to a text based coding IDE, Console and starts to
| **Total Days** | 7 | |
| **Total Minutes** | 350 | |
-[1.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx
-[1.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx
-[1.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx
-[1.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx
-[1.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx
-[1.06 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx
+[1.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.01%20TEALS.pptx
+[1.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.02%20TEALS.pptx
+[1.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.03%20TEALS.pptx
+[1.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.04%20TEALS.pptx
+[1.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.05%20TEALS.pptx
+[1.06 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/slidedecks/Intro%20Python%201.06%20TEALS.pptx
## Key Terms
diff --git a/units/2_unit/01_lesson/lesson.md b/units/2_unit/01_lesson/lesson.md
index caf9d3645..0c5a99f5a 100644
--- a/units/2_unit/01_lesson/lesson.md
+++ b/units/2_unit/01_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [2.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx)
+* [2.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx)
* [Do Now][]
* [Lab - Casting][] ([docx][]) ([pdf][])
* [Associated Readings 2.1](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/2.1)
@@ -125,5 +125,5 @@ If students are moving quickly, it is possible to introduce the concepts of Bool
[Do Now]:do_now.md
[Lab - Casting]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/01_lesson/lab.docx
diff --git a/units/2_unit/02_lesson/lesson.md b/units/2_unit/02_lesson/lesson.md
index 25e5bf711..8d590c753 100644
--- a/units/2_unit/02_lesson/lesson.md
+++ b/units/2_unit/02_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [2.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx)
+* [2.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Can I or Can't I?][] ([docx][]) ([pdf][])
* [Associated Readings 2.2](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/2.2)
@@ -75,5 +75,5 @@ If students are moving quickly, use this opportunity to go over truth tables (or
[Do Now]:do_now.md
[Lab - Can I or Can't I?]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/02_lesson/lab.docx
diff --git a/units/2_unit/03_lesson/lesson.md b/units/2_unit/03_lesson/lesson.md
index 0dae7cbc2..09416f2f4 100644
--- a/units/2_unit/03_lesson/lesson.md
+++ b/units/2_unit/03_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [2.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx)
+* [2.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx)
* [Do Now][]
* [Lab - triangle program][] ([docx][]) ([pdf][])
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
@@ -92,5 +92,5 @@ Students will be able to...
[Lab - triangle program]:lab.md
[TEALS Dashboard]:http://www.tealsk12.org/dashboard
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/03_lesson/lab.docx
diff --git a/units/2_unit/04_lesson/Game_Show.py b/units/2_unit/04_lesson/Game_Show.py
new file mode 100644
index 000000000..d938bfd37
--- /dev/null
+++ b/units/2_unit/04_lesson/Game_Show.py
@@ -0,0 +1,3 @@
+prizes = ['ball', 'hat', 'candy', 'cards', '$5', ' $20', '$100', 'Car', 'computer', 'ipad']
+num = (int(input('Pick and number between 1 and 10: ')) - 1)
+print('Your prize is: ' +prizes[num])
\ No newline at end of file
diff --git a/units/2_unit/04_lesson/lab1.md b/units/2_unit/04_lesson/lab1.md
new file mode 100644
index 000000000..e69de29bb
diff --git a/units/2_unit/04_lesson/lab2.md b/units/2_unit/04_lesson/lab2.md
new file mode 100644
index 000000000..e69de29bb
diff --git a/units/2_unit/04_lesson/lesson.md b/units/2_unit/04_lesson/lesson.md
index e6bf50efa..f49bc45f7 100644
--- a/units/2_unit/04_lesson/lesson.md
+++ b/units/2_unit/04_lesson/lesson.md
@@ -11,7 +11,7 @@ Students will be able to...
## Materials/Preparation
-* [2.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx)
+* [2.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Food Chooser][] ([docx][]) ([pdf][]).
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
@@ -102,5 +102,5 @@ If students are moving quickly, you can continue the topic of nested lists. Star
[Do Now]: do_now.md
[Lab - Food Chooser]: lab.md
[TEALS Dashboard]: http:/www.tealsk12.org/dashboard
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/04_lesson/lab.docx
diff --git a/units/2_unit/04_lesson/quiz.md b/units/2_unit/04_lesson/quiz.md
new file mode 100644
index 000000000..855169ca0
--- /dev/null
+++ b/units/2_unit/04_lesson/quiz.md
@@ -0,0 +1,45 @@
+# Lesson 2.04 Quiz ツ
+### Name:
+### Date:
+
+---
+
+1) Create a list that contains four colors and assign it to the variable ```colors```. (1pt)
+
+
+
+
+
+2) Write the index number for each of your colors in your list in question one. (1pt)
+
+
+
+
+
+3) What is "zero index"? (1pt)
+
+
+
+
+
+4) Describe the following output: (1pt)
+
+```
+list = ['1', '2', '3', '4', '5', '6']
+print(list[2])
+```
+Describe:
+
+
+
+
+
+
+5) Describe the following output: (1pt)
+
+```
+list = ['1', '2', '3', '4', '5', '6']
+print(len(list))
+```
+Describe:
+
diff --git a/units/2_unit/04_lesson/quiz.pdf b/units/2_unit/04_lesson/quiz.pdf
new file mode 100644
index 000000000..9127d6622
Binary files /dev/null and b/units/2_unit/04_lesson/quiz.pdf differ
diff --git a/units/2_unit/05_lesson/lesson.md b/units/2_unit/05_lesson/lesson.md
index 795bf5bf6..6bc74bf55 100644
--- a/units/2_unit/05_lesson/lesson.md
+++ b/units/2_unit/05_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [2.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx)
+* [2.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx)
* [Do Now][]
* [Lab - Tic-Tac-Toe][] ([docx][]) ([pdf][])
* [Associated Readings 2.5](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/2.5)
@@ -68,5 +68,5 @@ There is also an opportunity for a quiz after the game loop lesson and before th
[Do Now]:do_now.md
[Lab - Tic-Tac-Toe]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/05_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/05_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/05_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/05_lesson/lab.docx
diff --git a/units/2_unit/06_lesson/lesson.md b/units/2_unit/06_lesson/lesson.md
index 99d4fa5fe..f84efd10f 100644
--- a/units/2_unit/06_lesson/lesson.md
+++ b/units/2_unit/06_lesson/lesson.md
@@ -9,7 +9,7 @@ Students will be able to...
## Materials/preparation
-* [2.06 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx)
+* [2.06 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx)
* [Do now][]
* [Lab - Tic-Tac-Toe revisited][] ([docx][]) ([pdf][])
* [Associated readings 2.7](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/2.7)
@@ -68,5 +68,5 @@ If there is extra time, have students start reading through the final project sp
[Do now]:do_now.md
[Lab - Tic-Tac-Toe revisited]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/06_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/06_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/06_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/06_lesson/lab.docx
diff --git a/units/2_unit/07_lesson/lesson.md b/units/2_unit/07_lesson/lesson.md
index 4d1531749..95f695a57 100644
--- a/units/2_unit/07_lesson/lesson.md
+++ b/units/2_unit/07_lesson/lesson.md
@@ -8,12 +8,12 @@ Students will be able to...
## Materials
-* [2.07 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx)
+* [2.07 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx)
* [Project Spec - Text Monster][] ([docx][1]) ([pdf][2])
* [Project Spec - Ogopogo - Text Monster (Canadian version)][] ([docx][3]) ([pdf][4])
* [Project Spec - To-do List][] ([docx][5]) ([pdf][6])
-* [Text Monster Starter Code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/text_Monster_Starter_Code.py)
-* [Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/rubric.docx)
+* [Text Monster Starter Code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/text_Monster_Starter_Code.py)
+* [Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/rubric.docx)
* Sample Solutions (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
## Preparation
@@ -74,7 +74,7 @@ Students will be able to...
### Objective Scoring Breakdown
-[Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/rubric.docx)
+[Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/rubric.docx)
Student correctly identifies data types (Lesson 2.01) - Assessed in Unit 3
@@ -97,9 +97,9 @@ You may need to adjust the points in order to fit your class. Treat the percenta
[Text Monster Game - Example Code]: project_file.py
[TEALS Dashboard]:http:/www.tealsk12.org/dashboard
[4 Steps to Solve Any CS Problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project_canada.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project_canada.pdf
-[5]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/projecta.docx
-[6]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/projecta.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project_canada.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/project_canada.pdf
+[5]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/projecta.docx
+[6]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/projecta.pdf
diff --git a/units/2_unit/unit2_md.md b/units/2_unit/unit2_md.md
index 6215a52f6..416c7bd7a 100644
--- a/units/2_unit/unit2_md.md
+++ b/units/2_unit/unit2_md.md
@@ -51,10 +51,10 @@
* Remove
* While Loop
-[2.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx
-[2.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx
-[2.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx
-[2.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx
-[2.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx
-[2.06 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx
-[2.07 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx
+[2.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.01%20TEALS.pptx
+[2.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.02%20TEALS.pptx
+[2.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.03%20TEALS.pptx
+[2.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.04%20TEALS.pptx
+[2.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.05%20TEALS.pptx
+[2.06 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.06%20TEALS.pptx
+[2.07 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/slidedecks/Intro%20Python%202.07%20TEALS.pptx
diff --git a/units/3_unit/01_lesson/lab.docx b/units/3_unit/01_lesson/lab.docx
deleted file mode 100644
index d97421d71..000000000
Binary files a/units/3_unit/01_lesson/lab.docx and /dev/null differ
diff --git a/units/3_unit/01_lesson/lab.md b/units/3_unit/01_lesson/lab.md
index 3060c7989..f3cc3aecf 100644
--- a/units/3_unit/01_lesson/lab.md
+++ b/units/3_unit/01_lesson/lab.md
@@ -9,9 +9,9 @@ Experiment with another function in the `random` library (not `randint`) that re
## Create a program that simulates a [Magic 8-Ball]
-1. Store all of the 8-Ball's possible responses (shown below) in a list
-2. Have the program prompt the user to ask the Magic 8-Ball a question
-3. Then return and print a random response.
+1. Have the program prompt the user to ask the Magic 8-Ball a question
+2. Then return and print a random response.
+3. Use `if` and `elif` to statements to decide which response to give the user based on a random number.
### Magic 8-Ball Response Examples
diff --git a/units/3_unit/01_lesson/lab.pdf b/units/3_unit/01_lesson/lab.pdf
deleted file mode 100644
index bcdc2d0bb..000000000
Binary files a/units/3_unit/01_lesson/lab.pdf and /dev/null differ
diff --git a/units/3_unit/01_lesson/lesson.md b/units/3_unit/01_lesson/lesson.md
index 472eda409..f531774be 100644
--- a/units/3_unit/01_lesson/lesson.md
+++ b/units/3_unit/01_lesson/lesson.md
@@ -11,7 +11,7 @@ Students will be able to...
## Materials/Preparation
-* [3.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx)
+* [3.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx)
* [Do Now][]
* [Lab - Magic 8-Ball][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/3.1)
@@ -90,5 +90,5 @@ If students are moving quickly, find another library to import from (see **bonus
[Do Now]:do_now.md
[Lab - Magic 8-Ball]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/01_lesson/lab.docx
diff --git a/units/3_unit/02_lesson/lab.docx b/units/3_unit/02_lesson/lab.docx
deleted file mode 100644
index 5925b60e1..000000000
Binary files a/units/3_unit/02_lesson/lab.docx and /dev/null differ
diff --git a/units/3_unit/02_lesson/lab.md b/units/3_unit/02_lesson/lab.md
index c26612503..268e91ef5 100644
--- a/units/3_unit/02_lesson/lab.md
+++ b/units/3_unit/02_lesson/lab.md
@@ -15,22 +15,18 @@ Create a function, `birthday_song`, that prints out the happy birthday song to w
## Lab Exercise 2
-* Create a function that randomly picks 5 cards from a deck
-* The cards can repeat
+* Create a function that adds two numbers.
-Write out the contract for this function. Starting code snippet:
-
-```python
- numbers = ['A', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K']
- suits = ['Spades', 'Clubs', 'Diamonds', 'Hearts']
-```
+Write out the contract for `add(num1, num2)` function. The function should _print_ the sum of the two numbers.
### Bonus
+* Try taking what you learned making the `add` function and make a calculator.
-* Practice passing in lists as arguments to a function. E.g., pass in `numbers` and `suits` lists to a modified `pick_5_cards()` function. Modify the code to use those passed-in lists to make the card selections.
-
-* What is different about passing in lists as arguments?
+* The contract should look like:
+```python
+calculator(num1, num2, operator)
+```
-* Similarly, try returning a list as the return value (output) of a function. For example, have the `pick_5_cards()` function return a list of selected cards instead of printing anything inside the function. After calling the function, have the main part of your code print out the list of cards that was returned.
+The `operator` argument is a string that can be either `"+"` or `"-"` and determines what the calculator does.
-* Read about list aliasing in section 3.4 of the associated reading, and write down what is happening in this case.
+* The function should print the result of the calculation.
\ No newline at end of file
diff --git a/units/3_unit/02_lesson/lab.pdf b/units/3_unit/02_lesson/lab.pdf
deleted file mode 100644
index f28fe8d33..000000000
Binary files a/units/3_unit/02_lesson/lab.pdf and /dev/null differ
diff --git a/units/3_unit/02_lesson/lesson.md b/units/3_unit/02_lesson/lesson.md
index d30d9cf0e..f1252b108 100644
--- a/units/3_unit/02_lesson/lesson.md
+++ b/units/3_unit/02_lesson/lesson.md
@@ -8,11 +8,11 @@ Students will be able to...
* abstraction
* `def` (new Python keyword)
* Create functions
-* Create a function contract0
+* Create a function contract
## Materials/Preparation
-* [3.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx)
+* [3.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Birthday Song & Random Cards][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/3.2)
@@ -63,7 +63,7 @@ Students will be able to...
### 3. Lab
* Practice making a function that will take in a name as an argument and output the 'happy birthday song' to that name.
-* Create a function that randomly selects 5 cards from a deck of cards (repeating allowed).
+* Create a function that adds two numbers and returns the sum.
### 4. Debrief
@@ -75,5 +75,5 @@ If students are moving quickly, they could go back and use functions to improve
[Do Now]:do_now.md
[Lab - Birthday Song & Random Cards]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/02_lesson/lab.docx
diff --git a/units/3_unit/03_lesson/lab.docx b/units/3_unit/03_lesson/lab.docx
deleted file mode 100644
index f0b56265a..000000000
Binary files a/units/3_unit/03_lesson/lab.docx and /dev/null differ
diff --git a/units/3_unit/03_lesson/lab.md b/units/3_unit/03_lesson/lab.md
index fa22483a8..91d24e0f0 100644
--- a/units/3_unit/03_lesson/lab.md
+++ b/units/3_unit/03_lesson/lab.md
@@ -1,128 +1,12 @@
-# Lab 3.03 - War (Card Game)
-
-Create a program that lets a user play a **simplified** version of the card game ['War'](http://www.pagat.com/war/war.html). In this version, the users will share a single deck of cards and cards will not be added back to the deck after they have been played.
-
-## Video Explanation of the Card Game War
-
-
-
-### Your game should
-
-* start with a given shuffled deck variable (shuffle function comes from python's random library, more details below)
-* ask for player1 and player2's names.
-* have a function `player_turn`, with the contract shown below:
-
-```python
- # Name: player_turn
- # Purpose: takes in a player name,
- # draws/removes a card from the deck,
- # prints "user drew card x",
- # and returns the value
- # Arguments: player_name as string, deck as list
- # Returns: integer
-```
-* Jacks will be represented as 11, Queens will be represented as 12, Kings will be represented as 13, and Aces will be represented as 14. The suit does not matter.
-* Create a function `card_name` to be used by `player_turn()`, that takes in an integer representing a drawn card, and returns a string that names the card. 2 prints as `"2"`, 3 is `"3"`, etc., but 11 is `"J"`, 12 is `"Q"`, 13 is `"K"`, and 14 is `"A"`.
-* Make sure to write the contract for card_name()!
-* Include a `while` loop that keeps the game running until there are no cards in the deck.
-* If there is a tie, there is "war". Take the next two cards. Whoever wins that comparison gets all four cards (including the previous tied cards).
-* If there is another tie, continue taking the next two cards until there a winner.
-* The winner takes all the "war" cards.
-* Keep track of the score.
-* The player who takes the greatest number of cards wins.
-* Declare the name of the winner and final score at the end of the game.
-
-## Sample Output
-
-Player 1's name: Pat
-Player 2's name: Sam
-
-Pat drew 8
-Sam drew 9
-Sam has high card
-Pat: 0
-Sam: 2
-
-Pat drew 9
-Sam drew 8
-Pat has high card
-Pat: 2
-Sam: 2
-
-Pat drew 7
-Sam drew 7
-War
-Pat: 2
-Sam: 2
-
-Pat drew 5
-Sam drew 6
-Sam has high card
-Sam wins war of 4 cards
-Pat: 2
-Sam: 6
-
-...
-
-Pat drew 10
-Sam drew K
-Sam has high card
-Pat: 18
-Sam: 24
-
-Pat drew 2
-Sam drew 2
-War
-Pat: 18
-Sam: 24
-
-Pat drew A
-Sam drew A
-War
-Pat: 18
-Sam: 24
-
-Pat drew 2
-Sam drew 5
-Sam has high card
-Sam wins war of 6 cards
-Pat: 18
-Sam: 30
-
-Pat drew J
-Sam drew A
-Sam has high card
-Pat: 18
-Sam: 32
-
-Pat drew 10
-Sam drew 3
-Pat has high card
-Pat: 20
-Sam: 32
-
-Final Score
-Pat: 20
-Sam: 32
-Winner: Sam
-
-### Deck Shuffling
-
-While seemingly simple, shuffling a deck is a somewhat complicated problem. Luckily, Python's random library has a built-in shuffle algorithm. Feel free to read the documentation, but we have provided a simple wrapper function that will return to you a shuffled deck of cards.
-
-```python
- import random
-
- # Name: shuffled_deck
- # Purpose: will return a shuffled deck to the user
- # Input:
- # Output: a list representing a shuffled deck
- def shuffled_deck():
- basic_deck = list(range(2, 15)) * 4
- random.shuffle(basic_deck)
- return basic_deck
-```
-
-### Bonus
-
-Instead of closing the program when the deck is empty, create a way for the user to play again.
+# Lab 3.03 - Calculator
+
+Create a program that lets a user perform calculations on two numbers
+
+The program should:
+* As the user for input about what operation they want to perform
+* The operators that the user can use are `“+”`, `“-”`, `“/”`, and `“*”` (addition, subtraction, multiplication, and division)
+* The contract for the function should be
+ ```python
+ calculator(num1, num2, operator)
+ ```
+* The function should return the result of the calculation, which you should print for the user to see
\ No newline at end of file
diff --git a/units/3_unit/03_lesson/lab.pdf b/units/3_unit/03_lesson/lab.pdf
deleted file mode 100644
index 638711576..000000000
Binary files a/units/3_unit/03_lesson/lab.pdf and /dev/null differ
diff --git a/units/3_unit/03_lesson/lesson.md b/units/3_unit/03_lesson/lesson.md
index 360760174..e5a885633 100644
--- a/units/3_unit/03_lesson/lesson.md
+++ b/units/3_unit/03_lesson/lesson.md
@@ -9,7 +9,7 @@ Students will be able to...
## Materials/Preparation
-* [3.3 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx)
+* [3.3 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx)
* [Do Now][]
* [Lab - War (Card Game)][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/3.3)
@@ -66,7 +66,7 @@ Students will be able to...
### 3. Lab
-* Given a shuffled deck list, students will create a program that plays the game 'War' with the user.
+* Students will create a basic calculator.
### 4. Debrief
@@ -78,5 +78,5 @@ The optional bonus functionality mentioned in the lab is to add the additional c
[Do Now]:do_now.md
[Lab - War (Card Game)]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/03_lesson/lab.docx
diff --git a/units/3_unit/04_lesson/lesson.md b/units/3_unit/04_lesson/lesson.md
index 75f3376a6..99d319b20 100644
--- a/units/3_unit/04_lesson/lesson.md
+++ b/units/3_unit/04_lesson/lesson.md
@@ -12,7 +12,7 @@ Students will be able to...
## Materials/Preparation
-* [3.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx)
+* [3.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Aliasing & Scope][] ([docx][]) ([pdf][])
* Read through the Do Now, lesson, and lab so that you are familiar with the requirements and can assist students.
@@ -102,5 +102,5 @@ If students are moving quickly, they can look ahead at the project spec or resea
[Do Now]:do_now.md
[Lab - Aliasing & Scope]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/04_lesson/lab.docx
diff --git a/units/3_unit/05_lesson/lesson.md b/units/3_unit/05_lesson/lesson.md
index 2a4e7e76b..180eb5f12 100644
--- a/units/3_unit/05_lesson/lesson.md
+++ b/units/3_unit/05_lesson/lesson.md
@@ -10,17 +10,17 @@ Students will be able to...
## Materials/preparation
-* [3.05 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx)
+* [3.05 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx)
* [Project spec - Oregon Trail][] ([docx][1]) ([pdf][2])
* [Project spec - Cross-Country Canada][] ([docx][3]) ([pdf][4])
* [Project spec - Daily Planner][] ([docx][5]) ([pdf][6])
-* [Oregon Trail starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/Unit_3_Project_Oregon_Trail_Starter_Code.py)
-* [Cross-Country Canada starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/Unit_3_Project_Cross_Country_Canada_Starter_Code.py/)
+* [Oregon Trail starter code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/Unit_3_Project_Oregon_Trail_Starter_Code.py)
+* [Cross-Country Canada starter code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/Unit_3_Project_Cross_Country_Canada_Starter_Code.py/)
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS dashboard](https://www.tealsk12.org/dashboard/))
* Update the _Project Spec_ as needed to meet your grading requirements.
* Try creating your own variation on the Oregon Trail code so you are familiar with the potential challenges and bugs your students will hit.
* Review [4 steps to solve any CS problem][]
-* [Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/rubric.docx)
+* [Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/rubric.docx)
### Day 1
@@ -75,7 +75,7 @@ Students will be able to...
### Objective scoring breakdown
-[Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/rubric.docx)
+[Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/rubric.docx)
| Points | Percentage| Objective | Lesson |
| :---: | :---: | --- | --- |
@@ -98,9 +98,9 @@ You may need to adjust the points in order to fit your class. Treat the percenta
[TEALS dashboard]:http:/www.tealsk12.org/dashboard
[4 steps to solve any CS problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project_canada.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project_canada.pdf
-[5]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/projecta.docx
-[6]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/projecta.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project_canada.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/project_canada.pdf
+[5]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/projecta.docx
+[6]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/05_lesson/projecta.pdf
diff --git a/units/3_unit/Quizes/11-2-2022.md.md b/units/3_unit/Quizes/11-2-2022.md.md
new file mode 100644
index 000000000..ca44cd61a
--- /dev/null
+++ b/units/3_unit/Quizes/11-2-2022.md.md
@@ -0,0 +1,53 @@
+# Find & Correct the Errors
+## 11/2/2022
+## Name:
+
+## 1) (4)
+
+```
+def my_own_function ):
+
+ print('Hello!')
+
+ print( This is my own function )
+
+My_own_function()
+```
+
+## 2) (4, 1pt)
+
+```
+Name = 'Bob'
+
+print('Hello' +name '!')
+
+print('Have a great day! )'
+```
+
+## 3) (2, 1/2 pt)
+
+```
+num1 == 5
+
+print(num1)
+
+sum = num1 + 2
+
+print(Sum)
+```
+
+## 4) (2, 1/2 pt)
+
+```
+play = True
+
+counter = 0
+
+while play = True:
+
+ print('Hello!')
+
+ counter == counter + 1
+```
+## 5) (2pt)
+### Describe what the code in # 4 will do when all errors are corrected and ran.
diff --git a/units/3_unit/Quizes/11-9-2022.md.md b/units/3_unit/Quizes/11-9-2022.md.md
new file mode 100644
index 000000000..52094e3b9
--- /dev/null
+++ b/units/3_unit/Quizes/11-9-2022.md.md
@@ -0,0 +1,70 @@
+# Quiz - Ungraded
+## 11/9/2022
+## Name:
+
+## 1) Find errors (qty: 4) (1pt)
+
+```
+def anothercard ):
+
+ answer = input('Would you like another card? (yes/no)' :
+
+ if answer == 'yes':
+
+ return true
+
+ else
+
+ return False
+```
+
+## 2) (1pt)
+
+Describe what the ```anothercard()``` function will do when called:
+
+
+
+
+
+
+## 3) (1pt)
+
+```
+card = True
+
+while card == True
+
+ card = anothercard()
+
+```
+Describe what the code in question 3 will do when ran. The ```anothercard()``` is from question 1.
+
+
+
+
+
+
+## 4) (2 pts)
+
+What line of code could you add to this that will draw a new random card each time the function is called?
+
+Write your code here:
+
+
+
+
+**Put an arrow that points to where you would insert this line into the code bleow:**
+
+```
+def anothercard ):
+
+ answer = input('Would you like another card? (yes/no)' :
+
+ if answer == 'yes':
+
+ return true
+
+ else
+
+ return False
+```
\ No newline at end of file
diff --git a/units/3_unit/unit_3.md b/units/3_unit/unit_3.md
index 65b6bff0c..480d3d5d1 100644
--- a/units/3_unit/unit_3.md
+++ b/units/3_unit/unit_3.md
@@ -39,8 +39,8 @@
* aliasing
* stack trace
-[3.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx
-[3.02 Slide Deck]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx
-[3.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx
-[3.04 Slide Deck]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx
-[3.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx
+[3.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.01%20TEALS.pptx
+[3.02 Slide Deck]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.02%20TEALS.pptx
+[3.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.03%20TEALS.pptx
+[3.04 Slide Deck]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.04%20TEALS.pptx
+[3.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/3_unit/slidedecks/Intro%20Python%203.05%20TEALS.pptx
diff --git a/units/4_unit/01_lesson/lesson.md b/units/4_unit/01_lesson/lesson.md
index da9909da1..586436f24 100644
--- a/units/4_unit/01_lesson/lesson.md
+++ b/units/4_unit/01_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [4.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx)
+* [4.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx)
* [Do Now][]
* [Lab - de_vowel][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/4.1)
@@ -72,5 +72,5 @@ There's a good example of code re-use here, also showing the wide variety of pos
[Do Now]: do_now.md
[Lab - de_vowel]: lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/01_lesson/lab.docx
diff --git a/units/4_unit/02_lesson/lesson.md b/units/4_unit/02_lesson/lesson.md
index 92970b35f..939e8822d 100644
--- a/units/4_unit/02_lesson/lesson.md
+++ b/units/4_unit/02_lesson/lesson.md
@@ -9,7 +9,7 @@ Students will be able to...
## Materials/Preparation
-* [4.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx)
+* [4.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Getting Loopy][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/4.2)
@@ -85,5 +85,5 @@ Second error: we need to include the character at index 0, so we need to change
[Do Now]: do_now.md
[Lab - Getting Loopy]: lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/02_lesson/lab.docx
diff --git a/units/4_unit/03_lesson/lesson.md b/units/4_unit/03_lesson/lesson.md
index 4a1066273..f8531e3e4 100644
--- a/units/4_unit/03_lesson/lesson.md
+++ b/units/4_unit/03_lesson/lesson.md
@@ -11,10 +11,10 @@ Students will be able to...
## Materials/Preparation
-* [4.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx)
+* [4.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx)
* [Do Now][]
* [Lab - Nested For Loops][] ([docx][]) ([pdf][])
-* [Lab - Caesar Cipher][] ([docx][https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab_caesar.docx]) ([pdf][https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab_caesar.pdf])
+* [Lab - Caesar Cipher][] ([docx][https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab_caesar.docx]) ([pdf][https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab_caesar.pdf])
* Read through the Do Now, lesson, and lab so that you are familiar with the requirements and can assist students.
* Video Explanation of nested `for` Loops.
* [Nested Loops](https://youtu.be/fyP4SXpkYG4)
@@ -88,5 +88,5 @@ Students will be able to...
[Do Now]: do_now.md
[Lab - Nested For Loops]: lab.md
[Lab - Caesar Cipher]: lab_caesar.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/03_lesson/lab.docx
diff --git a/units/4_unit/04_lesson/lesson.md b/units/4_unit/04_lesson/lesson.md
index 822d1d6f2..f8a1a55a5 100644
--- a/units/4_unit/04_lesson/lesson.md
+++ b/units/4_unit/04_lesson/lesson.md
@@ -9,7 +9,7 @@ Students will be able to...
## Materials/Preparation
-* [4.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx)
+* [4.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Shopping List](lab.md) ([docx][]) ([pdf][])
* Read through the Do Now, lesson, and lab so that you are familiar with the requirements and can assist students.
@@ -99,5 +99,5 @@ Students may struggle with the concept of nested lists. Be prepared to have addi
[Do Now]: do_now.md
[Lab - Daily Schedule]: lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/04_lesson/lab.docx
diff --git a/units/4_unit/05_lesson/lesson.md b/units/4_unit/05_lesson/lesson.md
index 239237571..a06953181 100644
--- a/units/4_unit/05_lesson/lesson.md
+++ b/units/4_unit/05_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [4.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx)
+* [4.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx)
* Quiz (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][])
* [Lab - Debugging Practice][] ([docx][]) ([pdf][])
* [Coding Example][]
@@ -57,6 +57,6 @@ Provide an [Additional Coding Example]) for students that finish the lab exercis
[TEALS Dashboard]:http:/www.tealsk12.org/dashboard
[Lab - Debugging Practice]: lab.md
[Coding Example]: https://raw.githubusercontent.com/TEALSK12/2nd-semester-introduction-to-computer-science/master/units/4_unit/05_lesson/code_example.py
-[Additional Coding Example]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/longer_coding_sample.py
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/lab.docx
+[Additional Coding Example]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/longer_coding_sample.py
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/05_lesson/lab.docx
diff --git a/units/4_unit/06_lesson/lesson.md b/units/4_unit/06_lesson/lesson.md
index 0ef51a53d..c0968f4f2 100644
--- a/units/4_unit/06_lesson/lesson.md
+++ b/units/4_unit/06_lesson/lesson.md
@@ -9,16 +9,16 @@ Students will be able to...
## Materials/preparation
-* [4.06 Slide deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx)
+* [4.06 Slide deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx)
* [Project spec - Tic-Tac-Toe][] ([docx][1]) ([pdf][2])
* [Teacher's guide for BC curriculum alignment](project_canada.md)
* [Project Spec - 2 Player Tic-Tac-Toe][] ([docx][3]) ([pdf][4])
-* [Tic Tac Toe starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/tictactoe_starter_code.py)
+* [Tic Tac Toe starter code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/tictactoe_starter_code.py)
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS dashboard])
* Read through the handout, lesson, and project so that you are familiar with the requirements and can assist students
* Try creating your own variation on the Tic-Tac-Toe game so you are familiar with the potential challenges and bugs your students will hit
* Review [4 steps to solve any CS problem][]
-* [Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/rubric.docx)
+* [Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/rubric.docx)
## Pacing guide
@@ -94,7 +94,7 @@ Students will be able to...
## Grading
-[Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/rubric.docx)
+[Editable grading rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/rubric.docx)
### Objective scoring breakdown
@@ -113,8 +113,8 @@ Students will be able to...
[TEALS dashboard]:http:/www.tealsk12.org/dashboard
[4 steps to solve any CS problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/projecta.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/projecta.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/projecta.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/06_lesson/projecta.pdf
diff --git a/units/4_unit/unit4.md b/units/4_unit/unit4.md
index 4f8da909d..405fa677c 100644
--- a/units/4_unit/unit4.md
+++ b/units/4_unit/unit4.md
@@ -35,9 +35,9 @@
* Stack Trace
* Nested List
-[4.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx
-[4.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx
-[4.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx
-[4.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx
-[4.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx
-[4.06 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx
+[4.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.01%20TEALS.pptx
+[4.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.02%20TEALS.pptx
+[4.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.03%20TEALS.pptx
+[4.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.04%20TEALS.pptx
+[4.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.05%20TEALS.pptx
+[4.06 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4_unit/slidedecks/Intro%20Python%204.06%20TEALS.pptx
diff --git a/units/5_unit/01_lesson/lesson.md b/units/5_unit/01_lesson/lesson.md
index c0d300067..3a68c5212 100644
--- a/units/5_unit/01_lesson/lesson.md
+++ b/units/5_unit/01_lesson/lesson.md
@@ -17,7 +17,7 @@ Students will be able to...
## Materials/Preparation
-* [5.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx)
+* [5.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx)
* [Do Now][]
* [Lab - Intro to EarSketch][] ([docx][]) ([pdf][])
* [EarSketch Editor][]
@@ -117,5 +117,5 @@ Some students may need reminders about certain music terminology (tempo, measure
[Do Now]: do_now.md
[Lab - Intro to EarSketch]: lab.md
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/01_lesson/lab.docx
diff --git a/units/5_unit/02_lesson/lesson.md b/units/5_unit/02_lesson/lesson.md
index 77aba8ebb..4ee038621 100644
--- a/units/5_unit/02_lesson/lesson.md
+++ b/units/5_unit/02_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [5.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx)
+* [5.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx)
* [Do Now][]
* [Lab - EarSketch Music][] ([docx][]) ([pdf][])
* [EarSketch Editor][]
@@ -72,5 +72,5 @@ Students will likely bring a wide range of background knowledge around music and
[Do Now]: do_now.md
[Lab - EarSketch Music]: lab.md
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/02_lesson/lab.docx
diff --git a/units/5_unit/03_lesson/lesson.md b/units/5_unit/03_lesson/lesson.md
index 9192a6a98..b853b62b3 100644
--- a/units/5_unit/03_lesson/lesson.md
+++ b/units/5_unit/03_lesson/lesson.md
@@ -11,7 +11,7 @@ Students will be able to...
## Materials/Preparation
-* [5.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx)
+* [5.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx)
* [Do Now][]
* [Lab - EarSketch Control Flow][] ([docx][]) ([pdf][])
* [EarSketch Editor][]
@@ -59,5 +59,5 @@ Students that are moving quickly can read additional documentation on the EarSke
[Do Now]: do_now.md
[Lab - EarSketch Control Flow]: lab.md
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/03_lesson/lab.docx
diff --git a/units/5_unit/04_lesson/lesson.md b/units/5_unit/04_lesson/lesson.md
index e3393f916..b42477737 100644
--- a/units/5_unit/04_lesson/lesson.md
+++ b/units/5_unit/04_lesson/lesson.md
@@ -9,7 +9,7 @@ Students will be able to...
## Materials/Preparation
-* [5.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx)
+* [5.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx)
* [Do Now][]
* [Lab - User-Defined Functions][] ([docx][]) ([pdf][])
* [EarSketch Editor][]
@@ -65,5 +65,5 @@ Students that are moving quickly could explore and create alternative song forms
[Do Now]: do_now.md
[Lab - User-Defined Functions]: lab.md
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/04_lesson/lab.docx
diff --git a/units/5_unit/05_lesson/lesson.md b/units/5_unit/05_lesson/lesson.md
index 0598f7c16..76c11e2f6 100644
--- a/units/5_unit/05_lesson/lesson.md
+++ b/units/5_unit/05_lesson/lesson.md
@@ -9,7 +9,7 @@ Students will be able to...
## Materials/Preparation
-* [5.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx)
+* [5.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx)
* [Do Now][]
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][])
* [EarSketch Editor][]
@@ -87,5 +87,5 @@ Certain students that have a limited music background may need additional assist
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
[4 Steps to Solve Any CS Problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
[Project]: project.md
-[editable project spec]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.docx
-[printable project Spec]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.pdf
+[editable project spec]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.docx
+[printable project Spec]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.pdf
diff --git a/units/5_unit/05_lesson/project_canada.md b/units/5_unit/05_lesson/project_canada.md
index e50145bad..a97a7d969 100644
--- a/units/5_unit/05_lesson/project_canada.md
+++ b/units/5_unit/05_lesson/project_canada.md
@@ -126,5 +126,5 @@ Certain students that have a limited music background may need additional assist
[EarSketch Editor]: http://earsketch.gatech.edu/earsketch2/
[4 Steps to Solve Any CS Problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
[Project]: project.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/05_lesson/project.docx
diff --git a/units/5_unit/unit5.md b/units/5_unit/unit5.md
index d2eb4667b..841608ae0 100644
--- a/units/5_unit/unit5.md
+++ b/units/5_unit/unit5.md
@@ -33,8 +33,8 @@ This unit is a tremendous unit to learn how to use Python to code Music. If this
* Section
* A-B-A form
-[5.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx
-[5.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx
-[5.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx
-[5.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx
-[5.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx
+[5.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.01%20TEALS.pptx
+[5.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.02%20TEALS.pptx
+[5.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.03%20TEALS.pptx
+[5.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.04%20TEALS.pptx
+[5.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/5_unit/slidedecks/Intro%20Python%205.05%20TEALS.pptx
diff --git a/units/6_unit/01_lesson/lesson.md b/units/6_unit/01_lesson/lesson.md
index da65af611..b536e541a 100644
--- a/units/6_unit/01_lesson/lesson.md
+++ b/units/6_unit/01_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [6.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx)
+* [6.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx)
* [Do Now][]
* [Lab - Dictionary of Internet Abbreviations][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/6.1)
@@ -89,5 +89,5 @@ is `in` a specified dictionary, it will return `True`. Otherwise it will return
[Do Now]: do_now.md
[Lab - Dictionary of Internet Abbreviations]: lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/01_lesson/lab.docx
diff --git a/units/6_unit/02_lesson/lesson.md b/units/6_unit/02_lesson/lesson.md
index fd6bae43b..079b93739 100644
--- a/units/6_unit/02_lesson/lesson.md
+++ b/units/6_unit/02_lesson/lesson.md
@@ -11,7 +11,7 @@ Students will be able to...
## Materials/Preparation
-* [6.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx)
+* [6.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Word Counter][] ([docx][]) ([pdf][])
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
@@ -68,5 +68,5 @@ Some students may need to be explicitly reminded of the `in` keyword to check if
[Do Now]: do_now.md
[Lab - Word Counter]: lab.md
[TEALS Dashboard]:http:/www.tealsk12.org/dashboard
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/02_lesson/lab.docx
diff --git a/units/6_unit/03_lesson/lesson.md b/units/6_unit/03_lesson/lesson.md
index 0ffa2785b..28c072bef 100644
--- a/units/6_unit/03_lesson/lesson.md
+++ b/units/6_unit/03_lesson/lesson.md
@@ -9,7 +9,7 @@ Students will be able to...
## Materials/Preparation
-* [6.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx)
+* [6.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx)
* [Do Now][]
* [Lab - Dictionaries Storing Lists][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/6.3)
@@ -60,5 +60,5 @@ Students that are moving quickly should work on the bonus activity in the lab. T
[Do Now]: do_now.md
[Lab - Dictionaries Storing Lists]: lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/03_lesson/lab.docx
diff --git a/units/6_unit/04_lesson/lesson.md b/units/6_unit/04_lesson/lesson.md
index 827054713..e4f289768 100644
--- a/units/6_unit/04_lesson/lesson.md
+++ b/units/6_unit/04_lesson/lesson.md
@@ -8,7 +8,7 @@ Students will be able to...
## Materials/Preparation
-* [6.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx)
+* [6.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Dictionaries Looping][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/6.4)
@@ -58,5 +58,5 @@ Some students may need a second class period to complete this lab.
[Do Now]: do_now.md
[Lab - Dictionaries Looping]: lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/04_lesson/lab.docx
\ No newline at end of file
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/04_lesson/lab.docx
\ No newline at end of file
diff --git a/units/6_unit/05_lesson/lesson.md b/units/6_unit/05_lesson/lesson.md
index c5ff24a5b..71612c2f9 100644
--- a/units/6_unit/05_lesson/lesson.md
+++ b/units/6_unit/05_lesson/lesson.md
@@ -8,7 +8,7 @@ Students will be able to...
## Materials/Preparation
-* [6.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx)
+* [6.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx)
* [Do Now][]
* [Project Spec - Buy an Umbrella][] ([docx][1]) ([pdf][2])
* [Project Spec - Guess Who][] ([docx][3]) ([pdf][4])
@@ -17,7 +17,7 @@ Students will be able to...
* Read through the do now and project spec so that you are familiar with the requirements and can assist students.
* Try creating your own variation on the Guess Who game so you are familiar with the potential challenges and bugs your students will hit.
* Review [4 Steps to Solve Any CS Problem][]
-* [Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/rubric.docx)
+* [Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/rubric.docx)
## Pacing Guide
@@ -87,7 +87,7 @@ Students will be able to...
## Grading
-[Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/rubric.docx)
+[Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/rubric.docx)
### Objective Scoring Breakdown
@@ -109,9 +109,9 @@ Students will be able to...
[Guess Who]:https://en.wikipedia.org/wiki/Guess_Who%3F
[4 Steps to Solve Any CS Problem]:https://github.com/TEALS-IntroCS/2nd-semester-introduction-to-computer-science-principles/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
-[1]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project.pdf
-[3]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project_canada.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project_canada.pdf
-[5]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/projectb.docx
-[6]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/projectb.pdf
+[1]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project.pdf
+[3]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project_canada.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/project_canada.pdf
+[5]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/projectb.docx
+[6]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/05_lesson/projectb.pdf
diff --git a/units/6_unit/unit6.md b/units/6_unit/unit6.md
index 3f4ed14f2..758051343 100644
--- a/units/6_unit/unit6.md
+++ b/units/6_unit/unit6.md
@@ -33,8 +33,8 @@
* Append
* Remove
-[6.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx
-[6.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx
-[6.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx
-[6.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx
-[6.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx
+[6.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.01%20TEALS.pptx
+[6.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.02%20TEALS.pptx
+[6.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.03%20TEALS.pptx
+[6.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.04%20TEALS.pptx
+[6.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/6_unit/slidedecks/Intro%20Python%206.05%20TEALS.pptx
diff --git a/units/7_unit/01_lesson/lesson.md b/units/7_unit/01_lesson/lesson.md
index 6b8cb79c0..8766aba93 100644
--- a/units/7_unit/01_lesson/lesson.md
+++ b/units/7_unit/01_lesson/lesson.md
@@ -12,7 +12,7 @@ Students will be able to...
## Materials/Preparation
-* [7.01 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx)
+* [7.01 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx)
* [Do Now][]
* [Example][]
* [Lab][] ([docx][]) ([pdf][])
@@ -141,5 +141,5 @@ For students that are quickly picking up the concepts, have them create their ow
[Do Now]:do_now.md
[Lab]:lab.md
[Example]:example.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/01_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/01_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/01_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/01_lesson/lab.docx
diff --git a/units/7_unit/02_lesson/lesson.md b/units/7_unit/02_lesson/lesson.md
index 1a4c00341..4173fdd8d 100644
--- a/units/7_unit/02_lesson/lesson.md
+++ b/units/7_unit/02_lesson/lesson.md
@@ -11,7 +11,7 @@ Students will be able to...
## Materials/Preparation
-* [7.02 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx)
+* [7.02 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx)
* [Do Now][]
* [Lab - Pet Class][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/7.2)
@@ -69,5 +69,5 @@ As with the previous lesson, be prepared for some students to struggle with the
[Do Now]:do_now.md
[Lab - Pet Class]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/02_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/02_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/02_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/02_lesson/lab.docx
diff --git a/units/7_unit/03_lesson/lesson.md b/units/7_unit/03_lesson/lesson.md
index dc61f558b..8399dc416 100644
--- a/units/7_unit/03_lesson/lesson.md
+++ b/units/7_unit/03_lesson/lesson.md
@@ -11,7 +11,7 @@ Students will be able to...
## Materials/Preparation
-* [7.03 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx)
+* [7.03 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx)
* [Do Now][]
* [Lab - Kangaroo Class][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/7.3)
@@ -83,5 +83,5 @@ Students that are moving quickly should work on the bonus assignment in the lab
[Do Now]:do_now.md
[Lab - Kangaroo Class]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/03_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/03_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/03_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/03_lesson/lab.docx
diff --git a/units/7_unit/04_lesson/lesson.md b/units/7_unit/04_lesson/lesson.md
index 3f4c86390..bf47e3414 100644
--- a/units/7_unit/04_lesson/lesson.md
+++ b/units/7_unit/04_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [7.04 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx)
+* [7.04 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx)
* [Do Now][]
* [Lab - Pokemon Child Classes][] ([docx][]) ([pdf][])
* [Associated Reading](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md#associatedreadings/7.4)
@@ -68,5 +68,5 @@ In the Pokemon lab, students may need clarification regarding how to use `isinst
[Do Now]:do_now.md
[Lab - Pokemon Child Classes]:lab.md
-[pdf]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/04_lesson/lab.pdf
-[docx]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/04_lesson/lab.docx
+[pdf]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/04_lesson/lab.pdf
+[docx]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/04_lesson/lab.docx
diff --git a/units/7_unit/05_lesson/lesson.md b/units/7_unit/05_lesson/lesson.md
index 6605d0e72..68d2f80c6 100644
--- a/units/7_unit/05_lesson/lesson.md
+++ b/units/7_unit/05_lesson/lesson.md
@@ -9,13 +9,13 @@ Students will be able to...
## Materials/Preparation
-* [7.05 Slide Deck](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx)
+* [7.05 Slide Deck](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx)
* [Project Spec - Pokemon][] ([docx][1]) ([pdf][2])
* [Project Spec - Mailing List][] ([docx][3]) ([pdf][4])
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
* Read through the project spec so that you are familiar with the requirements and can assist students.
* Try creating your own project so that you can Review [4 Steps to Solve Any CS Problem][].
-* [Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/rubric.docx)
+* [Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/rubric.docx)
### Day 1 Pacing
@@ -81,7 +81,7 @@ Students will be able to...
### Scheme/Rubric
-[Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/rubric.docx)
+[Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/rubric.docx)
| Points | Percentage| Objective | Lesson |
| :---: | :---: | --- | --- |
@@ -97,7 +97,7 @@ Students will be able to...
[Project Spec - Pokemon]:project.md
[Project Spec - Mailing List]:projecta.md
-[1]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/project.docx
-[2]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/project.pdf
-[3]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/projecta.docx
-[4]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/projecta.pdf
+[1]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/project.docx
+[2]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/project.pdf
+[3]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/projecta.docx
+[4]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/05_lesson/projecta.pdf
diff --git a/units/7_unit/05_lesson/project.md b/units/7_unit/05_lesson/project.md
index 37e2ec423..a23bcdcbe 100644
--- a/units/7_unit/05_lesson/project.md
+++ b/units/7_unit/05_lesson/project.md
@@ -147,7 +147,7 @@ All fire type have the following attacks:
### Implementation Details
* Use classes to build off the implemented base class for Pokemon. Keep track of HP, Max AP, and type.
- * Here is some [starter code](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/blob/master/units/7_unit/05_lesson/starter_code.py).
+ * Here is some [starter code](https://github.com/Areson/2nd-semester-introduction-to-computer-science/blob/master/units/7_unit/05_lesson/starter_code.py).
* Design classes for Fire, Grass, Water Types that inherit from the base Pokemon Class.
* Each Pokemon should be an instance, use a master list to store all the Pokemon and create this the beginning of the game.
* Use methods to set the Pokemon for each player and remove those pokemon from the master Pokemon list.
diff --git a/units/7_unit/unit7.md b/units/7_unit/unit7.md
index 25e9f3241..0383c77f3 100644
--- a/units/7_unit/unit7.md
+++ b/units/7_unit/unit7.md
@@ -40,8 +40,8 @@
* Child Class
* Class Design
-[7.01 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx
-[7.02 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx
-[7.03 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx
-[7.04 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx
-[7.05 Slide Deck]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx
+[7.01 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.01%20TEALS.pptx
+[7.02 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.02%20TEALS.pptx
+[7.03 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.03%20TEALS.pptx
+[7.04 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.04%20TEALS.pptx
+[7.05 Slide Deck]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/7_unit/slidedecks/Intro%20Python%207.05%20TEALS.pptx
diff --git a/units/8_unit/01_lesson/lesson.md b/units/8_unit/01_lesson/lesson.md
index e7a640fc3..226248c7e 100644
--- a/units/8_unit/01_lesson/lesson.md
+++ b/units/8_unit/01_lesson/lesson.md
@@ -10,7 +10,7 @@ Students will be able to...
## Materials/Preparation
-* [Project Ideas for Students](project_ideas.md) ([docx](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/01_lesson/project_ideas.docx)) ([pdf](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/01_lesson/project_ideas.pdf))
+* [Project Ideas for Students](project_ideas.md) ([docx](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/01_lesson/project_ideas.docx)) ([pdf](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/01_lesson/project_ideas.pdf))
* Students should each have their [final project plan organizer][] and [final project development plan][]
* Review [4 steps to solve any CS problem][]
* [Scoring rubric](../rubric.md) ([docx](../rubric.docx))([pdf](../rubric.pdf))
@@ -107,6 +107,6 @@ Students will be able to...
* This can be a bit dangerous, as it puts the student somewhat behind in the process right from the start, since they won't have as much context having not written the pitch themselves. Consider carefully whether this is a good idea.
* Encourage each student to pick a project that fits his or her level of technical skill. Make sure students are not over-committing and choosing projects they do not have the skills to complete. Also try to discourage stronger students from choosing simpler projects in an effort to do less work.
-[final project plan organizer]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
+[final project plan organizer]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
-[final project development plan]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
+[final project development plan]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
diff --git a/units/8_unit/02_lesson/lesson.md b/units/8_unit/02_lesson/lesson.md
index 435b5cb66..99b69b43f 100644
--- a/units/8_unit/02_lesson/lesson.md
+++ b/units/8_unit/02_lesson/lesson.md
@@ -59,6 +59,6 @@ Students will be able to...
## Accommodation/Differentiation
-[final project plan organizer]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
+[final project plan organizer]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
-[final project development plan]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
+[final project development plan]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
diff --git a/units/8_unit/03_lesson/lesson.md b/units/8_unit/03_lesson/lesson.md
index 122732ca4..110b2a011 100644
--- a/units/8_unit/03_lesson/lesson.md
+++ b/units/8_unit/03_lesson/lesson.md
@@ -63,6 +63,6 @@ Students will be able to...
## Accommodation/Differentiation
-[final project plan organizer]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
+[final project plan organizer]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
-[final project development plan]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
+[final project development plan]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
diff --git a/units/8_unit/04_lesson/lesson.md b/units/8_unit/04_lesson/lesson.md
index 47055bf12..5f8ac8a13 100644
--- a/units/8_unit/04_lesson/lesson.md
+++ b/units/8_unit/04_lesson/lesson.md
@@ -61,8 +61,8 @@ Before students leave, have them answer the following questions on a small piece
## Accommodation/Differentiation
-[final project plan organizer]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
+[final project plan organizer]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx
-[final project development plan]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
+[final project development plan]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx
-[4 Steps to Solve Any CS Problem]:https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
+[4 Steps to Solve Any CS Problem]:https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/4%20Steps%20to%20Solve%20Any%20CS%20Problem.pdf
diff --git a/units/8_unit/project.md b/units/8_unit/project.md
index be999fe21..960bbe88b 100644
--- a/units/8_unit/project.md
+++ b/units/8_unit/project.md
@@ -71,5 +71,5 @@ In order to show that you have fully mastered all the skills from the course, yo
At least three times during the project period, and at least once each week, you should check in with an instructor to ensure that your project is on track, that you are meeting the project requirements, and that you have the answers to any questions that might have arisen during your work. The course staff will work with you to set up a schedule for these checkpoints, but it is **your responsibility** to ensure that the meetings take place.
-[printable project spec]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/project.pdf
-[editable project spec]: https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/project.docx
+[printable project spec]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/project.pdf
+[editable project spec]: https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/project.docx
diff --git a/units/8_unit/unit8.md b/units/8_unit/unit8.md
index 8e8be1278..4736e4ef4 100644
--- a/units/8_unit/unit8.md
+++ b/units/8_unit/unit8.md
@@ -22,7 +22,7 @@
## Grading Scheme/Rubric
-[Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/rubric.docx)
+[Editable Grading Rubric](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/rubric.docx)
| Design Phases | Points |
| :--- | :--- |
diff --git a/units/supplemental/calculator_canada.md b/units/supplemental/calculator_canada.md
index 7be434126..f67fc91f1 100644
--- a/units/supplemental/calculator_canada.md
+++ b/units/supplemental/calculator_canada.md
@@ -15,7 +15,7 @@ Students will be able to...
## Materials/Preparation
* [printable project spec](calculator_canada_project_spec.pdf)
* [editable project spec](calculator_canada_project_spec.docx)
-* Students should each have their [final project plan organizer](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx) and [final project development plan](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx)
+* Students should each have their [final project plan organizer](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_plan_organizer.docx) and [final project development plan](https://github.com/Areson/2nd-semester-introduction-to-computer-science/raw/master/units/8_unit/final_project_development_plan.docx)
---
## Instructor's Notes