Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

using xAPI in Moodle

Forums: 

Hello, I wrote a library for my own content type, I have not used any other libraries, but I have a problem connecting my own content type in Moodle. My content type started successfully, but I would like to receive the results of the assignments and display them in Moodle in the list with grades. As I understand it, xAPI is used for this.

Initially, to work with xAPI, I inherited the event dispatcher, and added a listener for my library in the following way:

DRUPAL OPIGNO+H5P: How to stop a library update

Forums: 

Hi,

I have about 12K content of QuestionSet type. We are on Drupal Opigno LMS. Recently, about 3 days back, the content library update got triggered, which is causing a lot of write operations to the network storage in the H5P's /temp folder. This is causing the overall IO to be slow, high CPU load average due to the wait time. 

It seems the library update was a bad idea, and it should be terminated. However, there is no defined way to identify and stop the process of upgrading the libraries in the whole set of content.

Pages