Components for Learning (C4L) icon

Components for Learning (C4L)

Maintained by Roger Segu
A collection of visual components designed explicitly for Learning to use in the Atto editor.
Price option: Free

Supports Moodle 3.8-4.5 See all versions
Latest release: 1 year ago
Installations: 990
Downloads (last 90 days): 210

Frankenstyle name: atto_c4l
Atto

Comments

Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.

Great! thank you very much for your support, Tim!
Done! Thanks for your work!
Also, just in case you wish to help give the approval process momentum, you can do that by clicking on 'Vote for this issue' in the Moodle Tracker's ticket, here's the link:
https://tracker.moodle.org/browse/CONTRIB-9149?jql=text%20~%20%22c4l%22
Thanks!
Hi Tim,
Thanks for showing interest in the plugin. There is actually a TinyMCE version waiting to be approved by Moodle. Once it's done, it will be automatically added to the official Plugins directory. I hope it doesn't take long.
Since Moodle 4.1 TinyMCE 6 comes back as an editor, from 4.2 and up, it will be the default and Atto will be removed. Any chance this will also be migrated to TinyMCE?
Thanks, Gillian! I hope it works fine for you smile
Thank you for your quick and kind reply.
That's what I'm going to do. But before that, I wanted to be sure that there wasn't a way to do it that was provided by the plugin.
Thank you, Gillian!! Sorry for the docs, I didn't find the moment to publish them yet but I hope they will be available soon. There is not availabe nor planned adding a feature that allows to add custom syles through the Site Administration, but you could easily modify the styles.css file in the plugin folder -you'll find the CSS rules for the components under the comment "/* COMPONENT STYLES */". However, I strongly reccomend you to add the modifications directly through the Site Administration area, under Appearence > Themes > [Your Theme] > Advanced Settings > Raw SCSS, so your custom styling remains independent and it doesn't get overriden by future plugin updates. To do so, just add the rule you wish to modify, change its attributes' values and those will prevail. For instance, if you wanted the Attention component to be red instead of the current orange hue, you'd just need to add the following code and that would do the trick:
.c4l-attention {
border-left: 6px solid red;
}
Anyway, if you need assistance or have any doubt regarding this feel free to write me at roger@contacteu.me. Cheers!
Hi,
Is there a way to edit components styles ? I would like to use this beautiful plugin but I would love to edit the components to integrate them with the design of our site (graphic charter and theme used). It seems that the official and the documentation websites aren't working anymore. Many thanks!
Gracias a ti, Raquel!!! Comentarios como el tuyo hacen que merezca la pena contribuir con esta gran comunidad smile Me alegro que te resulte útil el plugin!!
Sencillo...pero muy EFICAZ!! esas pequeñas-grandes cosas...ya lo tengo funcionando y seguro que nos ayuda a dar un servicio más atractivo y eficaz. GRACIAS
Great!! I hope you enjoy it smile
3.11 but I went on despite the error message and installed the plugin and it seems to be working fine.
Hello P H,
Sorry to hear that! What Moodle version are you using?
Hello,
This looks like a useful plugin but when I try to install it, I get the following error message:
Exception - Argument 1 passed to core_plugin_manager::remove_plugin_folder() must be an instance of core\plugininfo\base, null given, called in [dirroot]/lib/classes/plugin_manager.php on line 1419