Today, Cabo participated in school activities, discussed summer plans, took photos with the teachers, staff, friends, and packed up personal belongings.
Assignment
none
Session Minutes
60
Minutes Student Attended
60
Lesson Comments
Today, Cabo participated in school activities, discussed summer plans, took photos with the teachers, staff, and friends, and packed up personal belongings. Cabo was on task.
Today's lesson focused on coding. Cabo continued to work on coding assignments. He also participated in school activities for the remainder of the class.
Assignment
none
Session Minutes
60
Minutes Student Attended
60
Lesson Comments
Today's lesson focused on coding. Cabo continued to work on coding assignments. He also participated in school activities for the remainder of the class. Cabo was on task.
Second session - Completed the motor/joystick project. Added a DC motor whose speed was controlled with the joystick's Y-axis. Needed to incorporate a transistor so motor would have enough current to run.
Worked with Cabo to start the servo motor/joystick project. Constructed a circuit with just the servo motor and wrote code to rotate it through an arc from 0 to 180 degrees and back to 0.
Second session - completed the Weather Central project. Applied a few more simple CSS styles and added ability to retrieve weather data using a zip code rather than city and state.
Continued working on Weather Central project. Completed the code to display all the weather data retrieved from the API. Added a stylesheet to the HTML page.
Second session - Continued working on Weather Central project. Finished adding elements to show the weather data and began adding code to populate those elements with data received from the weather API.
Continued working on Weather Central project. Added code to extract the latitude and longitude from the geocode response, then constructed the URL and sent the request to get weather data for that location. Began adding UI components to show the current weather to the user.
Continued working on the Weather Central project. Added code to parse the city, state input into separate city and state variables that can be used to replace the placeholders in the geocoding API URL