-
Notifications
You must be signed in to change notification settings - Fork 251
Plugins
Tom Taylor edited this page Mar 12, 2015
·
4 revisions
Just about everything in the Adapt Learning Framework is a plugin. You can create custom components for rendering learning content (like questions, or graphical components, video players etc.). You can create extensions for existing components or core framework elements (e.g. the Triggered extension hides components and reveals them on button press). You can also create custom menus or themes.
Detailed docs for themes can be found here: Styling-your-course
You should probably go here: Developing-plugins
- Framework in Five Minutes
- Setting up Your Development Environment
- Manual Installation of the Adapt Framework
- Adapt Command Line Interface
- Common Issues
- Reporting Bugs
- Requesting Features
- Creating Your First Course
- Styling Your Course
- Configuring Your Project with config.json
- Content starts with course.json
- Course Localisation
- Compiling, testing and deploying your Adapt course
- Core Plugins in the Adapt Learning Framework
- Converting a Course from Framework Version 1 to Version 2
- Contributing to the Adapt Project
- Adapt API
- Core Events
- Core Model Attributes
- Core Modules
- States and Indicators
- Right to Left (RTL) Support
- Web Security Audit
- Plugins
- Developing Plugins
- Developer's Guide: Components
- Developer's Guide: Theme
- Developer's Guide: Menu