Please enable JavaScript to use CodeHS

Mix and Match Middle School Course

Lesson 3.4 Under the Sea

Description

In this lesson, students go through their second Tracy Adventure story. As in the prior lesson, they will be given a bit of story background, learn any needed commands or concepts, and apply these to complete a task. They will repeat this process throughout the module.
In this story, students will help Tracy through an underseas adventure to find her cousin, the sea turtle, and will learn how to use variables, parameters, and user input in their programs.
This story should take approximately 2-3 hours for students to complete.


Objective

Students will be able to:

  • Create programs using the following commands:
    • bgcolor
    • pensize
    • circle with amount parameter
    • color with hexcodes
    • left & right
    • input
    • int
  • Assign and utilize variables in their programs
  • Define and call functions that take parameters
  • Ask for and utilize text and numeric user input in their programs