André Dietrich
André Dietrich
Hi, I just updated Element and added a zoom and a center attribute function, this functionality was already implemented at the JS part, but not within elm... probably you could...
You could use LiaScript, as I would like to, to completely decouple your application from the educational contents. See for example: https://liascript.github.io/course/?https://raw.githubusercontent.com/andre-dietrich/tau-prolog_template/master/README.md#3 or this list of templates, that can be...
Thanks a lot for pitching the idea ... and sorry for the late response. I just tried it out, and it seems, there is no need for additional implementations. I...
Okay ... sounds very interesting ... I will play around with it during the holidays ... thanks for the resources ...
I did not found a satisfying solution or project so far, that allows to load quizzes only within the browser by using javavascript only. All solutions seem to require a...
@pwab ... that sounds great, if you can create a simple Browser example, with a simple script-tag, not necessarily LiaScript, then it could be easily added as a macro. Would...
Hi, macros in LiaScript are a simple text substitution not strings as in programming languages. What you want is something like ```` md # Course Main Title @mm(python,`print('Hallo Welt')`) ```...
It should be ... what is problematic in this case, is that you have to add some styling. You have to display it as a block otherwise the code will...
Hi, this is a bit more complicated, the problem is that macros are not like in programming languages, it only deals with strings, it uses only the characters `,` to...
Hi, I tried out your download-link. The problem is the CORS policy of the webserver, which does not allow a foreign website to access its content. If you take a...