CodeIEB
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.