How to clone existing content type and add my feature into it
Submitted by vijayrajesh on Sun, 05/29/2022 - 06:36
Forums:
Hi,
Is this possible to clone exisitng content type and modify it so I can use it the way I want.
Thank you,
Hi,
Is this possible to clone exisitng content type and modify it so I can use it the way I want.
Thank you,
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
BV52
Mon, 05/30/2022 - 18:23
Permalink
Hi vijayrajesh,You can use
Hi vijayrajesh,
You can use the export/import feature of H5P to reuse contents.
-BV
vijayrajesh
Mon, 05/30/2022 - 19:29
Permalink
No, I mean, I want to add new
No, I mean, I want to add new feature to content type itself. So, can I clone h5p.blanks folder and modify it?
BV52
Mon, 05/30/2022 - 19:47
Permalink
Hi vijayrajesh,You can fork
Hi vijayrajesh,
You can fork the code from Github. This is the link for H5P Blanks. Additional you can use these documentations as a guide.
-BV
vijayrajesh
Tue, 05/31/2022 - 05:52
Permalink
Thank you. I will try that.
Thank you. I will try that.
Shake
Sat, 06/04/2022 - 17:32
Permalink
re: automation
Hi Vijay. have you figured out how to automate content create process on H5P?
example: you have a Json file with 20 questions and answers. you run a script to automatically create content instead of doing it manually. Can this be done?
vijayrajesh
Sun, 06/05/2022 - 19:10
Permalink
It seems like you want to
It seems like you want to pull the data at the time of loading. I am sorry I have not done such things. But that should be possible with good coders. Basically, everyting is JS based. So, I am sure it is possible if you get a good JS coder.
Thanks for asking.
Shake
Sun, 06/05/2022 - 22:53
Permalink
.h5p content
Someone said to do the following:
"I would recommend downloading a .h5p content, unzipping it and exploring how the content.json looks. All the data that the author inputs can be found there, and should give you some idea how you can construct the JSON through a script."
I guess H5P runs on JSON data. What i need to do is push JSON data to H5P instead of loading it manually via wordpress or Lumi.