Version control of content

Is there a way to feed content via JSON/CSV or any other format and use h5p just for presentation?  This will make it easier to develop content and keep track of changes which is hard to do when both are intermixed.

Any suggestions on how best to do this if such capability is unavailable would be appreciated.  

 

 

 

fnoks's picture

In H5P, there's a clear separation between content and presentation/logic. The content is represented using JSON.

Technically, it is possible to do what you are asking for. I.e, programmatically generate JSON and feed it to an H5P content type.