Developers

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

User Data Storage

benjaminwhite's picture
Forums: 

Hi, I have a couple of questions that hopefully you can help me with.

I'm designing a scalable architecture using WordPress and I'd like to ensure that if a front-end user is moved to another instance (server), thier H5P data (user input, course progression, analytics, etc) will be available to them. Session data from WordPress isn't a concern here, as I can attach it to the user.

In regards to the H5P plugin for WordPress, is all of the front-end user's data stored in the database or is some of it stored locally?

Take results from a multiple choice test

Forums: 

Hi everyone.

I want to take H5P content result(such as right or wrong answer, date, e.t.c) in a .txt

I have create a logger.php file and i try to put the logger in some .php files in drupal folder structure to take values from a varieble

I create a looger.php file and  this line to put it somewhere in the code of a php file   logger("/var/www/html/logger.txt","$example");

Does anybody know where i must put this line to get values from a varieble

How to implement iframe embed instead div embed

Forums: 

Hi! i'm trying to implement iframe embed instead div approach to avoid CSS conflict with the CSS of my site. Even following the steps described at https://h5p.org/creating-your-own-h5p-plugin The iframe is not populated with the H5P content event those sytles and scripts are not injected (inspected via network tab)

Can someone point me to right path to implement this?

 

Pages