lms
Security covered
Drupal LMS is a Learning Management System for Drupal, designed to be extensible and modular, and to integrate well with other Drupal modules and content.
Drupal LMS allows you to enable individual modules as you need them, add views and theming, and then either start a new LMS website from scratch or integrate with an existing site. Eventually, there may be recipes to support getting up and running faster, but for now expect to do some site building to get everything set up.
For local development and a new project starter kit we recommend this Drupal LMS dev repository, all details in the README.
Drupal LMS began as a fork of the Opigno distribution, but has been rewritten from the ground up based on Drupal 10.3 and above.
Ecosystem modules:
- LMS Membership Request: allows to require students request membership on selected courses.
- LMS Xapi: Integrates Xapi packages (for example from Articulate 360) with a Drupal site, provides a field formatter for any entity type, integration with Drupal LMS by providing the Xapi Package activity-answer plugin and provides a minimalistic Xapi LRS for storing scores and states of activities.
- LMS H5P: Integrates with the Drupal H5P module, which provides access to H5P's library of open source activities.
- LMS File Upload: Adds a file upload activity type.
- LMS Webform: Integrates LMS with the Webform module to allow using webforms in activities.
- LMS Certificate and LMS Certificate Entity : allow generating PDF certificates for completed courses.
- LMS Messages: provides integration with the Message module for automatic creation and sending of messages on various LMS events.
- LMS Scorm: Adds support for Scorm packages.
- LMS Migrate: Migration plugins and template examples for migrating from Opigno to Drupal LMS.
Documentation:
- Course Creator's Guide: how to set up and use Drupal LMS
- Developer's Guide: code function and architecture
- Plugin Developer's Guide: expand your learning experiences