Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin to use the refactored scorm_scoes_track database tables #853

Open
ijuanfe opened this issue Apr 11, 2024 · 1 comment
Open

Comments

@ijuanfe
Copy link

ijuanfe commented Apr 11, 2024

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:

  • admin/tool/log/store/xapi/src/transformer/events/mod_scorm/scoreraw_submitted.php:47
  • admin/tool/log/store/xapi/src/transformer/events/mod_scorm/status_submitted.php:47
  • admin/tool/log/store/xapi/tests/mod_scorm/scoreraw_submitted/existing_scoreraw_submitted/data.json:22
  • admin/tool/log/store/xapi/tests/mod_scorm/status_submitted/existing_status_submitted/data.json:22

Thank you.

@davidpesce
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants