Adobe Captivate and SharePoint Learning Kit

The SharePoint Learning Kit is a lightweight LMS module that can make your SharePoint site a mini-LMS. Especially together with Windows SharePoint Services, it is a very cost-effective way to distribute e-learning content in your organisation with a minimum of “tracking”.

Of course, you do not get the very detailed reporting a true Learning Management System offers, but you can track progress (not attempted, in progress, completed), track score of a test, assign learning content to users or usergroups, and grade tests manually. Your content needs to be SCORM-conformant, as the SLK uses the SCORM API for communication between content and LMS.

The SharePoint Learning Kit is a feature that needs to be deployed on your farm, assigned to a web application, and gives you a feature that you can activate on a site level. It includes an “assignment” web part that instructors and learners use to assign, follow and grade content.

I had some trouble getting Adobe Captivate content to communicate with the SLK, I did not get the scores from a test. Finally, I found this article. In the .HTM file that is generated by Captivate, you can tune and tweak some scorm parameters. Changing var g_intAPIOrder = 0; from 0 to 1 does the trick for the SLK.

Microsoft releases Learning Content Development System

Microsoft released a free community edition of its e-learning authoring tool, called LCDS. They will not get the creativity award for the name of the product, but after a first look, the tool seems very useful.ย 

Some highlights:

  • runs on Windows XP and Vista (needs to be run as administrator), requires .Net framework 2.0
  • development is “template-based” according to the traditional instructional design (read, watch, interact, tryp, play)
  • supports multiple languages (including Dutch, yes!)
  • creates native SCORM 1.2 compliant content by default
  • includes a “player” for stand alone viewing outside an LMS
  • interactions, simulations can be created in Flash and… Silverlight, what were you thinking ๐Ÿ™‚

I followed quite some e-learning courses on the Microsoft Learning platform, and they were probably created with this tool. Very consistent, not very Flashy, but clear, concise and to the point. My kind of courses ๐Ÿ˜‰ย 

I hope to get some time soon to create a course, and share it with you. “Brandjes blussen, the sequel” (inside joke…)

Find your way in the Office 2007 ribbon

My colleague Johan pointed me to some interesting Microsoft tools that make the migration towards Office 2007 (and its new Ribbon) much easier.

If you knew where a certain feature was located in 2003 (e.g. in Tools, Options), you can either use an interactive guide that really shows you where it is in 2007, or you can use an Excel reference file to look it up.

Have a look atย https://support.office.com/en-US/article/Reference-Locations-of-Word-2003-commands-in-Word-2007-154D4788-DA09-4818-B7E3-163B0F98D34B

Use one Site Collection or multiple Site Collections?

Some important concepts:

  • a site collection is a unit of information belonging together; if information should be isolated/secured, it could be a separate site collection;
  • having multiple site collections might require some additional development (e.g. packaging content types or site columns that you want to reuse in different site collections in features);
  • a lot of built-in web parts only work inside a site collection, not across site collections;
  • it’s good to have separate site collections for a corporate, governed intranet and the wild wild west of collaboration ๐Ÿ™‚