This plugin is a subplugin of local_lytix.
The lytix_config
module handles the configuration of the main plugin, enabling it to work in combination with various sub-modules across different Moodle instances.
- Download the plugin and extract the files.
- Move the extracted folder to your
moodle/local/lytix/modules
directory. - Log in as an admin in Moodle and navigate to
Site Administration > Plugins > Install plugins
. - Follow the on-screen instructions to complete the installation.
- Supported Moodle Version: 4.1 - 4.5
- Supported PHP Version: 7.4 - 8.3
- Supported Databases: MariaDB, PostgreSQL
- Supported Moodle Themes: Boost
This plugin has only been tested under the above system requirements against the specified versions. However, it may work under other system requirements and versions as well.
lytix_config
uses a specific template for different platforms to ensure seamless integration with the sub-modules.- The template for the Creators Dashboard is not availabe for the public because of dependecies to 3d party plugins.
- Based on the chosen dashboard version in the admin settings for the main plugin
local_lytix
, the appropriate Mustache template is loaded.
No settings for the subplugin are available.
No API.
No personal data are stored.
Depending on the chosen dashboard setting additional dependencies are given.
For learners corner
:
- lytix_activity
- lytix_diary
- lytix_planner
- lytix_grademonitor (only optional, only supported for Moodle version <= 4.1)
For course dashboard
:
- lytix_completion
- lytix_measure
- lytix_planner
- lytix_timedetail (not available on GitHub)
For creators dashboard
:
- lytix_actions (not available on GitHub)
- lytix_completions (not available on GitHub)
- lytix_coursecompl (not available on GitHub)
- lytix_participants (not available on GitHub)
This plugin is licensed under the GNU GPL v3.
- Günther Moser - Developer - GitHub
- Alex Kremser - Developer