Category: Technology

A SCORM-Ready Template: Part 5A. Captivate Quizzes – Introduction

Although Captivate has its own SCORM interface, its reliability in our LMS over the last few years has become increasingly problematic. Data gets lost, quizzes score incorrectly, or do not complete at all, and there is a lot of frustration. 

At the same time, there has been increasing demand from subject matter experts and educators for inexpensive, easy to learn tools like Captivate that leverage their Powerpoint skills but have plenty of flexibility and options for interactivity. So something had to be done to make Captivate useful again.

What I decided to do was to turn over all the SCORM communication for Captivate activities to our HTML template, which doesn’t have the communication issues of the Adobe products. Using the SCORM template as a wrapper does not add a lot of work to a project, in fact, it requires only one line of code to add a scored Captivate or Presenter quiz to a template-based learning module.

Any type of scored Captivate file will work – both question slides and interactive slides. The module can handle one or more Captivate quizzes, either by themselves, or in combination with other types of content and quizzes, such as Questionmark Perception or the template-based interaction quizlets.

Continue reading

Phone recording with the iPhone – and other devices

I’ve been doing a series of phone interviews lately, and I find it difficult to take notes while I talk, so I needed a reliable way to record these conversations (after getting all parties’ permission, of course!). An added complication is that the interviews usually involve multiple participants, so we typically use a conference line to connect – either DimDim or something similar.

Continue reading

Fix certificate issues on IE8

Our LMS users sometimes have problems accessing SCORM learning activities. These days, when all other possible causes (java not installed, security settings, etc.) have been eliminated, the next most likely culprit is an expired certificate. The JAVA adaptor used by our LMS is very particular about security, and fails with various silent exceptions if the certificates aren’t in order.

  1. To fix this, you’ll need to install the new, valid certificate and remove the expired one. Navigate to the problem website, and click the padlock icon next to the location bar.

    clickpadlock.jpg

  2. Continue reading

FTP and Zip toolkit for Windows users

Most of the users I work with with are unfamiliar with the concepts of FTP transfer or compressed archives, primarily because they never have to use them. These days, there are other options for transferring files than FTP, with a fast network and various cloud sharing services, and documents rarely have to be compressed, even for email purposes.

But occasionally, we run into something that really has to be zipped to get to the destination in working order, or where FTP is the only method available for transfer. So here are some tips and suggestions for those who have never used zip or ftp before.

Continue reading