Skip to content

Commit

Permalink
Merge pull request #40645 from code-dot-org/educate-pages-links
Browse files Browse the repository at this point in the history
Update links on educate pages to new urls
  • Loading branch information
dmcavoy committed May 21, 2021
2 parents 5d709be + a7ff5eb commit fd409c4
Show file tree
Hide file tree
Showing 136 changed files with 242 additions and 242 deletions.
12 changes: 6 additions & 6 deletions pegasus/sites.v3/code.org/public/about/evaluation/proficiency.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Students will be able to...
- Modify or delete a single loop instruction with prompting
- Change the number of iterations of a “Repeat N times” loop

For example, in [Course 2 Stage 13 Puzzle 1](https://studio.code.org/s/course1/stage/13/puzzle/2) students are prompted to use a repeat loop to get the bird to the pig using only “move forward” instructions.
For example, in [Course 2 Stage 13 Puzzle 1](https://studio.code.org/s/course1/lessons/13/levels/2) students are prompted to use a repeat loop to get the bird to the pig using only “move forward” instructions.

<img src="/images/c1s13p1.png" style="max-width: 100%"/>

Expand All @@ -64,7 +64,7 @@ Students will be able to...
- Move existing code into a loop without prompting
- Modify or delete a single instruction within a loop without prompting

For example, [Course 2 Stage 8 Puzzle 2](https://studio.code.org/s/course2/stage/8/puzzle/2) instructs students to use a loop, but requires them to identify the three instructions that must be repeated:
For example, [Course 2 Stage 8 Puzzle 2](https://studio.code.org/s/course2/lessons/8/levels/2) instructs students to use a loop, but requires them to identify the three instructions that must be repeated:

<img src="/images/c2s8p2.png" style="max-width: 100%"/>

Expand All @@ -78,7 +78,7 @@ Students will be able to...
- Construct or modify simple repeat loop with 3 or more instructions without prompting
- Use two or more loops in a series with prompting

This example comes from our [Accelerated Course, stage 2 puzzle 8](https://studio.code.org/s/20-hour/stage/2/puzzle/8). To solve this puzzle, students are told they can try using multiple loops, but must identify the patterns and associated instructions:
This example comes from our [Accelerated Course, stage 2 puzzle 8](https://studio.code.org/s/20-hour/lessons/2/levels/8). To solve this puzzle, students are told they can try using multiple loops, but must identify the patterns and associated instructions:

<img src="/images/c20s2p8.png" style="max-width: 100%"/>

Expand All @@ -89,7 +89,7 @@ In difficulty level 4 puzzles, students will be able to…
- Use two or more loops in a series without prompting
- Create a single nested loop layer with prompting

For example, in [Course 3 Stage 13 Puzzle 5](https://studio.code.org/s/course3/stage/13/puzzle/5), students need to place a repeat 4 times loop inside a repeat 5 times loop:
For example, in [Course 3 Stage 13 Puzzle 5](https://studio.code.org/s/course3/lessons/13/levels/5), students need to place a repeat 4 times loop inside a repeat 5 times loop:

<img src="/images/c3s13p5.png" style="max-width: 100%"/>

Expand All @@ -104,13 +104,13 @@ Students will be able to…
- Construct multiple nested loops in sequence
- Construct nested loops more than one layer deep with prompting

This example - [Course 3 Stage 21 Puzzle 13](https://studio.code.org/s/course3/stage/21/puzzle/13) - requires students to create two loops in sequence, and place them within an outer loop:
This example - [Course 3 Stage 21 Puzzle 13](https://studio.code.org/s/course3/lessons/21/levels/13) - requires students to create two loops in sequence, and place them within an outer loop:

<img src="/images/c3s21p13.png" style="max-width: 100%"/>

### Combining Concept-Difficulties

Most programming puzzles beyond the simplest examples require students to combine multiple concepts. For this reason, any puzzle can have more than one concept-difficulty tag. For example, [Course 3 Stage 8 Puzzle 9](https://studio.code.org/s/course3/stage/8/puzzle/9) combines Sequencing, Repeat, and Conditional concepts:
Most programming puzzles beyond the simplest examples require students to combine multiple concepts. For this reason, any puzzle can have more than one concept-difficulty tag. For example, [Course 3 Stage 8 Puzzle 9](https://studio.code.org/s/course3/lessons/8/levels/9) combines Sequencing, Repeat, and Conditional concepts:

<img src="/images/c3s8p9.png" style="max-width: 100%"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Once we had the matrix, we set about tagging each of the ~500 puzzles across all

<p align="center"><img src="/images/proficiency/puzzle-screenshot.png" width="80%"/>
<br/>
<a href="https://studio.code.org/s/course3/stage/8/puzzle/3" target="_blank">https://studio.code.org/s/course3/stage/8/puzzle/3</a>
<a href="https://studio.code.org/s/course3/lessons/8/levels/3" target="_blank">https://studio.code.org/s/course3/lessons/8/levels/3</a>
</p>


Expand Down
6 changes: 3 additions & 3 deletions pegasus/sites.v3/code.org/public/ai-alt3.md.partial
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ social:

<div class="col-33">
<div class="tutorial-tile" style="padding-right:20px">
<a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank">
<a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank">
<img class="tutorial-tile-img" src="/images/fill-485x235/oceans/oceans-overview.png" style="max-width:100%; border: 0.5px solid #808080; border-radius: 15px 15px 0 0">
</a>
<div class="tutorial-info" style="background-color: #ffffff; border: 1px solid #696969; border-top: none; border-radius: 0 0 15px 15px; padding: 15px 25px 25px 25px">
<span>
<h3 class="tutorial-info-h" style="color: dimgray; margin-top:10px; margin-bottom:10px"><strong>AI for Oceans</strong></h3>
<div class="smalltext" style="color: dimgray; margin-bottom: 10px">Help A.I. clean the oceans by training it to detect trash! Learn about training data and bias, and how AI can address world problems. View <a href="https://curriculum.code.org/hoc/plugged/9/" target="_blank">lesson plan</a>.</div>
<a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank"><button>Try activity</button></a>
<a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank"><button>Try activity</button></a>
</span>
</div>
</div>
Expand Down Expand Up @@ -103,7 +103,7 @@ We thank Microsoft for supporting our vision and mission to ensure every child h
<div class="col-100" style="width:100%; background-color:#ebe8f1; color:#696969; padding: 10px 40px 0px 40px; border-radius:15px;">
<h2 style="margin-bottom: 10px">Exploring the Ethics of AI</h2>
<h3 style="margin-top: 0; margin-bottom: 20px">Join some of our favorite AI experts for a panel discussion on Tuesday, December 8!</h3>
<p>We'll discuss some of the cool ways that AI is used, and touch on important issues like algorithmic bias and the future of work. Appropriate for students in grade 8 and up. Pair it with our <a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank">AI for Oceans</a> tutorial and our new AI & Ethics lesson plan (coming soon!) for a great introduction to artificial intelligence!</p>
<p>We'll discuss some of the cool ways that AI is used, and touch on important issues like algorithmic bias and the future of work. Appropriate for students in grade 8 and up. Pair it with our <a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank">AI for Oceans</a> tutorial and our new AI & Ethics lesson plan (coming soon!) for a great introduction to artificial intelligence!</p>
<p>Join us <strong>10:30 - 11:15 am PST on December 8</strong>! Tune in on <a href="https://code.zoom.us/j/95111270450?pwd=Mk1OMFlXL0dZQ3gwYzdMdmF4d1I0QT09">Zoom</a> or stream on YouTube (link coming soon!).</p>
<a href="https://code.zoom.us/j/95111270450?pwd=Mk1OMFlXL0dZQ3gwYzdMdmF4d1I0QT09"><button>Tune in</button></a>
<h3 style="margin-bottom:10px">Featuring:</h3>
Expand Down
6 changes: 3 additions & 3 deletions pegasus/sites.v3/code.org/public/ai-alt4.md.partial
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ social:

<div class="col-33">
<div class="tutorial-tile" style="padding-right:20px">
<a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank">
<a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank">
<img class="tutorial-tile-img" src="/images/fill-485x235/oceans/oceans-overview.png" style="max-width:100%; border: 0.5px solid #808080; border-radius: 15px 15px 0 0">
</a>
<div class="tutorial-info" style="background-color: #ffffff; border: 1px solid #696969; border-top: none; border-radius: 0 0 15px 15px; padding: 15px 25px 25px 25px">
<span>
<h3 class="tutorial-info-h" style="color: dimgray; margin-top:10px; margin-bottom:10px"><strong>AI for Oceans</strong></h3>
<div class="smalltext" style="color: dimgray; margin-bottom: 10px">Help A.I. clean the oceans by training it to detect trash! Learn about training data and bias, and how AI can address world problems. View <a href="https://curriculum.code.org/hoc/plugged/9/" target="_blank">lesson plan</a>.</div>
<a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank"><button>Try activity</button></a>
<a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank"><button>Try activity</button></a>
</span>
</div>
</div>
Expand Down Expand Up @@ -103,7 +103,7 @@ We thank Microsoft for supporting our vision and mission to ensure every child h
<div class="col-100" style="width:100%; background-color:#ebe8f1; color:#696969; padding: 10px 40px 0px 40px; border-radius:15px;">
<h2 style="margin-bottom: 10px">Exploring the Ethics of AI</h2>
<h3 style="margin-top: 0; margin-bottom: 20px">Join some of our favorite AI experts for a panel discussion on Tuesday, December 8!</h3>
<p>We'll discuss some of the cool ways that AI is used, and touch on important issues like algorithmic bias and the future of work. Appropriate for students in grade 8 and up. Pair it with our <a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank">AI for Oceans</a> tutorial and our new AI & Ethics lesson plan (coming soon!) for a great introduction to artificial intelligence!</p>
<p>We'll discuss some of the cool ways that AI is used, and touch on important issues like algorithmic bias and the future of work. Appropriate for students in grade 8 and up. Pair it with our <a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank">AI for Oceans</a> tutorial and our new AI & Ethics lesson plan (coming soon!) for a great introduction to artificial intelligence!</p>
<p>Join us <strong>10:30 - 11:15 am PST on December 8</strong>! Tune in on <a href="https://code.zoom.us/j/95111270450?pwd=Mk1OMFlXL0dZQ3gwYzdMdmF4d1I0QT09">Zoom</a> or stream on YouTube (link coming soon!).</p>
<a href="https://code.zoom.us/j/95111270450?pwd=Mk1OMFlXL0dZQ3gwYzdMdmF4d1I0QT09"><button>Tune in</button></a>
<h3 style="margin-bottom:10px">Featuring:</h3>
Expand Down
4 changes: 2 additions & 2 deletions pegasus/sites.v3/code.org/public/ai.md.erb.partial
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ social:

<div class="col-33">
<div class="tutorial-tile" style="padding-right:20px">
<a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank">
<a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank">
<img class="tutorial-tile-img" src="/images/fill-485x235/oceans/oceans-overview.png" style="max-width:100%; border: 0.5px solid #808080; border-radius: 15px 15px 0 0">
</a>
<div class="tutorial-info" style="background-color: #ffffff; border: 1px solid #696969; border-top: none; border-radius: 0 0 15px 15px; padding: 15px 25px 25px 25px">
<span>
<h3 class="tutorial-info-h" style="color: dimgray; margin-top:10px; margin-bottom:10px"><strong>AI for Oceans</strong></h3>
<div class="smalltext" style="color: dimgray; margin-bottom: 10px">Help A.I. clean the oceans by training it to detect trash! Learn about training data and bias, and how AI can address world problems. View <a href="https://curriculum.code.org/hoc/plugged/9/" target="_blank">lesson plan</a>.</div>
<a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank"><button>Try activity</button></a>
<a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank"><button>Try activity</button></a>
</span>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions pegasus/sites.v3/code.org/public/athome-alt.md.partial
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ theme: responsive

<div class="col-33" style="padding-bottom:15px">
<div class="tutorial-tile" style="padding-right:20px">
<a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank">
<a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank">
<img class="tutorial-tile-img" src="/images/fill-484x234/oceans/oceans-overview.png" style="max-width:100%; border: 0.5px solid #808080; border-radius: 15px 15px 0 0" alt="AI for Oceans">
</a>
<div class="tutorial-info" style="background-color: #ffffff; border: 1px solid #696969; border-top: none; border-radius: 0 0 15px 15px; padding: 15px 25px 25px 25px">
<span>
<h3 class="tutorial-info-h" style="color: dimgray; text-align: left; margin-top:10px; margin-bottom:10px"><strong>AI for Oceans</strong></h3>
<div class="smalltext" style="color: dimgray; text-align: left; margin-bottom: 10px">Help A.I. clean the oceans by training it to detect trash! Learn about training data and bias, and how AI can address world problems. View <a href="https://curriculum.code.org/hoc/plugged/9/" target="_blank">lesson plan</a>.</div>
<a href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank"><button>Try activity</button></a>
<a href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank"><button>Try activity</button></a>
</span>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions pegasus/sites.v3/code.org/public/athome.md.partial
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ theme: responsive

<div class="col-33" style="padding-bottom:15px">
<div class="tutorial-tile" style="padding-right:20px">
<a class="linktag" id="aiforoceans" href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank">
<a class="linktag" id="aiforoceans" href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank">
<img class="tutorial-tile-img" src="/images/fill-484x234/oceans/oceans-overview.png" style="max-width:100%; border: 0.5px solid #808080; border-radius: 15px 15px 0 0" alt="AI for Oceans">
</a>
<div class="tutorial-info" style="background-color: #ffffff; border: 1px solid #696969; border-top: none; border-radius: 0 0 15px 15px; padding: 15px 25px 25px 25px">
<span>
<h3 class="tutorial-info-h" style="color: dimgray; text-align: left; margin-top:10px; margin-bottom:10px"><strong>AI for Oceans</strong></h3>
<div class="smalltext" style="color: dimgray; text-align: left; margin-bottom: 10px">Help A.I. clean the oceans by training it to detect trash! Learn about training data and bias, and how AI can address world problems. View <a class="linktag" id="oceans-lesson" href="https://curriculum.code.org/hoc/plugged/9/" target="_blank">lesson plan</a>.</div>
<a class="linktag" id="aiforoceans" href="https://studio.code.org/s/oceans/stage/1/puzzle/1" target="_blank"><button>Try activity</button></a>
<a class="linktag" id="aiforoceans" href="https://studio.code.org/s/oceans/lessons/1/levels/1" target="_blank"><button>Try activity</button></a>
</span>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Programming in a brand new environment can be challenging and intimidating. We r
</div>
<div class="col-66">
<h3 style="margin-top:10px"><a href="https://code.org/educate/applab"><strong>App Lab</strong></a></h3>
<p>App Lab is a programming environment where you can make simple apps. Design an app, code with blocks or JavaScript to make it work, then share your app in seconds. If you have no experience with App Lab you could get up to speed by trying out: <a href="https://studio.code.org/s/applab-intro/stage/1/puzzle/1">Hour of Code - Intro to App Lab</a>. Alternatively, the projects are suitable for students who have completed the 2nd chapter of CS Discoveries <a href="https://curriculum.code.org/csd/unit4/">Unit 4 - The Design Process</a> or the first chapter of CS Principles <a href="https://curriculum.code.org/csp-19/unit5/">Unit 5 - Building Apps</a>.</p>
<p>App Lab is a programming environment where you can make simple apps. Design an app, code with blocks or JavaScript to make it work, then share your app in seconds. If you have no experience with App Lab you could get up to speed by trying out: <a href="https://studio.code.org/s/applab-intro/lessons/1/levels/1">Hour of Code - Intro to App Lab</a>. Alternatively, the projects are suitable for students who have completed the 2nd chapter of CS Discoveries <a href="https://curriculum.code.org/csd/unit4/">Unit 4 - The Design Process</a> or the first chapter of CS Principles <a href="https://curriculum.code.org/csp-19/unit5/">Unit 5 - Building Apps</a>.</p>
<br>
<p><a href="https://studio.code.org/docs/applab/">App Lab Documentation</a></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pegasus/sites.v3/code.org/public/bak.athome.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Try a one-hour tutorial designed for all ages. There are hundreds of activities
* [Minecraft](https://code.org/api/hour/begin/mc) - Use your creativity and problem solving skill to journey and explore new worlds.
* [AI for Oceans](https://code.org/oceans) - Learn how AI and machine learning can be used to address world problems.
* [Flappy Code](http://studio.code.org/s/flappy/reset) - Write your own flappy game code.
* [Intro to App Lab](https://studio.code.org/s/applab-intro/stage/1/puzzle/1) - Create your own app! (Age 13+, English Only)
* [Intro to App Lab](https://studio.code.org/s/applab-intro/lessons/1/levels/1) - Create your own app! (Age 13+, English Only)
* And many [more tutorials](https://code.org/hourofcode/overview)!

<div style="clear: both; margin-bottom: 40px"></div>
Expand Down
2 changes: 1 addition & 1 deletion pegasus/sites.v3/code.org/public/bounce.moved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://studio.code.org/s/events/stage/1/puzzle/1
https://studio.code.org/s/events/lessons/1/levels/1

0 comments on commit fd409c4

Please sign in to comment.