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.