H5P for Django
Submitted by daveb on Mon, 01/16/2017 - 19:45
Forums:
I am developing H5P support for Django.
This will include an H5P starter application that builds on Pinax accounts to store H5P data associated with user progress. Admins will be able to upload and edit H5P content.
I have not seen any existing implementation of H5P with Django. I hope this will be helpful to the community.
tomaj
Tue, 01/17/2017 - 08:10
Permalink
Awesome!
That's awesome! Django is a very cool framework! :)
fishtails
Mon, 04/26/2021 - 23:03
Permalink
Django and H5P
I see this post was done some time ago and was wondering if any progress had been made or if it was dropped. Google gives me this post and that is it for django and h5p. Either way, if someone happens across this post and know if there is a project for django and h5p please post a comment with any details. Thanks.
daveb
Tue, 04/27/2021 - 03:46
Permalink
H5P Django
Work in progress! Using h5p-standalone javascript based runtime.
https://github.com/tdxdave/django-h5p-standalone-demo
This allows upload of an H5P zip package and display based on the content.
TODO: Track xapi calls, enable editor, track h5p-standalone so it doesn't have to be embedded.
I haven't had a project or time to complete this work but it is very possible.