LiaScript 0.14 - Full Documentation (English)

LiaScript 0.14 - Full Documentation (English)

This is a screencast of the LiaScript documentation in presentation mode spoken by LiaScript itself ;-)

You can inspect the document by your own, either directly from GitHub or as the interactive LiaScript version.


0. Intro


1. Overview on Tools & More

Update:


2. Markdown-Basics part 1 & Multimedia

Update:

  • Additional headers can be inserted into a slide by using the HTML5-tag <section> or <article>

    # Title
    
    ...
    
    <article>
    ## Subtitle
    
    with subsection content ...
    </article>
    
  • HTML comments can now be used to hide content or to add personal notes:

    # Title
    
    <!-- some private information not to be shown to the public ... -->
    
    A new paragraph
    

3. Markdown-Basics part 2


4. Styling elements


5. Math & Formulas

Update:

You can now also define custom KaTeX-macros, which can be either locally or globally defined.


6. Footnotes


7. State


8. Tasks


9. Quizzes

9.1 Quiz-Settings


10. Surveys & Classrooms


11. Effects - Animations - Text2Speech - Playback


12. Fun with Tables


13. ASCII-Art


14. Charts - Diagrams - ASCII-art(2)


15. Interactive Code-Blocks


16. Macro Basics


16.1 Basic Macros


17. JavaScript or JS-Components

Related Posts

OE³R the next Generation of OER?

OER or in long Open Educational Resources is a “relatively” new and vaguely defined term. Wikipedia describes it as follows: Open educational resources (OER) are freely accessible, openly licensed text, media, and other digital assets that are useful for teaching, learning, and assessing as well as for research purposes… https://en.wikipedia.org/wiki/Open_educational_resources Thus, the ER defines any kind of Educational¹ content while the O points to an open licensing format. But the idea is actually not new at all, there have been attempts that predate the OER movement by nearly a century.

Read More

C-Programming

This LiaScript book is based on the free Wikibook on C-Programming. It provides a comprehensive look at the C programming language and its features. Examples are made interactive by using the CodeRunner. Start Course The GitHub repository for this project can be found here: https://github.com/LiaBooks/C-Programming … or try it out in the LiveEditor:

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