Build courses¶
Guides for structuring and authoring LXPack content after you have the CLI installed.
Authoring pipeline¶
Every module follows the same loop:
- Edit
course.yaml,lessons/,assessments/, and optionalinteractions/ lxpack validatelxpack previewfor reviewlxpack build --target …when ready for the LMS
Guides¶
-
What each folder is for after
lxpack init. -
Markdown pages and built-in components (no HTML required).
-
Clickable HTML labs with
lxpack.track. -
YAML MCQs and what ships in the export ZIP.
-
Variables and
flowfor non-linear courses. -
Stakeholder review and SCORM simulators in preview.
-
SCORM 1.2 / 2004, xAPI, cmi5, or standalone.
AI help while you author¶
| Resource | Use when |
|---|---|
| Prompts for Claude & Cursor | One-off chat tasks with copy buttons |
| Library Skills | Installable agent expertise in Cursor / Claude Code |
| Workflow overview | Choosing a full authoring track |
Example courses in the repo¶
| Folder | Demonstrates |
|---|---|
examples/security-awareness |
Linear SCORM 1.2 |
examples/branching-demo |
Variables, flow, SCORM 2004 |
examples/xapi-awareness / cmi5-demo |
xAPI / cmi5 |
examples/lessonkit-spa |
SPA lesson + bridge API |