Skip to content

Commit acb4835

Browse files
update OPAL news
1 parent f5e01d4 commit acb4835

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

assets/images/post/opal.jpg

352 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: 'OPAL Integrates LiaScript: A Milestone for Interactive Learning in German Higher Education'
3+
date: 2025-07-15
4+
draft: false
5+
author: André Dietrich
6+
image: "/images/post/opal.jpg"
7+
categories:
8+
- News
9+
- Feature
10+
tags:
11+
- LMS
12+
- OPAL
13+
- OER
14+
- Education
15+
- Markdown
16+
- Integration
17+
description: 'OPAL, the learning management system used by 21 Saxon universities with over 80,000 users, now natively supports LiaScript. This integration marks a significant milestone in making interactive, open educational resources accessible to German higher education.'
18+
---
19+
20+
We're thrilled to announce that **OPAL** (Online-Plattform für Akademisches Lehren und Lernen), the primary Learning Management System serving 21 Saxon universities with over 80,000 users and approximately 35,000 online courses, now natively supports LiaScript! As of July 2, 2025, educators at institutions including TU Dresden, TU Chemnitz, TU Bergakademie Freiberg, and the University of Leipzig can directly upload and render LiaScript Markdown files within their courses - no SCORM exports, no complex workarounds, just pure Markdown. This collaborative achievement between **TU Chemnitz**, **TU Bergakademie Freiberg**, and **BPS Bildungsportal Sachsen GmbH** opens the full power of interactive quizzes, text-to-speech, live code execution, and multimedia integration to Saxon higher education.
21+
22+
For educators, getting started is remarkably simple: create your content in the [LiaScript LiveEditor](https://liascript.github.io/LiveEditor/), download the Markdown file, upload it to OPAL's "Einzelne Seite" component, and watch it render automatically with full interactivity. This integration validates LiaScript's philosophy that interactive, engaging educational content should be as simple as writing structured text with a typewriter ... in an open format, decentralized content, and accessible tools can thrive within institutional frameworks.
23+
24+
This milestone represents institutional validation at scale: when a system serving tens of thousands of users across 21 institutions natively supports your format, it's a powerful endorsement of simplicity and openness in education. We're excited to see how Saxon educators will leverage this integration to create, share, and transform how we teach and learn.
25+
26+
---
27+
28+
**Additional Resources:**
29+
30+
- [OPAL Demo Course](https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/28960423936) - Examples and features showcase
31+
- [HTWK Leipzig Tutorial](https://www.htwk-leipzig.de/hochschule/aktuelles/newsdetail/artikel/interaktive-lerninhalte-in-opal-mit-liascript-gestalten) - Step-by-step integration guide
32+
- [TU Chemnitz Tutorial](https://blog.hrz.tu-chemnitz.de/urzcommunity/2025/07/08/neu-im-opal-mit-liascript-schnell-zum-anschaulichen-interaktiven-kurs/) - Quick start with screenshots
33+
- [TU Freiberg Tutorial](https://blogs.hrz.tu-freiberg.de/elearning/neue-funktion-unterstuetzung-von-liascript-im-kursbaustein-einzelne-seite/) - LiaScript philosophy and features
34+

themes/hugoplate/layouts/partials/components/blog-card.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ <h4 class="mb-3">
4848
</li>
4949
</ul>
5050
{{ end }}
51-
<p class="mb-6">{{ .Summary | plainify }}</p>
51+
<p class="mb-6">
52+
{{ if .Params.description }}
53+
{{ .Params.description | plainify }}
54+
{{ else }}
55+
{{ .Summary | plainify }}
56+
{{ end }}
57+
</p>
5258
<a class="btn btn-outline-primary btn-sm" href="{{ .RelPermalink }}">
5359
{{ T "read_more" }}
5460
</a>

0 commit comments

Comments
 (0)