Kurswerkzeug-Plugins
Funktionsweise von Kurswerkzeug-Plugins
Registrierung als Kurswerkzeug
class MyToolPlugin extends Plugin
{
protected function __construct()
{
parent::__construct('1.0', 'Author');
$this->isCoursePlugin = true;
$this->addCourseTool = true;
}
}Kursspezifische Einstellungen
Installation und Deinstallation
Integrationspunkte
Kurskontext
Beispiele
Zuletzt aktualisiert
War das hilfreich?