David Pesce

Results 60 comments of David Pesce

@brendanheywood not to worry. This plugin is getting cleaned up to go into core. The current xapi implementation (in core) is the reverse of this in that it takes xAPI...

There are rumblings that the xAPI 2.0 spec is going to require statements be in UTC, so I'm going to push forward with going that route.

Here's how the event_monitor does it: https://github.com/moodle/moodle/blob/master/admin/tool/monitor/db/events.php

With the jisc branch, failures and retries has been implemented.

Confirmed that this is working properly in the latest release of jisc branch. Will be merged into main soon.

Thank you for reporting this. The only thing that stands out to me is the PHP version. Moodle 3.11 doesn't yet support PHP 8.0. Can you try downgrading to a...

Confirming that this has been resolved in the v4.7.0 release. We currently support 3.9, 3.11, and 4.0

Yes, in Site administration > Plugins > Logging > Logstore xAPI you'll have the following settings: ![image](https://user-images.githubusercontent.com/3988068/121189313-fd199200-c837-11eb-91f5-d34c8225f7a6.png) Then you can adjust the timing within Moodle's Scheduled Tasks section.

Closing due to inactivity and cleaning up. If this is still an issue, please reopen and provide additional details.

Hi @gaganaw06, Yup, it's possible to create a statement for "course_module_created" events (and any event within Moodle). It may be worthwhile to submit the code that you've worked on as...