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.



Ads by Google

Posted by ellen at May 13, 2006 07:25 PM 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"

Ads by Google

2 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.

Another much easier way is to convert powerpoint to scorm flash:
Follow these instructions:
http://www.sameshow.com/other/moodle.html


Ads by Google

 RSS   |   Contact Me


Ads by Google