Saturday 6 June 2009

Scratch challenges

One of the things I have to do is to develop some more resources for scratch, I plan on using this with my junior classes


The way I have introduced scratch this year to students (years 10 and 11 in my case, but it might work with younger students as well) has been to:
  • first ask them to complete the scratch cards provided at the Scratch MIT site
  • then to complete the following challenges
SCRATCH CHALLENGES

1) Make 2 different balls move around on the stage
a) the first ball moves in straight lines but bounces randomly whenever it hits the edge
b) the second moves randomly, changing direction all the time

2a) One sprite chases another sprite around the stage. The first sprite moves in straight line but bounces off the edge randomly. The chasing sprite chases the first sprite but is moving slower.
b) Extension – if the chasing sprite catches the other sprite then it says something sensible and makes a suitable sound

3) Use the Letter shapes to write your first name on the page. Then introduce some special effects such as making the letters wobble and change their appearance.

4) Point, click and move
Make an object both point and glide towards the mouse position when you click on the stage
Hint: Motion > point towards
Hint: Sensing > mouse down?

5) Make two animals have a forwards and backwards conversation
Hint: Use broadcast

6a) Play all the different drum sounds automatically
Hint: create a variable for the drum number
b) Extension – keep recycling through all the drum sounds automatically

7) Make Dan or Anjuli or Cassy dance to a beat, using all of their dance shapes

8) Make a sprite gradually grow in size and then shrink
Hint: make a size variable

9) Count down on a timer. A rocket takes off when you reach zero
Hint: Use the number icons in the letters folder

10) Add, multiply or subtract two variable numbers
Hint: Just to do addition only you will need 4 variables: firstNum, secondNum, answer (computer calculated) and myAnswer (human calculated)


In thinking about how to optimise, improve and extend this whole process I re-read some of my earlier posts about Scratch. This one is important in thinking about what the teacher ought to be doing beyond building skills:

playing with the kindergarten metaphor
imagine -> create -> play -> share -> reflect and then iterate again ...

Learning to share is harder than learning to ride a bicycle or write a computer program - but more important ...

Minsky quote: Logo has a great grammar but not much literature

It's important to explicitly promote reflection


I also expect that I will be using the excellent project ideas developed by a Mr. Michaud at Nebo Elementary School as a next step in a progression.

No comments: