The latest info about eLearning with Chamilo
Although the hype around MOOCs has faded a bit already, these Massively Open Online Courses are now part of the daily internet products or services you can invest in to make your professional or personal life better in the short,…
This guide will take you through the process of installing the Chamilo e-learning portal, version 1.11.4 on a fresh Digital Ocean instance,on an Ubuntu 17.04 64bit distribution (also works with minor changes with Ubuntu 18.04) To follow this guide, you…
In this article, we’ll talk about managing an LMS when all institutional assignments handed in by students have to be handed in through the LMS, and what that means if you have several thousand students. This case is based on…
Redmine is a project management system and a support ticket management system. See other articles on this blog and my video on YouTube about a previous version of Redmine for more info. At some point (and this only happened to…
This guide will take you through the process of installing Chamilo 1.10 (from Github sources) for testing on a fresh Digital Ocean instance, on an Ubuntu 16.04 distribution. A previous article on this blog explains how to install Chamilo 1.9…
In Chamilo LMS 1.9.* (meaning 1.9.0 up to 1.9.10), deleting some files from the web interface don’t always delete them on disk. While this means that, sadly, you don’t get to get space back when cleaning up your courses, you…
This is a short note for ourselves, but it might help others considering the (new for now) rules of Google indexing of non-mobile sites. Drupal 6 does not really provide all the stuff that would be really useful to switch…
dirname(__FILE__) and __DIR__ give exactly the same result in PHP, although one (__DIR__) is evaluated at compile-time, while the other (dirname(__FILE__)) has at least part of it (the function) evaluated at execution time. Ever wondered what the difference is, in…
If you have to make Captivate-generated SCORM 1.2 content in your (web) platform and you want *more* information about what’s going on, this guide might help. One of the trickiest things about Captivate and SCORM is that Captivate doesn’t handle…