Shorts

Where is Content Stored?

Did you know that LiaScript tries to be agnostic as possible, when it comes to hosting? The thing is, you host your content by your own and only refer to it, via a URL-Parameter that you attach to the LiaScript website. https://LiaScript.github.io/course/?THE_URL_TO_YOUR_COURSE.md Git - Platforms Although, we prefer GitHub & git for versioning, hosting, and publishing, you should be able to use any versioning system or platform to host your course content.

Read More

Tables & Data Visualizations

If Markdown tables are used to store data, why not directly visualizing it? LiaScript offers 10 different types of plots, the best type is automatically chosen, based on the format of a table and its values… but you are free to use your desired one ;-) You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

6 Quizzes in 100 Seconds

This is our report on making quizzes in LiaScript in 100 seconds. Do you know an easier way of creating quizzes with your favorite LMS? Multiple-Choice Single-Choice Matrix Text-Input Selection Gap-Text You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

A Custom Extension for Algebra

Today we show how to build a custom extension for executable code-snippets for LiaScript #Markdown by using the computer algebra systems Algebrite. The same can be done with any other library, framework, API … You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

Executable Code

How to make your Markdown code-snippets editable and executable? Our solution, just attach a script-tag to it that defines how the input or inputs should be evaluated… You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

Macros

How can you define custom macros or even define reusable LiaScript libraries? Just use @ followed by a custom name for your macro You can add parameters Shortcut macros, that call others predefined parameters And block-macros not that difficult You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

Embedding Multimedia and More

There are 4 ways in LiaScript to embed multimedia content: the classical way ![alt](image-url) sound ?[alt](sound-url) video !?[alt](video-url] for everything else ??[alt](url) You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

ASCII-aRT

After writing systems, here is a quick intro into ASCII-aRT - the next evolutionary step of writing - and how it is integrated into LiaScript, such that you can integrate for example also formulas and animations to your image… You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

Fonts: Dead or Alive

Fascinated by the length of the URL as well as by foreign languages and writing systems we added the opportunity to use different fonts in LiaScript-Markdown. We hoped that this can be useful for learning ancient and extinct languages… Not all fonts are installed on my machine, so they are not displayed in the editor. LiaScript however will load and display them appropriately. Since they are Unicode-characters, you can style and use these ancient writing systems as ordinary Markdown.

Read More

Images are handled differently

LiaScript-Markdown handles images differently: a paragraph with a starting image will produce a floating environment a paragraph with only images will produce a gallery the image will be optimally sized & placed “titles” will be used as captions You can use this this example as a basis for your own course by following this link … Or experiment with it in the LiveEditor below:

Read More

One Document - Multiple Representations

This is part one of a demo series that explains certain LiaScript design elements. I this part you will learn how to create narrative presentations from one Markdown document only and how one course can be used to teach in different languages. For the text to speech output we apply simple-speech … If your browser does not support TTS, LiaScript will fallback ResponsiveVoice. You can use this this example as a basis for your own course by following this link

Read More