Skip to content

Commit ef38821

Browse files
committed
update readme
1 parent cc63e74 commit ef38821

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ __`--scorm-embed`__
221221
222222
Embed the Markdown source directly into the JavaScript code. Use this for Moodle 4 and other LMS that impose restrictions on dynamic loading of external resources.
223223
224+
__`--lia-subfolder`__
225+
226+
Place course files (Markdown, images, audio, etc.) into a `content/` subfolder, keeping LiaScript app files at the root. Automatically implies `--scorm-embed` for LMS compatibility.
227+
224228
### SCORM2004
225229
226230
This output format provides the same settings as `scorm1.2`, but it allows to
@@ -295,6 +299,8 @@ reload the course, all quiz and coding states are destroyed. By using this
295299
option a course is generated, which stores the content within the browsers local
296300
`indexeddb`.
297301
302+
__`--lia-subfolder`:__ Place course files (Markdown, images, audio, etc.) into a `content/` subfolder, keeping LiaScript app files at the root.
303+
298304
``` shell
299305
$ liaex -i project/README.md --format ims --output course --ims-indexeddb
300306
..
@@ -702,6 +708,8 @@ $ liaex -i project/README.md --format xapi --output course
702708
703709
`--xapi-zip` Package the output as a zip file.
704710
711+
`--lia-subfolder` Place course files (Markdown, images, audio, etc.) into a `content/` subfolder, keeping LiaScript app files at the root.
712+
705713
### Project
706714
707715
Projects are a way to bundle a collection of courses and to make a custom overview page for it.

0 commit comments

Comments
 (0)