VCE Data Analytics Resource Page

A resource for Heathmont College students studying VCE Applied Computing - Data Analytics Unit 3 & 4.

View My GitHub Profile

Project Management Strategies

Overview

Project Management Image - Created by ChatGPT4o/Dall-E

Effective project management is essential for delivering successful data projects. This section covers planning techniques, Gantt charts, and tracking progress. Lots of our focus for the project management is on tracking the progress of our SAT project and associated tasks.

Key Concepts

Project Management in the Study Design

Unit 3 Outcome 2

Key Knowledge:

Key Skills:

Unit 4 Outcome 1

Key Knowledge:

Key Skills:

Study design key knowledge and key skills are taken verbatim from the VCE Applied Computing Study Design 2025-2028. © Victorian Curriculum and Assessment Authority. For current versions and related content visit www.vcaa.vic.edu.au

Learning Resources

Examples

Example 1: Creating a Gantt Chart

Example 2: Identifying Project Risks

    gantt
    title SAT Project Template
    dateFormat DD/MM/YYYY
    excludes weekends, Wednesday, Friday

    section Unit 3 - Analysis
    Project Start               : milestone, a1, 01/02/2025, 1d
    Identify Research Question  : done, a2, after a1,  5d
    Create project plan         : done, a3, after a2, 2d
    Gather requirements         : active, a4, after a2, 5d 
    Analysis Complete           : milestone, after a3 a4, 1d

    section Unit 3 - Design
    System Design               : d1, 01/04/2025, 10d
    Evaluation Criteria created : d2, after d1, 5d
    Design Ideas                : d3, after d2, 4d
    Design Complete             : milestone,  dm, after d3, 0d

    section Unit 4 - Development
    Start Unit 4                : milestone, devstart, 20/07/2025, 1d
    Create Data Visualisation   : dev1, after devstart, 12d
    Testing                     : dev2, after dev1, 3d
    Finalised                   : milestone, devm, after dev2, 0d

    section Unit 4 - Evaluation
    Start Evaluation            : e1, after devm, 3d
    Generate Eval Strategy      : e2, after e1, 3d