May 27, 2007

Microsoft e-learning free sample


For a limited time you can get free access to a Microsoft E-learning course on ASP.NET. Even if ASP.NET is not your cup of tea or sounds like a disease, it is worthwhile to have a look. You will need a Windows Live ID to register. One of the nice things is an automatic scanner to check if your system meets your prerequisites as seen in figure 1. But the course player itself gave me a WOW feeling. Of course there is the tree-like menu structure that hold all the SCO modules in the course. But inside a module there is a very nice visual navigator too with introduction, a suite of learning activities such as video, animation, instruction, etc that you can take in any order, and a self test at the end. There is also an integrated Notes panel in the same screen. And the top of the screen has a search function that will search the entire course. I really feel in control as a learner when I take such a course, and that's exactly the point. At all time I know where I am, and I can search and select the activity I take next.
My recommendation: give it a try, just for the experience.

May 21, 2007

SkillSoft completes acquisition of NETg

I received a nice e-mail from my NETg contact that the SkillSoft acquisition of NETg (for about 270m$) has been completed.

Now there is only one big worldwide player for off-the-shelve content left, next to an enormeous amount of little local players.

The goal of course is to streamline the offer and make sure SkillSoft courses run on the NETg platforms and vice versa. That should be done somewhere in 2008. The long term goal is to come up with a unified platform.

May 16, 2007

Moodle installation (my try)

In this article I will share my experience with installing and configuring the most popular open source Learning Management System (LMS): Moodle. This article is not intended to be an installation manual, because you can find those on the Moodle site. It is written as a 'learning journey' and reflects the steps I have taken, the problems I encountered and how I (didn't) solve them. The article will show I'm no genius :-) but I think this kind of 'learning journey' description might be more useful for people than traditional step-by-step instructions. In a world where everything changes so rapidly it is more important to find your way than to have a very detailled but also very specific step-by-step guide. It is more important to tell about potential problems and where to look for help than to discuss a problem free installation. There is no such thing as a 'installs problem free in 5 minutes' software, at least not if you have a free choice in many platforms, databases, and other underlying technologies and middlewares.

So let us start at the beginnings.
1- Download of the Moodle code. Initially I downloaded version 1.8 because that is the latest stable release. Go to http://download.moodle.org/ and download the zip package. I also downloaded extra modules (the scorm module) and extra language packs (Dutch and French), but later I found out that you don't need that. The SCORM module is included by default and the language packs can be downloaded and installed automatically via the Moodle administration interface.













2- Unzipped the package somewhere on my hard disk. The zip file is about 12 MB, the unzipped folder about 35 MB.
3- I also printed out the manual at http://docs.moodle.org/en/Installing_Moodle
4- Then I needed to copy the contents of the unzipped package to my web server. Moodle is a PHP application and uses MySQL as a database. As I use a web host (ipowerweb), I needed to transfer via FTP. I created a folder 'moodle' and transferred all the files. That took quite some time. (15-20 minutes) In case you want to know, I use the free FileZilla FTP client.
5- Before you can start the installation script, the database must exist. So I created a new MySQL database and a new MySQL database user account for the Moodle program. With my web hosting provider I can do that via the control panel web interface. Other providers will have similar tools. If it is a local server you can use the popular PhpMyAdmin tool.












6- Start of the installation program. Very easy, just opened my browser and went to the URL of where I copied the moodle code. The installation program will automatically start. If that doesn't work somehow, go to 'install.php' in the root. First step is to select the language for installation. This doesn't affect Moodle itself, it's just the language shown during the installation.











7- Next screen is important as it checks for prerequisites such as PHP settings. If any is not OK you will be warned and you have a help section on how to resolve them. For some settings you cannot continue with the installation until the prerequisites are met. In my case the memory limit was too low. If you have full acess to the server you can change settings in your PHP.ini config file. On a hosting provider, you may not have access to that, as in my case. But then you might be able to create a file called .htaccess (no name, just .htaccess as file name) with commands in likephp_value memory_limit 16M. More info on: http://www.javascriptkit.com/howto/htaccess.shtml


















8- Next I needed to provide the locations of the moodle folder and the moodle data folder. They are prefilled for you but make sure the Data Directory folder points to an existing folder. In that folder Moodle will store uploaded files and it is recommended to put that folder outside of the moodle main folder. If it is not, you can still continue with the installation but you will get an error message "fopen ... failed to open stream moodledata" on top of each screen as I found out later. They really want you to put that folder elsewere :-).


















9- Next screen is for the database configuration. Filled in the host server name (type 'localhost' if it is the same as the web server), the database name and database user configured in step 5. If you want the installation script can add a prefix to all table names. (In case you want to reuse an existing database and want to avoid name clashes. I have 5 MySQL databases in my hosting package so I didn't need to share with another application. For production servers that would not be a good idea either.)

10- Son of a biscuit! I'm blocked at the next screen that again checks for prerequisites but this time on the level of the database. Turns out I need a higher version than the MySQL that comes with the ipowerweb package. So IF you can find the version of MySQL and PHP supported by your hosting provider, check them before you start your installation :-) . (It's called 'Read the F****** Manual', but who does?)



















So I started the whole thing over on my other hosting provider, seekdotnet. This time I succeeded because they do support PHP and MySQL versions that are high enough to meet the demands of Moodle.

11- Next screen asked me about installing language packs. There is time to do that later once installed, so I just pressed Next.

12- The final screen tries to write all those changes to a config file in your moodle installation directory. If your site is even a bit secured, that will not work, and you'll get an error saying you need to manually copy the content shown on the screen to a file config.php in the Moodle directory. So I copied the text, created the config.php file and pasted it in and pressed Continue.










13- Next, the database creation scripts run. Don't be like me and refresh the browser when it takes some time. You'll have 5 or 6 pages with database scripts that run, and wait untill you see a button 'Continue' at the bottom of the page. It is the same kind of screens you'll see after updating the moodle installation. I had better experience doing this in Internet Explorer than in Firefox where the continue button didn't work.









14- Next screen you need to fill in the administrative details of the site such as the name.













15- Next I installed language packs to make it a multilingual learning portal. Go to menu on the left, choose languages, install language pack. Point to them, they are downloaded and installed automatically. It's that simple.

Done.

My conclusion:
Moodle installs quite easily, but you need to check your environment meets all requirements. If you get stuck the forums or other web sites will probably have a solution and help you out. The Moodle community is hugh, so the chances you are the only one with a particular problem are really slim.

May 10, 2007

CLO Business Intelligence Report 2007 available

Chief Learning Officer magazine has published its 2007 CLO Business Intelligence Industry Report, based on a survey among almost 2000 professionals in the Business Intelligence Board. The executive summary is available for free at their web site, the full report is paying.

Some numbers out of the summary I stumbled upon:

  • There is more spending for learning and development. The increase averages 10-15%. The strongest spending growth is among small companies. Spending goes a.o. to leadership development and learning technologies.
  • Classroom is the major delivery format, but its share decreases a bit and that of elearning increases a bit.
  • Only 20% of companies track informal learning and only 8% have a strategy for it. More than half of companies expect to increase support for informal learning.
  • Talent Management is on the rise.
  • Learning functions look at their staffing, most are understaffed. Also outsourcing rises slighlty.
  • In general, CLOs are more optimistic than a year ago.

May 6, 2007

LMS on the cheap: open source learning systems

Please refer to my post in my other blog: about2findout.com/blog

http://www.about2findout.com/blog/2007/05/lms-on-cheap-open-source-learning.html

I'm going to have a look at Moodle, Dokeos and the Sharepoint Learning Kit in the next articles and see how they would do as a basic e-learning delivery system for corporations.

May 4, 2007

Open source LMS Dokeos 1.8 released

Yesterday the Dokeos company and community released the newest version of its open source and free LMS with the same name.
In the world of open source LMS systems, Moodle claims the top spot in the number of downloads and the size of its community. But Moodle is not alone, there are SAKAI, ILIAS, ATutor, etc ... and also Dokeos.

Dokeos is a PHP-based LMS that runs on a typical LAMP or WAMP stack (Linux or Windows, Apache web server, MySQL database and PHP). It is a fork of the Claroline LMS and a Belgian open source project, used among others at the university of Ghent. The Dokeos company not only contributes to the open source community, but also provides commercial services such as training, support, installation services and the like.

The newest version is 1.8 and it is a major update. Dokeos is not only an LMS anymore, but includes now a rapid authoring tool Oogie and videoconferencing for virtual classrooms. The major improvements are
  • better SCORM support (export of a learning activity to SCORM, import SCORM, tracking)
  • video conferencing system
  • Oogie: powerpoint to course convertor, includes possibility to record your voice with each slide via the browser
  • better reports
If you just want the basic LMS part, the installation and requirements are not that different: Php, MySQL. However it gets more tricky for the new parts as Oogie and web conferencing, that involves Open Office, Tomcat, Java and a much more complex setup. You will probably not be able to get those working on a regular hosting provider.

A few years ago I evaluated open source LMS systems for use as an e-learning delivery system in enterprises, and I deemed them not ready. Soon I'll start evaluating Moodle and Dokeos again and see how enterprise-ready the systems have become. I'll keep you posted. If you already want to play around with Dokeos, download it from www.dokeos.com or play with it on the free campus.

May 3, 2007

e-learning in Africa

At the end of this month the second e-learning africa conference will be hosted in Nairobi, Kenya.
Back in my student days I was part of a the multitaal project to create language training cd-roms for the many national languages in South Africa. Many people think of Africa as a 'back' region, also in terms of learning and e-learning. But in fact, I think the lower penetration of the internet and the much lower number of computers per inhabitant might bring the most advanced m-learning projects to Africa. Mobile phones are about the only widely available and relatively cheap communication devices in the region, so it makes sense to create e-learing for mobile phones rather than for computers. We have been talking so much about m-learning, but I still need to see massive use of it. Mostly it is a secondary and lower quality distribution of a web-based course. Will Africa teach us how to bring m-learning further?