xAPI-vle / moodle-logstore_xapi

A Moodle plugin to send xAPI statements to an LRS using events in the Moodle logstore.
GNU General Public License v3.0
74 stars 85 forks source link

Update plugin to use the refactored scorm_scoes_track database tables #853

Open ijuanfe opened 2 months ago

ijuanfe commented 2 months ago

Hi,

The scorm_scoes_track database table from the mod_scorm plugin was refactored in Moodle 4.3 as documented in this commit link and issue MDL-46279. The refactoring involved splitting the original scorm_scoes_track table into three tables: scorm_attempt, scorm_element, and scorm_scoes_value.

This change affects the plugin in the following locations and requires an update to its logic:

Thank you.

davidpesce commented 2 months ago

Thank you for reporting! Getting the plugin ready for 4.3/4.4/4.5 is on our list. But in the meantime, we are happy to review pull requests.