Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

H5P.Shortcut content type

Forums: 

Hi,

I have developped my first content type.

This content type allow to request the user to do a shortcut of our choice, like Ctrl+P while providing live feedback (pressed key are displayed in green) to help him if he not used to type shortcut.

This content type support xAPI and will give a 1/1 grades when the shortcut is pressed.

It is possible to choose a text to display when the shortcut is successfully typed.

There is some additionnal option like the ability to prevent key press or shortcut to trigger effect (if the browser allow it).

Editing form display bug

papi Jo's picture
Forums: 

When editing H5P activities with list fields, the default label of each new field is automatically replaced with the (cleaned) content of the 1st text field it contains.
Example: MultiChoice
The default label for each potential answer is "ADD OPTION". When a new "option", i.e. a new answer is added, the "ADD OPTION" label is replaced with its (cleaned) answer text.

H5P content type documentation feedback

Forums: 

Hi,

I almost finished creating my first content type, I just have to do some cleanup, publish the code on github and post here.

However, I got some trouble understanding everything with only the tutorial. I had to do a lots of trial and error and to check a lots of source code of content type (and they does not all do the same things the same way so sometime it's confusing).

So here a feedback on the tutorial to improve it :

Pages