TheDesignspace
Make any web-based Powerpoint presentation scorm compatible


May 13, 2006
Elearning | Javascript | Snippets

It's easy to export Powerpoint presentations to the web, but they aren't automatically scorm compatible. To add simple scorm capability to your web-export, do the following:

This will add a button that will allow the user to mark the sco complete. 1. Add this to the head section of outline.htm or the final slide.


Add the following onload statement to the body tag:

<body onload=\"mm_adlOnload(); Load()\">
To add a button that lets the user manually set the sco status to "completed", find the text of the last slide title (the text of the last link in the navbar on the left) and add this button after it.


To have the sco automatically mark itself complete upon closing, add the following onunload and onbeforeunload statements to the body tag:
 
onbeforeunload="mm_finishFrm"  onunload="mm_finishFrm"
Posted by ellen at May 13, 2006 07:25 PM | TrackBack

 Comments

This sounds very helpful but would have been more so with some screenshots of what it does. I don't know enough about SCORM to understand exactly what this does and what setting sco status to completed is all about.

Posted by: Ellen Finkelstein on July 25, 2008 3:20 PM
 Post a comment
Name:


Email Address:


URL:


Comments:


Remember info?



Recommended Reading