BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190801T170000
DTEND;TZID=America/Los_Angeles:20190801T180000
DTSTAMP:20260617T020445
CREATED:20190805T233646Z
LAST-MODIFIED:20190805T233646Z
UID:1809-1564678800-1564682400@www.ayclogic.com
SUMMARY:5 PM Python Game Development
DESCRIPTION:We went over how to make score and final score appears in the Birdie game.\nHomeworks:\n\nMake a Cloud class:\n\nLoad cloud images from https://www.ayclogic.com/birdie-project-resources/\nDraw random cloud images on the screen.\nLook at Bird class for reference.\n\n\nIn the bouncing_bird project\, make the bird bounce on the 4 edges of the screen.
URL:https://www.ayclogic.com/event/5-pm-python-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190803T090000
DTEND;TZID=America/Los_Angeles:20190803T100000
DTSTAMP:20260617T020445
CREATED:20190803T191400Z
LAST-MODIFIED:20190803T191400Z
UID:1801-1564822800-1564826400@www.ayclogic.com
SUMMARY:9 AM Python Level 1
DESCRIPTION:We went over the “Tell me your age” homework.\nWe review the IF ELSE statement.\nWe went over the concept of Loop: For loop and While loop\nHomework:\n\nNext week there is a Python Quiz\, please study the following:\n\nPython Data Types: Integer\, String\, Float\, Boolean\, Boolean expression and List.\nIF ELSE\, IF ELIF ELSE statements.\nLoops: For Loops and While Loops.
URL:https://www.ayclogic.com/event/9-am-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190803T100000
DTEND;TZID=America/Los_Angeles:20190803T110000
DTSTAMP:20260617T020445
CREATED:20190803T180347Z
LAST-MODIFIED:20190803T180347Z
UID:1795-1564826400-1564830000@www.ayclogic.com
SUMMARY:10 AM Scratch Level 1
DESCRIPTION:We enhanced the Punch the dummy with POW image.\nWe started “Electric Piano” project.\nWe started “Virtual Snow” project from page 144.\nHomework:\n\nAdd 4 more balls on the “Electric Piano” project.\nContinue “Virtual Snow” until page 150.\nMemorize the X and Y coordinates on the edge of Scratch screen.
URL:https://www.ayclogic.com/event/10-am-scratch-level-1-6/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190803T110000
DTEND;TZID=America/Los_Angeles:20190803T110000
DTSTAMP:20260617T020445
CREATED:20190803T190751Z
LAST-MODIFIED:20190803T191056Z
UID:1797-1564830000-1564830000@www.ayclogic.com
SUMMARY:11 AM Scratch Level 1
DESCRIPTION:We went over the “Ask Gobo” project.\nWe started and completed “Funny Faces” project.\nHomework:\n\nDraw a better hair for your Funny Faces project.\nDraw a hat for your Funny Faces project.
URL:https://www.ayclogic.com/event/11-am-scratch-level-1-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190803T140000
DTEND;TZID=America/Los_Angeles:20190803T150000
DTSTAMP:20260617T020445
CREATED:20190810T165228Z
LAST-MODIFIED:20190810T165228Z
UID:1826-1564840800-1564844400@www.ayclogic.com
SUMMARY:2 PM Python Level 1
DESCRIPTION:We completed with Hangman project.\nWe learned how to draw shape using Python Turtle: rectangle and circle\nHomework:\n\nDraw Robot using combination of different rectangle from page 75 to 78.
URL:https://www.ayclogic.com/event/2-pm-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190803T150000
DTEND;TZID=America/Los_Angeles:20190803T160000
DTSTAMP:20260617T020445
CREATED:20190810T010844Z
LAST-MODIFIED:20190810T010844Z
UID:1822-1564844400-1564848000@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We continued with Birdie project:\n\nWe made sure when the player hit the bird\, the player disappear and player.is_alive = False\nWhen the player is dead\, we display the “Play” button.\nWe added logic when user click horizontally on the “Play” button\, the player will be resurrected. But we did not check the vertical position of the mouse.\n\n\nHomework:\n\nWhen the “Play” button appears\, not only do we need to check the mouse x position\, we also need to check the y position of the mouse.\nWhen the “Play” button appears\, also display the “Birdie” title image on top of the play button.\nIn the Player constructor\, in the beginning\, the player.is_alive has to be set to “False”.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190803T160000
DTEND;TZID=America/Los_Angeles:20190803T170000
DTSTAMP:20260617T020445
CREATED:20190804T001638Z
LAST-MODIFIED:20190826T001453Z
UID:1803-1564848000-1564851600@www.ayclogic.com
SUMMARY:4 PM Scratch Level 2
DESCRIPTION:We reviewed last week homework\n\nHow to make Fantastic Flower without using “My Blocks”\n“My Blocks” is basically “function” in other programming languages like Python or Java Script.\n“My Blocks” inputs is basically “function parameters” in other programming languages.\n\n\nWe started “Glacier Race” project.\nHomework:\n\nContinue “Glacier Race” project until page TBD.
URL:https://www.ayclogic.com/event/4-pm-scratch-level-1-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190803T180000
DTEND;TZID=America/Los_Angeles:20190803T190000
DTSTAMP:20260617T020445
CREATED:20190804T020553Z
LAST-MODIFIED:20190804T020553Z
UID:1805-1564855200-1564858800@www.ayclogic.com
SUMMARY:6 PM Scratch Level 1
DESCRIPTION:Today we reviewed the homework with sharks talking to each other.\nWe finished the Birthday Card project.\nWe started making edits to our Birthday Card.\nFor Homework\n\nChange the cake costume into your dad’s picture.\nAlso change your banner to happy birthday dad.\nMake sure when the button is clicked it switches to the Eiffel Tower.\nMake the picture is pretty and there is no background in your face costumes beside your face.
URL:https://www.ayclogic.com/event/6-pm-scratch-level-1-3/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190804T160000
DTEND;TZID=America/Los_Angeles:20190804T170000
DTSTAMP:20260617T020445
CREATED:20190805T000311Z
LAST-MODIFIED:20190805T000311Z
UID:1807-1564934400-1564938000@www.ayclogic.com
SUMMARY:4 PM Scratch Level 2
DESCRIPTION:Today we went over the homework for the Cheese Chase.\nWe also continued on with the Cheese Chase project.\nWe added in the maze and made sure that we couldn’t walk through the maze.\nFor homework\n\nDo pages 64-67 and make sure to read what it says.
URL:https://www.ayclogic.com/event/4-pm-scratch-level-2-3/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190805T180000
DTEND;TZID=America/Los_Angeles:20190805T190000
DTSTAMP:20260617T020445
CREATED:20190806T020941Z
LAST-MODIFIED:20190806T020942Z
UID:1811-1565028000-1565031600@www.ayclogic.com
SUMMARY:6 PM Python Game Development
DESCRIPTION:We discussed the bouncing bird to bounce when it hit the edges.\nWe discussed how to create Cloud class and make appear on the Birdie game.\nHomework:\n\nIn the Birdie game\, the cloud cannot appear cut off in the bottom of the screen.\nIn the Bouncing Birdie\, when the birdie is moving left\, the image needs to face left.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190807T170000
DTEND;TZID=America/Los_Angeles:20190807T180000
DTSTAMP:20260617T020445
CREATED:20190808T010035Z
LAST-MODIFIED:20190808T015511Z
UID:1813-1565197200-1565200800@www.ayclogic.com
SUMMARY:5 PM Scratch Level 1
DESCRIPTION:We started Birthday Card project from page 82 to page 89.\nHomework:\n\nContinue with Birthday Card project in page 90 and 91.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-1-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190807T180000
DTEND;TZID=America/Los_Angeles:20190807T190000
DTSTAMP:20260617T020445
CREATED:20190808T015549Z
LAST-MODIFIED:20190808T015549Z
UID:1817-1565200800-1565204400@www.ayclogic.com
SUMMARY:6 PM Scratch Demo
DESCRIPTION:
URL:https://www.ayclogic.com/event/6-pm-scratch-demo/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190810T090000
DTEND;TZID=America/Los_Angeles:20190810T100000
DTSTAMP:20260617T020445
CREATED:20190811T011859Z
LAST-MODIFIED:20190811T011859Z
UID:1838-1565427600-1565431200@www.ayclogic.com
SUMMARY:9 AM Python Level 1
DESCRIPTION:Python Level 1 Quiz: Data Types\, Variables\, IF ELSE\, Loops.
URL:https://www.ayclogic.com/event/9-am-python-level-1-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190810T110000
DTEND;TZID=America/Los_Angeles:20190810T123000
DTSTAMP:20260617T020445
CREATED:20190810T215945Z
LAST-MODIFIED:20190810T215945Z
UID:1828-1565434800-1565440200@www.ayclogic.com
SUMMARY:11 AM Scratch Level 2
DESCRIPTION:We reviewed Dog’s Dinner project from page 130 to 139.\nWe continued with Dog’s Dinner project.\nHomework:\n\nContinue the project from page 148 to 158
URL:https://www.ayclogic.com/event/11-am-scratch-level-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190810T130000
DTEND;TZID=America/Los_Angeles:20190810T140000
DTSTAMP:20260617T020445
CREATED:20190811T011954Z
LAST-MODIFIED:20190811T011954Z
UID:1840-1565442000-1565445600@www.ayclogic.com
SUMMARY:1 PM Python Demo Class
DESCRIPTION:Python Demo Class
URL:https://www.ayclogic.com/event/1-pm-python-demo-class/
CATEGORIES:Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190810T140000
DTEND;TZID=America/Los_Angeles:20190810T150000
DTSTAMP:20260617T020445
CREATED:20190810T220208Z
LAST-MODIFIED:20190810T220208Z
UID:1831-1565445600-1565449200@www.ayclogic.com
SUMMARY:2 PM Python Level 1
DESCRIPTION:We reviewed Robot Builder project (last week homework).\nWe started Kaleido Spiral project from page 82.\n Homework:\n\nContinue Kaleido Spiral project on page 87 and 89.\nIf you did not finish the last week homework\, please finish it.
URL:https://www.ayclogic.com/event/2-pm-python-level-1-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190810T150000
DTEND;TZID=America/Los_Angeles:20190810T160000
DTSTAMP:20260617T020445
CREATED:20190810T225718Z
LAST-MODIFIED:20190810T225718Z
UID:1829-1565449200-1565452800@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We continued with Birdie project\n\nWe added Birdie Title.\nWhen player starts\, clear the birds and the bullets.\nWe added background music.\nWe added Score\n\n\nHomework:\n\nDownload cloud images from website.\nCreate cloud class.\nMake the cloud appear from either left or right of the screen.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-3/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190810T160000
DTEND;TZID=America/Los_Angeles:20190810T170000
DTSTAMP:20260617T020445
CREATED:20190811T011659Z
LAST-MODIFIED:20190811T011659Z
UID:1834-1565452800-1565456400@www.ayclogic.com
SUMMARY:4 PM Scratch Level 1
DESCRIPTION:We completed Birthday Card 2 project:\n\nWe replaced Sharks with dad or mom picture.\nWe replaced Button image with dad or mom picture.\nWe added 2 moving arrows which will point to dad or mom picture on the first page.\nWe learned how to share a Scratch project with other people.\n\n\nWe started Spiralizer project from page 94.\nHomework:\n\nContinue Spiralizer project from page 98 to 101.
URL:https://www.ayclogic.com/event/4-pm-scratch-level-1-3/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190810T170000
DTEND;TZID=America/Los_Angeles:20190810T190000
DTSTAMP:20260617T020445
CREATED:20190811T011752Z
LAST-MODIFIED:20190811T011752Z
UID:1836-1565456400-1565463600@www.ayclogic.com
SUMMARY:5 PM Python Level 1
DESCRIPTION:Python Level 1 Test 2 hours.
URL:https://www.ayclogic.com/event/5-pm-python-level-1-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190811T150000
DTEND;TZID=America/Los_Angeles:20190811T160000
DTSTAMP:20260617T020445
CREATED:20190811T225816Z
LAST-MODIFIED:20190811T225816Z
UID:1842-1565535600-1565539200@www.ayclogic.com
SUMMARY:3 PM Scratch Level 1
DESCRIPTION:We reviewed Funny Faces project.\nWe went over the concept of X and Y Coordinates.\nWe learn how to draw shapes: Square\, Rectangle and Triangle in Scratch.\nHomework:\n\nFind the X and Y coordinates for the octagon in the grid paper.\nDraw the octagon shape in the Scratch.
URL:https://www.ayclogic.com/event/3-pm-scratch-level-1/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190813T170000
DTEND;TZID=America/Los_Angeles:20190813T180000
DTSTAMP:20260617T020445
CREATED:20190814T011700Z
LAST-MODIFIED:20190814T011700Z
UID:1863-1565715600-1565719200@www.ayclogic.com
SUMMARY:5 PM Scratch Level 1
DESCRIPTION:We went over Happy Birthday Mom/Dad project.\nWe replaced button image with Mom/Dad image.\nWe added left and right arrows on the first page.\nHomework:\n\nYou need to take mom picture on cake sprite.\nYou need to take mom picture on button sprite.\nDo Spiralizer project from 94 to 100.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-1-3/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190816T180000
DTEND;TZID=America/Los_Angeles:20190816T190000
DTSTAMP:20260617T020445
CREATED:20190817T023126Z
LAST-MODIFIED:20190817T023126Z
UID:1866-1565978400-1565982000@www.ayclogic.com
SUMMARY:6 PM Introduction to Coding using Scratch
DESCRIPTION:We started “Dino Dance Party” from page 34 until page 41.\nHomework:\n\nLearn to open computer in your house.\nLearn to launch Web Browser in your house. Preferably Google Chrome\nLearn to go to Scratch website: https://scratch.mit.edu\n\nLearn to login to your Scratch account.\nClick the “My Stuff” icon on the top right corner after you login.\nLearn to open your “Dino Dance Party” project.\n\n\nRepeat step 1 to 3\, 2 more times.\nLearn to type (and read) the following words 3 times each in Google Doc:\n\nMotion\nLooks\nSound\nEvents\nControl\nSensing\nOperators\nVariables\nForever\nWait
URL:https://www.ayclogic.com/event/6-pm-introduction-to-coding-using-scratch/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190817T090000
DTEND;TZID=America/Los_Angeles:20190817T100000
DTSTAMP:20260617T020445
CREATED:20190817T160619Z
LAST-MODIFIED:20190817T175645Z
UID:1869-1566032400-1566036000@www.ayclogic.com
SUMMARY:9 AM Python Level 1
DESCRIPTION:We started learning about Function without return value and Function with return value.\nHomework:\n\nDo homework in https://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/\nCreate a function called “do_something” no parameter. Inside the function print to the shell “do something” 10 times.
URL:https://www.ayclogic.com/event/9-am-python-level-1-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190817T100000
DTEND;TZID=America/Los_Angeles:20190817T110000
DTSTAMP:20260617T020445
CREATED:20190817T180014Z
LAST-MODIFIED:20190817T180014Z
UID:1874-1566036000-1566039600@www.ayclogic.com
SUMMARY:10 AM Scratch Level 1
DESCRIPTION:We reviewed and completed Virtual Snow project.\n Homework:\n\nOpen your Virtual Snow project and do “Save As A Copy”\nChange the name from “Virtual Snow Copy” into “Spaceship 1.0”.\nChange the color of your snowflake to yellow.\nChange the name of your “snowflake” into “star”.\nDuplicate “star” sprite into “Asteroid”
URL:https://www.ayclogic.com/event/10-am-scratch-level-1-7/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190817T110000
DTEND;TZID=America/Los_Angeles:20190817T123000
DTSTAMP:20260617T020445
CREATED:20190817T194647Z
LAST-MODIFIED:20190818T002411Z
UID:1876-1566039600-1566045000@www.ayclogic.com
SUMMARY:11 AM Scratch Level 2
DESCRIPTION:We went over and completed Dog’s Dinner project until page 155.\nWe started Glacier Race project from page 166 to 171.\nHomework:\n\nContinue Glacier Race project from page 172 to 173.\nIf you have not done the Dog’s Dinner project\, please complete it until page 161.
URL:https://www.ayclogic.com/event/11-am-scratch-level-2-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190817T140000
DTEND;TZID=America/Los_Angeles:20190817T150000
DTSTAMP:20260617T020445
CREATED:20190817T220015Z
LAST-MODIFIED:20190817T220015Z
UID:1878-1566050400-1566054000@www.ayclogic.com
SUMMARY:2 PM Python Level 1
DESCRIPTION:We reviewed Kaleido Spiral homework\nWe started Baby Name Generator project\nHomework:\n\nDo https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/
URL:https://www.ayclogic.com/event/2-pm-python-level-1-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190817T150000
DTEND;TZID=America/Los_Angeles:20190817T160000
DTSTAMP:20260617T020445
CREATED:20190817T231321Z
LAST-MODIFIED:20190817T231321Z
UID:1880-1566054000-1566057600@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We completed Birdie project.\nCheckout https://www.ayclogic.com/useful-resources/ where you can find a lot of useful links such as where to get game assets for free.\nWe started Bouncing Bird project.\nHomework:\n\nMake the bird move to the right.\nWhen the bird hit the right edge\, make it to move to the left.\nWhen the bird hit the left edge\, make it to move to the right.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190817T180000
DTEND;TZID=America/Los_Angeles:20190817T190000
DTSTAMP:20260617T020445
CREATED:20190818T020045Z
LAST-MODIFIED:20190818T020045Z
UID:1884-1566064800-1566068400@www.ayclogic.com
SUMMARY:6 PM Scratch Level 1
DESCRIPTION:We reviewed homework as well as what we did last week.\nWe continued with the Spiralizer and also started the Tunnel of Doom.\nFor Homework\n\nPlease do pages 131 to 133 inside the scratch book.
URL:https://www.ayclogic.com/event/6-pm-scratch-level-1-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190818T150000
DTEND;TZID=America/Los_Angeles:20190818T160000
DTSTAMP:20260617T020445
CREATED:20190818T225122Z
LAST-MODIFIED:20190818T225122Z
UID:1886-1566140400-1566144000@www.ayclogic.com
SUMMARY:3 PM Scratch Level 1
DESCRIPTION:We reviewed Draw Shapes project last week\nWe started Dino Dance project from page 34.\nWe started Animal Race project from page 48.\nHomework:\n\nIf you have the book\, in the Dino Dance project add the “Ballerina” sprite from page 43 to 45.
URL:https://www.ayclogic.com/event/3-pm-scratch-level-1-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190819T180000
DTEND;TZID=America/Los_Angeles:20190819T190000
DTSTAMP:20260617T020445
CREATED:20190820T020127Z
LAST-MODIFIED:20190820T020127Z
UID:1888-1566237600-1566241200@www.ayclogic.com
SUMMARY:6 PM Scratch Level 1
DESCRIPTION:We reviewed Dino Dance and use of Variables.\nWe continued with Animal Race project from page 48 until done.\nHomework:\n\nNo homework
URL:https://www.ayclogic.com/event/6-pm-scratch-level-1-5/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
END:VCALENDAR