Theory Notes/🗄️ Topic 4: Data & Information Management, Solution Development/12.4.15
12.4.15Grade 12

Implementing an Online Help System

A PAT-only subtopic (not examinable in the written papers) about building genuinely useful help into your own software project.

  • Context-sensitive help — help content that changes based on exactly what the user is currently doing/viewing, rather than one generic help page.
  • Menus and FAQs — structured, browsable help resources within the application.
  • Including APIs and comments in your programming project — well-documented code (including any APIs used) makes the project maintainable and, alongside a help system, demonstrates professional software development practice.

💡 Exam Tip

For the PAT specifically, examiners look for help features that are actually integrated and relevant to your specific project — a generic 'About' box copy-pasted with no real content will not score well here.