U

UNPLUGGED

The Big Event


Lesson time: 15 Minutes         Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used to delve deeper when time allows.

Lesson Overview

Events are a great way to add variety to a pre-written algorithm. Sometimes you want your program to be able to respond to the user exactly when the user wants it to. That is what events are for.

Teaching Summary

Getting Started - 15 minutes

1) Review
2) Vocabulary
3) A Series of Events

Activity: Events - 15 minutes

4) The Big Event

Wrap-up - 5 minutes

5) Flash Chat - What did we learn?

Assessment - 10 minutes

6) The Big Event Assessment

Lesson Objectives

Students will:

  • Repeat commands given by an instructor
  • Recognize actions of the teacher as signals to initiate commands
  • Practice differentiating pre-defined actions and event-driven ones

Teaching Guide

Materials, Resources and Prep

For the Student

For the Teacher

Getting Started (15 min)

1) Review

This is a great time to review the last lesson that you went through with your class. You can do this as one large group or have students discuss with an elbow partner.

Here are some questions that you can ask in review:

  • What did we do last time?

  • What do you wish we had had a chance to do?

  • Did you think of any questions after the lesson that you want to ask?

  • What was your favorite part of the last lesson?

Lesson Tip

Finishing the review by asking about the students' favorite things helps to leave a positive impression of the previous exercise, increasing excitement for the activity that you are about to introduce.

2) Vocabulary

This lesson has one new and important vocabulary word:

Event - Say it with me: E-vent
An action that causes something to happen

3) A Series of Events

Activity: (15 min)

4) The Big Event

  • Do you remember helping the Flurbs find fruit? How about making maps where you helped your friend get to the smiley face?
    • In those exercises, you knew in advance exactly where you wanted your character to end up, so you could make a program that took them from start to finish without any interruptions.
    • In most real programs, we can't do that because we want to have options, depending on what the user needs.
      • Say that I only want my character to move when my finger is on the screen of my phone. I would need to program the character to only move when I put my finger on the screen of my phone.
      • Putting my finger on the screen would then become an "event" that tells my character to move.

In earlier lessons, we created algorithms that allowed us to control a friend or Flurb for several steps at a time. It was fun and useful, but what happens when you don’t know everything that you want your friend to do in advance? This is where events come in!

Lesson Tip

If your students seem confused, talk about their favorite games and all of the ways that they let the characters know what they're supposed to do. Point out how the game would be really boring if it ran from start to finish without any events required.

Directions:

  1. Project the Event Controller onto your classroom screen.

  1. Decide with your class what each button does. We suggest:
    • Pink Button -> Say “Wooooo!”
    • Teal Button -> “Yeah!”
    • Purple Dial -> “Boom!”
  2. Practice tapping the buttons on the overhead and having your class react.
  3. Add some button sequences into the mix and have the students try to keep up with their sounds.
  4. Let your class know that every time you push a button, it is an “event” that lets them know what they are expected to do next.
  5. Get the class started on a planned task before interrupting them again with the buttons. We suggest:
    • Counting to 10
    • Singing “Old MacDonald”
  6. Once their plan is underway, interject button presses sporadically.
  7. Continue the blend until they understand the difference between actions that are guided by a plan and those that are event driven.

Wrap-up (10 min)

5) Flash Chat: What did we learn?

  • Why do we need to be able to handle events in a program?
  • What are some other kinds of events that you can think of?

Assessment (10 min)

6) Assessment Worksheet: Controlling by Events Assessment

  • Hand out the assessment activity and allow students to complete the activity independently after the instructions have been well explained.
  • This should feel familiar, thanks to the previous activities.

Extended Learning

Use these activities to enhance student learning. They can be used as outside of class activities or other enrichment.

One Person's Event is Another One's Reaction

  • Assign each student an event to watch out for, and an appropriate reaction to that event. Chain the actions so that each child's reaction becomes an event that triggers the reaction of another student. Keep assigning until everyone has something to do and everyone makes someone react.

Eventopalooza

  • Break the class up into groups. Using the Events Controller, assign each group a different reaction to the same button. Do this for all three buttons, then watch the chaos!

Connections and Background Information

ISTE Standards (formerly NETS)

  • 1.c - Use models and simulation to explore complex systems and issues.
  • 4.b - Plan and manage activities to develop a solution or complete a project.
  • 6.a - Understand and use technology systems.

CSTA K-12 Computer Science Standards:

  • CPP.L1:3-04 - Construct a set of statements to be acted out to accomplish a simple task.
  • CT.L1:6-01 - Understand and use the basic steps in algorithmic problem-solving.
  • CT.L1:6-02 - Develop a simple understanding of an algorithm using computer-free exercises.
  • CT.L1:6-05 - Make a list of sub-problems to consider while addressing a larger problem.
  • CT.L2-06 - Describe and analyze a sequence of instructions being followed.

NGSS Science and Engineering Practices

  • K-2-ETS1-1 - Ask questions, make observations, and gather information about a situation people want to change to define a simple problem that can be solved through the development of a new or improved object or tool.

Common Core Mathematical Practices

  • 1. Make sense of problems and persevere in solving them.
  • 2. Reason abstractly and quantitatively.
  • 6. Attend to precision.
  • 7. Look for and make use of structure.
  • 8. Look for and express regularity in repeated reasoning.

Common Core Math Standards

  • K.CC.4 - Understand the relationship between numbers and quantities; connect counting to cardinality.

Common Core Language Arts Standards

  • SL.K.1 - Participate in collaborative conversations with diverse partners about kindergarten topics and texts with peers and adults in small and larger groups.
  • SL.K.2 - Confirm understanding of a text read aloud or information presented orally or through other media by asking and answering questions about key details and requesting clarification if something is not understood.
  • L.K.6 - Use words and phrases acquired through conversations, reading and being read to, and responding to texts.
  • SL.1.1 - Participate in collaborative conversations with diverse partners about grade 1 topics and texts with peers and adults in small and larger groups.
  • SL.1.2 - Ask and answer questions about key details in a text read aloud or information presented orally or through other media.
  • L.1.6 - Use words and phrases acquired through conversations, reading and being read to, and responding to texts, including using frequently occurring conjunctions to signal simple relationships.
  • SL.2.1 - Participate in collaborative conversations with diverse partners about grade 2 topics and texts with peers and adults in small and larger groups.
  • SL.2.2 - Recount or describe key ideas or details from a text read aloud or information presented orally or through other media.
  • L.2.6 - Use words and phrases acquired through conversations, reading and being read to, and responding to texts, including using adjectives and adverbs to describe.