Make any web-based Powerpoint presentation scorm compatible

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"