General discussion

Amazing module. Need a lil' help with Question Set module

Hey there,
I am very glad you made this module. I am using your module in my Drupal 7 website and I figured this module fits amazingly to my needs yet I need a little help with a few things.

I need a Drag and Drop" type module for my website and whenever I met your h5p module I have decided to use it. However, I need a bit modifications and I am so new to drupal and couldn't achieve what I needed.

Latest coursepresentation add common field

I treid to add a common field to the coursepresentation module (V 1.1).
I added the common field details (text type) to the semantics.json of the coursepresentation module:
"name": "moduleName",
"type": "text",
"label": "Text for your unique module name",
"default": "Module Name"
},
I assigned it all correctly in cp.js and included it to the scores list, because I wanted the header to display the module name.

Pages