NEA.Guide

Assessment Overview

The NEA is a systems development project accounting for ~20% of your A-level. It is not just about code; the documentation is critical. Below is the breakdown of where your marks come from.

Marking Scheme Breakdown

Hover over segments to see details.

Why Documentation Matters

The 20% Rule: The NEA is often 20% of your grade. Implementation (Coding) is only ~15% of that. A perfect code with bad docs fails; buggy code with great docs can succeed.

📋

Systems Development: You are being assessed on the lifecycle: Analysis -> Design -> Build -> Test -> Evaluate.

"The code itself is only a small part. A 'buggy' program with a fantastic report (that documents the bugs!) can score higher than a 'perfect' program with a terrible report."