Course Tool Plugins
How Course Tool Plugins Work
Registering as a Course Tool
class MyToolPlugin extends Plugin
{
protected function __construct()
{
parent::__construct('1.0', 'Author');
$this->isCoursePlugin = true;
$this->addCourseTool = true;
}
}Per-Course Settings
Installation and Uninstallation
Integration Points
Course Context
Examples
Last updated
Was this helpful?