Developers

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

Extract H5P QuestionSet questions

Forums: 

Hi,

I'm using H5P Wordpress plugin and I was wondering if is it possible to extract only the questions from an activity? I saw that there is a JSON in the .h5p package that I could parse to achieve what I want, but is there a backend way to do this using H5P-PHP-Library in order to maybe make another Wordpress plugin able to achieve this? My objective is to get the questions and be able to make print ready question set.

I tought that the content was stored in the database but finally found that all the content is stored in the local JSON file.

Pages