Skip to content

Andy dev #423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
78 changes: 39 additions & 39 deletions curriculum_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -124,70 +124,70 @@ 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
[4.03: Nested For Loops]: units/4_unit/03_lesson/lesson.md
[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
Expand Down
2 changes: 1 addition & 1 deletion docs/CA_README.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/">Home</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/curriculum_map.md.html">Curriculum Map</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html">Additional Readings</a> |
<a href="https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://github.com/Areson/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/changelog.md.html">Change Log</a>


Expand Down
2 changes: 1 addition & 1 deletion docs/CSTA_standards_mapping.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/">Home</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/curriculum_map.md.html">Curriculum Map</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html">Additional Readings</a> |
<a href="https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://github.com/Areson/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/changelog.md.html">Change Log</a>


Expand Down
2 changes: 1 addition & 1 deletion docs/SUMMARY.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/">Home</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/curriculum_map.md.html">Curriculum Map</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html">Additional Readings</a> |
<a href="https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://github.com/Areson/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/changelog.md.html">Change Log</a>


Expand Down
2 changes: 1 addition & 1 deletion docs/Sample_weighted_rubric.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/">Home</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/curriculum_map.md.html">Curriculum Map</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html">Additional Readings</a> |
<a href="https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://github.com/Areson/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/changelog.md.html">Change Log</a>


Expand Down
2 changes: 1 addition & 1 deletion docs/cert.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/">Home</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/curriculum_map.md.html">Curriculum Map</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html">Additional Readings</a> |
<a href="https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://github.com/Areson/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/changelog.md.html">Change Log</a>


Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/">Home</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/curriculum_map.md.html">Curriculum Map</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html">Additional Readings</a> |
<a href="https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://github.com/Areson/2nd-semester-introduction-to-computer-science/discussions">Discussions</a> |
<a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/changelog.md.html">Change Log</a>


Expand Down
Loading