SCORM Demo: Raptivity content on Android phone

It’s demo time again!

Today we have been testing the mobile version of Litmos using a puzzle that we put together using Raptivity.

As with the our recent Articulate test this one is using Flash content which is running on the Google Nexus One phone. All of the results from the puzzle are being tracked back into the Litmos LMS and can be viewed in real-time via the desktop web -browser.

Building the content
The Raptivty content literally took 2 minutes to put together and publish and the great thing about this content was that we could adjust the Flash output size which enabled us to make it fit the mobile device a little better.

Another thing we had to do was add the following line of HTML code into the HEAD section of the .html file that gets published by Raptivity.

<meta name=”viewport” content=”width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=1;“>

By adding this line of code the content opens at the right size for the mobile screen rather than it being small and us having to zoom in.