NOTE: This page is the support page for:
Lessons 1 - 4 (Lists)
from Unit 5 (Lists, Loops, and Traversals) from the Code.org curriculum ('20-21).
While the bulk of this unit is based on the Code.org lessons, we have added some supplemental material and some modifications to assist with our Digital Learning environment.
This page will document exactly what you need to do for each lesson. Refer to this page frequently as you work through your Code.org lessons.
The Chapter and/or Lesson names below match what you see in Code.org to make it easier to stay on track.
Code.org: U5: L1: Lists: Explore ('20-'21)
Modifications: TBD
Notes:
No activity guides or other Code.org documentation for this lesson
Code.org: U5: L2: Lists: Investigate ('20-'21)
Modifications: TBD
Notes:
No activity guides or other Code.org documentation for this lesson
Code.org: U5: L3: Lists: Practice ('20-'21)
Modifications: TBD
Notes:
No activity guides or other Code.org documentation for this lesson
Code.org: U5: L4: Lists: Make ('20-'21)
Modifications: TBD
Notes:
A copy of the Activity Guide for this lesson is linked below.
A (partial) walkthrough is available for this lesson
Here is the link for the CSP Lists Make - Reminder App - Activity Guide. You will need to make a copy of this document and save it in your Drive.
Here is the (partial) walkthrough for lesson 4. Some items were intentionally not covered. You will need to go that coding on your own.
Make sure you have all the correct supporting documents
Make sure you understand the problem
Start by creating the list of reminders
Write your reminders to the screen
Code the "right" button so that you can toggle through your reminders.
NOTE: You have to code the "left" button on your own.
Now that we have some repetitive code, let's abstract that information into a new function.
NOTE: This is the last video. The project is not 100% complete at this point. You need to tidy up the rest on your own.