This plugin is a subplugin of local_lytix.
This module was designed specifically for students. Its primary goal is to offer students a comprehensive overview of the time they've spent in the course. This module is accompanied by a counterpart for lecturers: lytix_timeoverview.
Students can view their own and of their collegues time spent in a bar chart.
- 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.
The time data is aggregated per Moodle activity. Anything not related to a specific activity (like quizzes, H5P videos, or BigBlueButton sessions) is categorized as "Course Time". The line chart offers a more granular view, allowing students to see individual activity times on a day-to-day basis. Additionally, students have the option to view the median time spent by their peers. The data is aggregated using a scheduled task. This task retrieves all student interactions (clicks) for the course from a log table in the database.
No settings for the subplugin are available.
The provided widget of this subplugin is part of the LYTIX operation mode Learner's Corner
for students. We refer to local_lytix for the configuration of this operation mode. If the mode Learner's Corner
is active and if a course is in the list of supported courses for this mode, then for students this widget is displayed when clicking on Learner's Corner
in the main course view.
No API.
The following personal data are stored:
Entry | Description |
---|---|
userid | The ID of the user who viewed the activity widget |
courseid | The ID of the corresponding course |
show_others | The option to show the median of activities in the course of other users |
There are no known issues related to this plugin.
Note: In order that the provided widget is displayed in Learner's Corner
the subplugin lytix_config is required.
This plugin is licensed under the GNU GPL v3.
- Günther Moser - Developer - GitHub
- Alex Kremser - Developer