Tools

Tools are the applications and their features that you have used.

To get an Excellence, you must prove you used efficient tools. This means using software features that save time, automate repetitive tasks, Ensure consistency, and keep file sizes optimised.

The number and the complexity of the use of the tools will determine if it is appropriate for Level 2 or Level 3.

Media TypeEfficient Tool / TechniqueWhy it counts as “Efficient”
Web DesignExternal Stylesheets (.css)Changing one line of CSS instantly updates the Design across 10 separate HTML pages, eliminating the Need to edit pages individually.
Print & UI DesignParagraph & Character StylesCreates global text presets (e.g., Heading 1, Body). Changing the font face in the style panel updates all matching headings instantly.
All MediaStrict Asset ManagementOrganising Project folders logically (e.g., /src, /build, /images). It preserves asset links and prevents broken file paths.
Game & WebObject Reuse / Component TemplatesCreating a single “prefab” or reusable Component (like a custom button or enemy node) and instantiating it multiple times instead of rebuilding it from scratch.
Media AssetsAsset OptimizationExplicitly resizing, cropping, and compressing media formats (e.g., converting heavy images to .webp or audio to .mp3) before building to maximise Performance.