Posts

10: Service Project Day

Image
 Activity Requirements  From the beginning, the instructions were quite confusing. There seemed to be multiple components to the activity with minimal clear guidance. Before the service project day, I was under the impression that children and their families would come and participate in our lesson, so I was a bit saddened to learn that no children or families would be attending. Regardless, my partner and I worked hard to construct a fun activity and incorporate every detail found below.  Lesson Activity Specifications  o   Geared toward an elementary TEKS.  ·    3.9B: to identify and describe the flow of energy in a food chain; predict how changes in a food chain affect the ecosystem, such as the removal of frogs from a pond or bees from a field. o   15-minute duration o    Contain a technological element  ·   Leo AR Camera o    A hero story is written in adobe spark o    Physical movement  ·   Scavenger Hunt o    QR codes  o    Adaptable to be completed outside ·   W

9: ECDC Lesson Activity

Image
 Experience  LINK  to watch a glimpse of my experience      We were tasked with composing a 15-minute lesson activity that would be taught to 4th-grade students.  The catch was we must use technology in the TAMUCC I-Create Lab to create the lesson. At first, my partner and I chose to utilize the embroidery machine to construct cheese pizzas and toppings. Students were going to be given various fraction problems to solve by placing the toppings in accordance with the solution of the problem. However, after working long hours for three days we encountered several mishaps and decided to scrap the idea.  Now the issue was deciding what to do in the short amount of time we had. Another dilemma was that all of the machines were taken in the lab. After a short drive, a few deep breaths, some snacks, and research, a solution finally popped into my head. The students could learn about financial literacy by playing a game with fake money. Luckily, my parents have a Cricut, so I immediately decid

8: Digital Maker Spaces

Image
 Experience  Today, our class looked at maker education. The website Maker ED aims to utilize the potential of creativity and creations to transform teaching and learning. The website does so by providing users with an organized website that includes information about Maker ED, professional learning opportunities, resources, ways to get involved, and material to assist at-home learners. The main takeaway of Digital Maker Spaces is that their approach is student-centered with a focus on educators, educational institutions, and community involvement.   In the Classroom  After viewing some information in regard to Digital Maker Spaces, I formulated a simple lesson utilizing a game for students to play on their mobile devices. The game is a coding game from CODE.org . Simply put, individuals create their own coding sequence to protect ocean life by cleaning up the beach. I have attached the code below for users to scan, so they can play the game. In the classroom, students would open the

7: iCreate Lab

Image
 Experience  LINK  to see photos of the iCreate Lab Today our class got to explore the iCreate lab. Click on the link located " Inside the iCreate Lab"  so you too can view what the iCreate lab has to offer and examples of items that can be made using the machinery in the lab. There truly is something for everybody! From a teaching and student viewpoint, the diversity within the lab allows for multiple ISTE computational thinking standards to be addressed.  The following machines can be found in the lab :)  3D printing  Cricut  Laser cutter & engraver  Sewing & embroidery machines  Large format printer & vinyl cutter  Old printing press machine  CNC router   ISTE CT Standards  1e) Recognize how computing and society interact to create opportunities, inequities, responsibilities, and threats for individuals and organizations 2d) Assess and manage classroom culture to drive equitable student participation, address exclusionary dynamics, and counter implicit bias

6: Portfolio 3 - MT Notes

Below, you will find more information about CT and CS concepts. We were tasked with creating notes on two computational concepts provided for us. Once you read the notes, there will be a video and Kahoot link to view. The video is the youtube video I watched to form these notes. The Kahoot is the game/information I created for teachers and students.   Computational Thinking  Something people do because computational thinking includes the ability to do the following.  think logically and algorithmically  recognize problems   break problems apart  Four concepts of computational thinking decomposition  pattern recognition  abstraction  algorithms  Decomposition: breaking apart problems or a big idea into smaller pieces or steps  baking/cooking math problems  puzzle  Pattern Recognition: finding similarities between things pairing socks while folding laundry  purchasing a new car  school subjects  Abstraction: to capture the importance of a system, idea, or structure while generalizing tre

5: Drone Coding Lab

Image
 Experience  LINK  to Tello Drone in Action  In today’s lab, we operated the Tello Drone by utilizing the DroneBlocks app to code the device. The experience was enjoyable but had complications that were not expected. Although instructions were followed, the Tello Drone did take a minute to connect with the DroneBlocks app. One tip I would give users is to match the Wi-Fi name with the connection in the app. For example, our drone’s Wi-Fi name was jellyfish, so in the DroneBlocks app when you see Tello-XXXXXX we had to type in jellyfish for the device to connect. Once the drone was up and running, it performed interesting maneuvers. I have attached a video to showcase the drone in action. Some coding script items used were takeoff, spin, loop, and land. Unfortunately, our group and classmates encountered issues with the drone. The takeoff button would turn gray, the drone would no longer correctly follow the code, and for some, their drone would not land automatically. I found that this

4: Introductory DroneBlocks Curriculum

Image
 Launching Tello DroneBlocks  1.     Open DroneBlocks app 2.     Select “Tello Blocks” by clicking the hamburger icon (blue icon with three blue lines) 3.     Begin creating mission by dragging coding blocks        Takeoff o    Represents the start of the mission o    First coding command         Navigation o    Fly commands (fly & yaw) located in this tab o    Fly: forward, right, backward, and left the desired number of units o    Yaw: rotate right or left the desired number of degrees Flip o    Commands Tello to perform a flip forward, backward, left, or right Loops o    Repeat a sequence of instructions until a condition is met o    Loop command is known as the “repeat” block because it commands Tello to repeat an action a desired amount of times o    Useful way to simplify a code and ensure a proper sequence is being executed    Logic o    Adds intelligence to the code by using if, else if, else logic o    If/else block (if-do-else) Variables o    Allow inputs to flexibly chan