Course element
Maintained by
Plugins ActiveProLearn, Valery FREMAUX
Course elements is a content strategy to improve course writing quality and editorial stability by providing preshaped pedagogic elements. The integrator or administrator (through custom CSS rules) can take over the styling of the elements. Some elements can have local dynamic behaviour, or have an internal logic strategy based on other data of Moodle.
This plugin is supported by ActiveProLearn SAS.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
Merci de votre réponse
I'm unable to install this on Moodle v3.7.
I get the following, when i try to install it:
Validating mod_customlabel ... Error
[Error] Extracted file not found [{"file":"customlabel\/js\/"}]
Any ideas?
Generally, we put those alternate images into theme/yourtheme/pix_plugins/mod/customlabel/ than make an additional css file customlabels.css that we add to the current theme css list. In this css we renegociate the background-image of the customlabel type to ovverride the original one.
actually this aspect of content caching is a caveheat i pull from it's original version in Moodle 1.9. There is no need now of this cache and it produces some tweaking complexity for integrators. There is a new version comming very soon, initially forged on moodle 3.5, but i will backport it to moodle 3.4 also...
The main goal of this redraw is :
- avoid internal caching. If we will face some performance issues, we might redraw a new caching technique using core moodle caches API.
- convert all templates to mustache
- get rid of old javascript and set it all to AMD modules for more robust implementation
- Add completion on customlabels, that is, micro-completion conditions
- Add new collapsetext subtype, for collapsible content presentation
- some new dynamic features on some subtypes.
This will be published this week.
Cheers
Valery
Thank you for this fabulous plugin, installed it on 3.4 and it works smoothly,
one question:
I'm trying to replace some icons (for keynotes type) by replacing the images in the /customlabel/type/keypoints/pix (for example)
but it doesn't work, seems like it has some kind of cache or DB image upload.
I could uninstall the plugin, replace the images in the zip file, and then zip and plugin-install, then it works.
but it doesn't look like a good practice (I believe it will delete any labels created before the re-installation)
Any Idea how to replace the icons? maybe reloading them to some DB / cache ?
Many Thanks!
This plug-in seems to be really useful, but I have exactly the same problem as Paul Finton (March the 13th).
I'm on Moodle 3.2 and plugin version 3.2.0
Thanks.