Training content consumed by the Accessibility Training app. Kept public so the app can fetch modules via raw.githubusercontent.com at runtime without authentication.
Each module lives in modules/<module-id>/ and is listed in manifest.json with an id, title, and version. The app compares the manifest's versions against its local cache to decide what to download or update.
A module folder contains:
content.md(orcontent.json) — instructional pagesquestions.json— quiz questions and answers
- Microsoft Word documents (
modules/word-accessibility)
- Create
modules/<module-id>/with content + questions. - Add an entry to
manifest.json. - Bump the module's
versionon every content change; see CONTRIBUTING.md for the project-wide versioning scheme.
See CONTRIBUTING.md. AI-authored/bot pull requests are not accepted.