Subject ICT Grade 8 Assessment Type Project (Rubric) Tool P5JS editor Teacher: Total Marks 30 Date given Week 5 Due Date: Week 6 Student Name Note: Students will do their project in the computer lab. Objective: Create an airplane using various shapes and variables to position objects to make them move. Materials: Computers with internet access. p5.js Web Editor Steps: 1. Introduction: Briefly introduce what your project is about. 2. Materials and Setup: Ensure each student has access to a computer with p5.js Web Editor open. Instruction : Open p5js editor p5.js Web Editor Change the background colour to light blue with r=100, g=200, b=250 Add two ellipses for the body and cockpit of the plane at the center of the canvas. Use appropriate colours without a border. move the cockpit of the plane at an appropriate position, reduce the y position by 20 pixels to move it upwards. Use a subtraction operator. Create two variables x_plane and y_plane at ...