Skip to content

Instantly share code, notes, and snippets.

View andre-dietrich's full-sized avatar

André Dietrich andre-dietrich

View GitHub Profile
@andre-dietrich
andre-dietrich / LiaScript – Offene OER im Browser.md
Created November 19, 2025 09:20
Kurzvorstellung LiaScript im Vergleich zu Authoring-Tool in klassischen LMS

Demo Test

Interactive Sine Function

Adjust the parameters below to see how they affect the sine function.

$a =$ <script input="range" step="0.1" min="0" max="10" value="1" output="a">@input</script>, $b =$ <script input="range" step="0.1" min="0" max="10" value="1" output="b">@input</script>, $c =$ <script input="range" step="0.1" min="0" max="10" value="0" output="c">@input</script>

<script modify="false" run-once style="display: inline-block; width: 100%"> "LIASCRIPT: ### $$f(x) = @input(`a`) * \sin(@input(`b`) * x + @input(`c`))$$"
@andre-dietrich
andre-dietrich / hideSettings.css
Created September 11, 2023 20:14
LiaScript hiding editor and presentation settings
ul.lia-support-menu__nav li:first-child {
display: none;
}
.lia-settings-editor {
display: none;
}

Mermaid Example

flowchart LR
  A[Initial Request<br>for Consideration] --> B{Preliminary Review}
  B -- Advanced --> C[Project Owner Assigned<br>to Conduct Assessment];
@andre-dietrich
andre-dietrich / hideCircle.css
Last active July 10, 2023 10:28
Hiding Animation-Step circles in LiaScript
.lia-effect__circle {
display: none !important
}
body {
line-height: 4rem !important;
}

LiaScript @eLearning Africa 2023

                        --{{1}}--

On the 24th of May we will have a preconference workshop on "Instant Creation & Publishing of Free and Open Online Courses with LiaScript" at the 16th eLearning Africa conference in Dakar.

@andre-dietrich
andre-dietrich / LiaScript: Was ist das?.md
Created May 16, 2023 15:11
This is a short introduction to the LiaScript live editor.

LiaScript: Was ist das?

TODO:

  • Braucht Lehre eine Sprache?