We Are Developers 22 - Interactive Markdown for Education & Documentation

We Are Developers 22 - Interactive Markdown for Education & Documentation

Well… there is a so called OER movement - OER stands for OpenEducationalResources. In contrast to the OpenSource initiative, there is no such thing as a common or uniting (programming) language, where people can contribute pieces to a larger project.

It might sound strange, but we think that Markdown can be an ideal language candidate for e-learning. But it is mainly used to create static content, the syntax is fixed and not extendable. We tried to reinterpret Markdown and started to develop LiaScript, a WebApp that runs entirely within the browser; and just by referencing can turn any README into an interactive textbook, presentation, or screencast with an auto. narrator where:

  • code-snippets can be executed & edited
  • tables turn into diagrams
  • native JavaScript support
  • as well as quizzes, surveys, ASCII-art, etc.

LiaScript has its own macro-language, which can be used by developers to introduce new features that can be utilized in other courses.

Like it?

    [[X]] YES
    [[ ]] no

Related Posts

Collaborative drawings made with LiaScript

In this article we will explore how to create a collaborative drawing canvas (in other words a whiteboard) using LiaScript’s internal publish -subscribe mechanisms. This feature will allows multiple users to interact with the same LiaScript course in real-time, enabling collaborative drawing and marking, as demonstrated in the following video. 1. Publish-Subscribe (How does it work?) The publish-subscribe (pub-sub) pattern is a messaging paradigm where messages are sent by publishers to specific topics without the publisher knowing who, if anyone, will receive the message.

Read More

LiaScript 0.14 - Teilweise Dokumentation (German)

Dies ist die Aufnahme von LiaScript im Präsentationsmodus, indem die Dokumentation sich selber vorstellt. Es ist natürlich möglich der Dokumentation auch selber im interaktiven LiaScript-Modus zur folgen, klicken sie hier. Die Quellen finden Sie auch direkt auf GitHub. 0. Intro 1. Kurzeinführung Tools & Co. Update: Es ist jetzt auch möglich VSCode als Editor für LiaScript-Kurse zu nutzen. Dafür haben wir die beiden folgenden Erweiterungen zum VSCode-Marktplatz hinzugefügt (eines für die Vorschau, das andere für Snippets).

Read More

How can Web 3.0 save Education?

The University Future Festival 2023 was an event hosted by the Hochschulforum Digitalisierung and the Stiftung Innovation in der Hochschullehre. The event was held both in-person and online from April 26 to April 28, 2023. The festival was designed to be “Digital first”, meaning all aspects of the festival could be experienced online, with physical stages in various locations in Germany offering additional networking opportunities festival.hfd.digital. The festival addressed a broad spectrum of topics related to the opportunities and challenges of digital transformation.

Read More