Learn Without Walls
← Back to Module 7

Module 7: Practice Activities

Build Your Project Skills

These activities will help you practice planning, building, and testing. You can do them before, during, or after building your main project. Print this page if you want to write on the worksheets!

Activity 1: Project Planning Worksheet

Use this worksheet to plan any project. Fill in each section before you start building.

My Project Name:
What type of project is it? (Circle one: Story / Quiz / Animation / Virtual Pet / Greeting Card / Other)
WHO is it for?
WHAT should it do? (Describe it in 2-3 sentences.)
Sprites I need: (List all characters and objects.)
Backgrounds I need:
Sounds I want to use:
What happens first?
What happens next?
How does it end?
What Scratch blocks will I need? (Circle: say / move / repeat / if-then / switch backdrop / play sound / wait / other: ________)

Activity 2: Scratch Building Mini-Challenges

These small challenges help you practice building skills. Try one before starting your big project, or do them for fun any time!

Mini-Challenge 1: Talking Sprite

Make a sprite say three different things, one after another, with a 2-second wait between each one. This practices sequences and timing.

Blocks to use: when green flag clicked, say ___ for 2 seconds, wait 1 second

Mini-Challenge 2: Moving Scene

Create a scene with two sprites. When the green flag is clicked, one sprite walks from the left side to the right side while the other sprite stays still and watches. This practices motion and parallel actions.

Blocks to use: when green flag clicked, glide ___ secs to x: ___ y: ___, point in direction

Mini-Challenge 3: Click and React

Make a sprite that does something fun when you click on it -- it could change costume, play a sound, spin around, or grow bigger. This practices events and interactivity.

Blocks to use: when this sprite clicked, play sound, change size by, next costume

Mini-Challenge 4: Looping Animation

Make a sprite do a repeating animation, like a bird flapping its wings or a star blinking. Use a forever loop with costume changes. This practices loops and animation.

Blocks to use: when green flag clicked, forever, next costume, wait 0.3 seconds

Mini-Challenge 5: Simple Question

Make a sprite ask a question. If the answer is correct, say "That is right!" If the answer is wrong, say "Try again!" This practices conditionals and input.

Blocks to use: ask ___ and wait, if/then/else, answer = ___

Activity 3: Complete Testing Checklist

Use this checklist every time you finish building or making changes to your project. Check off each item as you test it.

Does It Start Right?

Does It Work Right?

Does It End Right?

Is It Easy to Use?

Activity 4: Project Reflection

After you finish your project, answer these questions. You can write your answers or talk about them with your parent.

Think About Your Project

What is your favorite part of your project? Why?
What was the hardest part of building it?
What did you learn while building this project?
If you could add one more thing, what would it be?
What would you do differently next time?
Take the Module 7 Quiz →