H5P And ASP.NET
Submitted by Anasomar on Wed, 03/26/2014 - 08:57
Forums:
hi guys , hope you doing well :)
my question is : can i use the H5P with asp.net or not ?? and if yes , how would i make this ??
hi guys , hope you doing well :)
my question is : can i use the H5P with asp.net or not ?? and if yes , how would i make this ??
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
H5P Group
Wed, 03/26/2014 - 22:34
Permalink
A lot of work, but yes
You would have to create a version of the H5P backend in ASP.net, but if you do most parts of H5P is javascript and all current and future H5P content types will work in the ASP version.
Our vision is to have H5P integrations for all major plattforms and languages and ASP.net is high on the list, but it is still behind Wordpress, Moodle and a few other PHP plattforms. We hope that new community members will step up and take responsibility for some of the plattform integrations.
vmasanas
Mon, 09/01/2014 - 17:46
Permalink
Is there any news on this
Is there any news on this subject? I have some sites where I'd like to integrate H5P but these are on ASP.NET.
In case there's nothing new, can you provide an outline on what would be required to make this compatible with ASP.NET?
I've checked on Github and I see a couple projects there. Is the project "h5p-php-library" the only one that would need to be converted?
Maybe if you could provide some outline of the overall process we can help on the effort.
falcon
Mon, 09/01/2014 - 23:23
Permalink
H5P for a new programming language
Hi,
I don't think there has been any action here.
To create a .net version of H5P you need to port h5p-php-library and if you want the editor as well you'll need to port h5p-editor-php-library. In addition you'll need implement an interface between the generic H5P code and any CMS you'll be using.
We haven't created documentation for this yet, but if you're ready to go ahead and start working on it we're happy to support you in any way we can including writing documentation "How to port H5P to new programming languages" and support you on the forum, through e-mail, Skype etc.
humbertoslpmx
Tue, 04/30/2024 - 18:38
Permalink
Let's start transferring the library to C#
Hello, I have worked with several lms and I see the current usefulness and potential, I have decided to port the library to https://github.com/h5p/h5p-php-library .net, I suppose there will be prior work?
humbertoslpmx
Tue, 04/30/2024 - 18:51
Permalink
documentation
Can I access the documentation How to port H5P to new programming languages?