liascript/LiaScript-Exporter
Export LiaScript courses to SCORM, PDF, Web, and other formats for LMS deployment and distribution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-file | Path to README.md or project.yml file | yes | — |
| format | Export format (scorm1.2, scorm2004, pdf, web, ims, xapi, rdf, json, project) | yes | — |
| output-name | Base name for output files | no | — |
| course-path | Directory containing the course | no | — |
| scorm-organization | Organization title | no | — |
| scorm-mastery-score | Mastery score (0-100) | no | 0 |
| scorm-typical-duration | Duration (PT0H5M0S format) | no | PT0H5M0S |
| scorm-iframe | Use iframe for SCORM | no | false |
| scorm-embed | Embed Markdown in JS | no | false |
| scorm-always-active | Keep SCORM always active | no | false |
| pdf-theme | LiaScript theme | no | default |
| pdf-format | Paper format | no | A4 |
| pdf-scale | Webpage rendering scale | no | 1 |
| pdf-landscape | Landscape orientation | no | false |
| pdf-print-background | Print background graphics | no | false |
| pdf-stylesheet | Custom CSS file path | no | — |
| web-zip | Create zip archive | no | true |
| web-indexeddb | Enable IndexedDB storage | no | false |
| web-iframe | Use iframe version | no | false |
| ims-indexeddb | Use IndexedDB for persistence | no | false |
| xapi-endpoint | LRS endpoint URL | no | — |
| xapi-auth | Authentication string | no | — |
| xapi-actor | xAPI actor JSON | no | — |
| xapi-course-id | Course identifier | no | — |
| xapi-course-title | Course title | no | — |
| xapi-debug | Enable debug logging | no | false |
| xapi-zip | Package as zip | no | false |
| rdf-format | Output format (json-ld, n-quads) | no | json-ld |
| rdf-url | External URL reference | no | — |
| rdf-type | Schema.org type | no | Course |
| rdf-license | License URL | no | — |
| rdf-educational-level | Educational level | no | — |
| style | Additional CSS styling | no | — |
| responsive-voice-key | Text-to-speech API key | no | — |
Outputs
| name | description |
|---|---|
| output-file | Path to the generated file |
| file-size | Size of generated file in bytes |
| format | Format that was generated |
| success | Whether export succeeded (true/false) |