0% found this document useful (0 votes)
42 views5 pages

ICTProject-Term 3-Grade 5

The document provides instructions for an ICT project worth 30% of the grade. Students must create a Scratch program by Sunday 28th May 2023. It involves programming a target sprite that moves with the mouse and plays a sound when shot by a parrot sprite. Students earn points by shooting targets within a 10 second time limit. They must submit their project by uploading a link or .sb3 file to Microsoft Teams.

Uploaded by

Ahmed Amir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views5 pages

ICTProject-Term 3-Grade 5

The document provides instructions for an ICT project worth 30% of the grade. Students must create a Scratch program by Sunday 28th May 2023. It involves programming a target sprite that moves with the mouse and plays a sound when shot by a parrot sprite. Students earn points by shooting targets within a 10 second time limit. They must submit their project by uploading a link or .sb3 file to Microsoft Teams.

Uploaded by

Ahmed Amir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Deadline : Sunday 28/05/2023

Year : 6
Subject : ICT Total marks : 30%
--------------------------------------------------------------------------------------------------

ICT Project 3
Submission Deadline: Sunday 28th May, 2023
The ICT project is worth 10 marks and counts for 30% of your overall grade.

Project Rubric:

Content Layout Application

10 10 10

Requirements:

1. Go to www.scratch.mit.edu

2. Click on "Create" to open the program interface.

3. Delete the default Sprite "cat".

4. Go to "Stage" and add a backdrop called "Blue Sky".

5. add another backdrop called "Light".

6. In the white circle type “THE END” using the text tool.

7. Create a new sprite using the Paint

Tool and draw a solid circle using

the Circle Tool.

8. Change the fill colour to "No Fill", the

outline colour to black, and the thickness to 10.

Academic Year: 2022-2023 Term: 3 ICT - Project 3 Year: 6 Page 1


ICT Project 3 Year: 6

9. Draw two lines using the Line Tool to divide the circle in half and create

the target symbol. Use "undo" if necessary.

10. Change the size of the target to 20.

11. Rename Sprite 1 to "Target".

12. Click on the "Sounds" tab and select the "Clang" sound.

13. Add another sprite from the Animal section of the library and choose

"Parrot".

14. Change the size of the Parrot to 40.

15. Click on the "Sounds" tab and select the "Tada" sound.

16. Create two variables for all sprites by clicking on "make a variable":

a. First: "Score"

b. Second: "Timer"

17. Click on the target sprite to create the script by following the scenario:

Code 1:

a. When the Green Flag is clicked

i. Forever

ii. Go to the mouse pointer.

Code 2:
b. When I receive “Shot”

i. Start sound “Clang”

Academic Year: 2022-2023 Term: 3 ICT - Project 3 Year: 6 Page 2


ICT Project 3 Year: 6

Code 3:

a. When the Green Flag is clicked

b. show

c. Switch the backdrop to “Blue Sky”

d. Set the Score to 0

e. Set the Timer to 10

f. Repeat until Timer = 0

i. Wait for 1 second

ii. Change the time by -1

g. Broadcast “END”

h. hide

18. Click on the Parrot to create the script by following the scenario:

Code 1:
a. When the Green Flag is clicked

b. Show

c. Forever

i. Move by picking random numbers from 1 to 5 steps.

ii. Turn clockwise by picking random numbers from 1 to 10 degrees

iii. If on edge, bounce

iv. Next costume

Academic Year: 2022-2023 Term: 3 ICT - Project 3 Year: 6 Page 3


ICT Project 3 Year: 6

Code 2:
a. When the space key is pressed

b. If touching the ‘target’ sprite then

i. Broadcast “Shot”

ii. Hide

iii. Change the score by 1.

iv. Wait for 1 second.

v. Go to x by picking random numbers from 240 to -240 and y by

picking random from 180 to -180.

vi. Show

Code 3:

a. When I receive “END”

b. Switch Backdrop to “Light”

c. hide

d. Play Sound “TADA” until done

e. Stop all.

19. Duplicate the Parrot Sprite four times.

20. To submit your Scratch project, you can choose one of two ways:

Way 1: Submitting a Link

a. In the Project Title field, type your full name, grade, and section.

b. Save the Scratch file by clicking on "Save Now".

Academic Year: 2022-2023 Term: 3 ICT - Project 3 Year: 6 Page 4


ICT Project 3 Year: 6

c. Click on "Share" then click on "Copy Link".

a. Go to Assignments in Microsoft Teams and click on " Attach"

under "My Work".

d. Choose "Link".

e. Paste the link and type your name in the description, then click on

"Attach".

f. Click on "Turn-in".

Way 2: Submitting a .sb3 File.

b. Click on "File" and choose "Save to your computer".

c. Browse where you want to save the file, you can choose your

desktop.
Sample Output
d. In the file name, type your full

name, grade, and section.

e. Go to Assignments in Microsoft

Teams and click on " Attach"

under "My Work".

f. Choose "Upload from computer".

g. Find the file, then click on "Attach".

h. Click on "Turn-in".

Academic Year: 2022-2023 Term: 3 ICT - Project 3 Year: 6 Page 5

You might also like