|
This project will help you to create an activity
where you can practice counting using coins.
Here is how the activity works.
Clicking on the 'New' button starts
a new activity. The computer generates an
amount to pay (being any number between 1
and 100). In this example, it is 69 pence.
The yellow area is the 'counting area' where
coins are dragged into to be counted by the
computer. Once an amount has been dragged
into the yellow area, the 'OK?' button
must be clicked. If the amount of money is
correct, then the computer displays 'OK'.
If not, then the message 'Wrong' is displayed.
The creation of the activity is in two parts
- firstly all the graphic elements such as
the coins, buttons and text boxes must be
created. Logo procedures are then added to
this structure to make the activity work.
|