ERASMUS SCRATCH PROJECT NAME: GREEK TEAM
Working on Geometry
GRADE: ANY
How to create basic
geometrical shapes with DIFFICULTY FROM 1 TO 10: 4
Scratch
Math Worksheet: Conversions
The purpose of the current worksheet is to create a project that converts meters to
kilometers and the opposite.
Scenario: User can choose 1, 2 or 0. If he chooses 1 then the cat asks for a number of km
and converts them to meters, if the uses chooses 2 then the cat asks for meters and
converts them to km. Finally, if the choice is 0 everything stops.
1. Sprites
a) the cat
b) create a new sprite (sprite2) that
shows how many meters a km has
c) create a new sprite (sprite3) that
shows that 1000m are equal to 1 km.
2. When the Green Flag clicked, hide
sprite 2 and sprite 3.
Ralleia Experimental Primary Schools – Evangelia Petraki
1
3. Click on the cat sprite
a) Add the When Green Flag clicked
block
b) Drag and drop the forever block
c) Ask user to choose number 1, 2, or 0
4. Drag and drop the if block to check
the answer
5. If the answer is 1 then
a) broadcast a message
b)when sprite 2 receives this message
it becomes visible for 5 seconds
6. Ask for kilometers
7. Convert km to meters. Use say block
to show the result, and * operator for
the multiplication.
Challenge: Do the same for choice 2
to convert meters to km.
You can see the specific blocks in step 4
Tip: Division is the operation for this
conversion.
Ralleia Experimental Primary Schools – Evangelia Petraki
2
8. If the answer is 0 then stop
everything
a) You will find the whole project in the following link
[Link]
Links
[Link]
[Link]
We can improve this program together. Show your contributions:
Ralleia Experimental Primary Schools – Evangelia Petraki
3