Our non-KAF Moodle plugins change a mechanism to create a list of students' access status

Hello, everyone.

This is an announcement.
We will release the YU Kaltura Media Package 1.3.0 (a series of Moodle plugins for the Kaltura CE) after the Moodle 3.7 is released.

In the version 1.3.0, we will changes a mechanism to create a list of access status to a media resource.
In version 1.2.x, when a teacher views a list of access status to the media resource, the number of plays/views of each student is counted using the Moodle standard log.
This process takes several minutes each time.

Version 1.3.0 uses a DB table to store students’ access status.
This change reduces the time it takes to display a list of access status.
However, since the past access logs are not recorded in the table, the teacher will feel that the number of plays/views to each media resource has become zero.

So that, we will provide a command line interface script in order to migrate the access logs.
Administrators of moodle system should execute the script after upgrade of the Moodle plugins.
This process takes the long time.
In our university, this process took four hours, even though the Moodle server was not used.

For the recent version of Moodle 3.x, we will fix codes about the paging bar in the “My Media” page.

Regards

Hello.

We have released the YU Kaltura Media Package 1.3.0 (a series of Moodle plugins for the Kaltura CE).

If you use the resource plugin (mod_kalmediares) version 1.1.x/1.2.x, administrators of your moodle site should execute the following command after upgrade of the Moodle plugins.

# php /path/to/moodle/mod/kalmediares/cli/log_migration_1.2to1.3.php

This process takes the long time.
In our university, this process took four hours, even though the Moodle server was not used.

Additionally, for the recently versions of Moodle 3.x, we will fix codes about the paging bar in the “My Media” page.
In the activity module (mod_kalmediaassign), we fixed some statements in order to correctly display submissions that have been submitted or require grading.
And, we fixed some statements in order to correctly judge whether the submission / resubmission is permitted.

Regards,