Update abgeschlossen – Wichtiger Hinweis zu Übungsabgaben

Das Update auf ILIAS 10 ist abgeschlossen, im Hintergrund laufen noch Migrationen von Medienobjekten und Content Styles, weshalb es bis voraussichtlich nächsten Freitag zu langsameren Ladezeiten und nicht angezeigten Übungsabgaben kommen kann. Neuerungen im Überblick

Demo Learning Module for the Page Editor

Code

“Code” should be selected to display codes. This format displays various codes as they are, without executing them directly. An option to download the code can also be displayed.

1
2
3
4
5
#include <iostream> 
int main(){
std::cout << "Hello World!" << std::endl;
return 0;
}

Video tutorial for inserting a Code

The code can also be made available as an application for download.

Return to overview



Information Message
No comment has been posted yet.