Developing content type
Hello,
I'm a complete newbie to h5p and I have hardly any experience with front end-frameworks at all. While playing a little bit with h5p I faced some problems, which are probably easily solved by the forum experts.
So, first I tried to do the hello-world tutorial https://h5p.org/tutorial-greeting-card and uploaded the .h5p package (https://h5p.org/node/add/h5p-content)
It turned out that the tutorial does not work and that the expected file structure is different than described in the tutorial. (E.g. it expects a h5p.json - file) I found a description of the file structure here on the h5p-pages and made the hello-world-example fly. My first question is now, what represents the current state in h5p - the tutorial or the process running on the server?
Secondly, I played a little bit with the hello-world-example, stuff like renaming variables and increasing minor versions. Until now I failed to make the server upload a new version. To my present understanding changing the version in two places should do the job: 1. in h5p.json where the library is referenced and 2. in the library itself. I allways get an error message that the the library with the correct version is missing. As I understood increasing the version is essencial if the code shall be updated. So, what would do the trick?
Thanks for your help!
serettig
Wed, 01/17/2018 - 12:27
Permalink
Hi PteeHinn,Here are a few
Hi PteeHinn,
Here are a few tips that might help you getting started:
Sebastian
BV52
Thu, 01/18/2018 - 03:03
Permalink
Hi Sebastian,Well written I
Hi Sebastian,
Well written I couldn't have put it better myself, I've even picked up a thing or two :-) Thank you
-BV52
otacke
Wed, 01/17/2018 - 13:02
Permalink
I have a YouTube channel
I have a YouTube channel containing some videos about H5P, and I wondered if some H5P coding tutorials could be useful. Guess I should give it a try. But don't expect something as magnificent as Daniel Shiffman's Coding Train at http://thecodingtrain.com :-)
BV52
Thu, 01/18/2018 - 03:05
Permalink
I'll be looking forward to
I'll be looking forward to that otacke :-)
-BV52
otacke
Thu, 01/18/2018 - 07:34
Permalink
Don't expect too much :-) And
Don't expect too much :-) And be patient, please. Although I'm on vacation right now, I don't seem to have any time to spare.
PteeHinn
Thu, 01/18/2018 - 08:18
Permalink
I will try it.
Thanks for the fast and substantial response!