Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 8d567fd

Browse files
authored
Merge pull request #429 from AimeeMRosato/master
protected materials and landing page updates
2 parents 1b2a61c + 5776feb commit 8d567fd

File tree

15 files changed

+16
-24
lines changed

15 files changed

+16
-24
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,10 @@ As with all software services, it is the school's sole decision to use the tool
4040

4141
## Curriculum Issues
4242

43-
TEALS will only continue making small corrections and critical updates to TEALS curricula. Please <a href="https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue">open an issue</a> if you encounter things like factual, spelling, or grammatical errors, broken links, sequencing problems (topics needed before they are taught), or incomplete/missing materials.
43+
TEALS will no longer be making updates to TEALS curricula. If you wish, you may <a href="https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue">open an issue</a> if you encounter things like factual, spelling, or grammatical errors, broken links, sequencing problems (topics needed before they are taught), or incomplete/missing materials.
4444

4545
## Giving feedback and asking questions about the curriculum
4646

47-
TEALS intends for our curricula to be starting points for teaching teams. We invite volunteers and classroom teachers using our curricula to <a href="https://docs.github.com/en/get-started/quickstart/fork-a-repo">fork</a> them as appopriate! If you'd like to suggest changes or additions to a curriculum be added to the master branch, please submit a <a href="https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests">pull request</a> containing your changes. As a best practice, each pull request should contain a singular atomic change.
48-
49-
Here are a few examples of a pull request workflow.
50-
51-
https://www.thinkful.com/learn/github-pull-request-tutorial/<br>
52-
http://codeinthehole.com/writing/pull-requests-and-other-good-practices-for-teams-using-github/<br>
53-
https://github.com/skyscreamer/yoga/wiki/GitHub-Best-Practices/<br>
54-
5547
For general curriculum-related questions and discussion not tied to a specific reported issue, we encourage everyone to actively participate in the <a href="https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions">GitHub Discussions</a> board for the corresponding curriculum. This is a great place to share alternative lesson ideas, share pro-tips for implementation and differentiation, pacing advice, etc...
5648

5749
## Printing

docs/curriculum_map.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
**Pacing Guidance:** 1 Day is a 55 minute class period.
1515

16-
**Protected content** such as unit quizzes, quiz answer keys, project sample solutions can be accessed from the TEALS Dashboard in Additional Curriculum Materials.
16+
Protected content such as unit quizzes, quiz answer keys, project sample solutions are available to those with a TEALS Dashboard account. Please email info@tealsk12.org for access information.
1717

1818
For TEALS schools in **BC, Canada**, please see [Aligning TEALS Python Teaching Resources with the BC Curriculum](CA_README.md.html).
1919

docs/units/1_unit/05_lesson/lesson.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Materials/Preparation
2121

2222
* [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)
23-
* Download quiz and Answer key(access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][])
23+
* Download quiz and Answer keys. Protected content such as unit quizzes, quiz answer keys, project sample solutions are available to those with a TEALS Dashboard account. Please email info@tealsk12.org for access information.
2424
* [Associated Readings 1.3](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/1.3)
2525
* Take the quiz.
2626
* After taking the quiz yourself, take a look at the answer key provided in the additional curriculum materials.

docs/units/1_unit/06_lesson/lesson.md.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* [Project spec - Mad Libs][] ([docx][1]) ([pdf][2])
2121
* [Project spec - Mad Libs (Canadian version)][] ([docx][3]) ([pdf][4])
2222
* [Project spec - Magic Square][] ([docx][5]) ([pdf][6])
23-
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS dashboard][])
23+
* Solution (Protected content such as unit quizzes, quiz answer keys, project sample solutions are available to those with a TEALS Dashboard account. Please email info@tealsk12.org for access information.)
2424
* [Editable grading rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/1_unit/06_lesson/rubric.docx)
2525

2626
## Preparation
@@ -56,7 +56,7 @@
5656
* Pass out and the project specification and walk students through all the requirements and potential challenges.
5757
* Emphasize that prompts must ask for the correct noun-verb combinations.
5858
* Encourage students to look at the grading rubric on page two repeatedly throughout the project to ensure they are meeting all the requirements.
59-
* Demo a sample project solution (access protected resources by clicking on "Additional curriculum materials" on the [TEALS dashboard](https://www.tealsk12.org/dashboard/)) for students to see how a completed program should function.
59+
* Demo a sample project solution for students to see how a completed program should function.
6060
* Identify the sub problems of MadLibs.
6161
* Have students list what variables, inputs, and print statements they will need.
6262

docs/units/2_unit/03_lesson/lesson.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* [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)
2323
* [Do Now][]
2424
* [Lab - triangle program][] ([docx][]) ([pdf][])
25-
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
25+
* Solution (Protected content such as unit quizzes, quiz answer keys, project sample solutions are available to those with a TEALS Dashboard account. Please email info@tealsk12.org for access information).
2626
* [Associated Readings 2.3](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/2.3)
2727
* Read through the do now, lesson, and lab so that you are familiar with the requirements and can assist students.
2828
* Video Resources:

docs/units/2_unit/04_lesson/lesson.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* [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)
2424
* [Do Now][]
2525
* [Lab - Food Chooser][] ([docx][]) ([pdf][]).
26-
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
26+
* Solution (Protected content such as unit quizzes, quiz answer keys, project sample solutions are available to those with a TEALS Dashboard account. Please email info@tealsk12.org for access information).
2727
* [Associated Readings 2.4](https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/readings.md.html#associatedreadings/2.4)
2828
* Read through the do now, lesson, and lab so that you are familiar with the requirements and can assist students.
2929
* Video Resources:

docs/units/2_unit/07_lesson/lesson.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* [Project Spec - To-do List][] ([docx][5]) ([pdf][6])
2424
* [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)
2525
* [Editable Grading Rubric](https://github.com/TEALSK12/2nd-semester-introduction-to-computer-science/raw/master/units/2_unit/07_lesson/rubric.docx)
26-
* Sample Solutions (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][]).
26+
* Sample Solutions (Protected content such as unit quizzes, quiz answer keys, project sample solutions are available to those with a TEALS Dashboard account. Please email info@tealsk12.org for access information).
2727

2828
## Preparation
2929

docs/units/3_unit/05_lesson/lesson.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* [Project spec - Daily Planner][] ([docx][5]) ([pdf][6])
2626
* [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)
2727
* [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/)
28-
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS dashboard](https://www.tealsk12.org/dashboard/))
28+
* Solution (Protected content such as unit quizzes, quiz answer keys, project sample solutions are available to those with a TEALS Dashboard account. Please email info@tealsk12.org for access information)
2929
* Update the _Project Spec_ as needed to meet your grading requirements.
3030
* Try creating your own variation on the Oregon Trail code so you are familiar with the potential challenges and bugs your students will hit.
3131
* Review [4 steps to solve any CS problem][]

docs/units/4_unit/05_lesson/lesson.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Materials/Preparation
2121

2222
* [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)
23-
* Quiz (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS Dashboard][])
23+
* Quiz (Protected content such as unit quizzes, quiz answer keys, project sample solutions are available to those with a TEALS Dashboard account. Please email info@tealsk12.org for access information)
2424
* [Lab - Debugging Practice][] ([docx][]) ([pdf][])
2525
* [Coding Example][]
2626
* Read through the quiz, lesson, and lab so that you are familiar with the requirements and can assist students.

docs/units/4_unit/06_lesson/lesson.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* [Teacher's guide for BC curriculum alignment](project_canada.md.html)
2424
* [Project Spec - 2 Player Tic-Tac-Toe][] ([docx][3]) ([pdf][4])
2525
* [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)
26-
* Solution (access protected resources by clicking on "Additional Curriculum Materials" on the [TEALS dashboard])
26+
* Solution (Protected content such as unit quizzes, quiz answer keys, project sample solutions are available to those with a TEALS Dashboard account. Please email info@tealsk12.org for access information)
2727
* Read through the handout, lesson, and project so that you are familiar with the requirements and can assist students
2828
* 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
2929
* Review [4 steps to solve any CS problem][]

0 commit comments

Comments
 (0)