Search code examples
idescormscorm1.2

SCORM 1.2 Development Tool


Can anyone recommend a development tool I can use to build SCORM 1.2 content? I would like to develop my SCORM content using HTML and Javascript.

From some of the examples I have seen online, all SCORM content gets rendered in Flash.

I managed to find an IDE that does what I want (http://www.scormsoft.com/trident) but it's only compatible for SCORM 2004 systems.

Any suggestions appreciated!


Solution

  • Speaking from personal experience, I found the best way to build SCORM content is by not using off-the-shelf tools. I find they are just too inflexible and render a lot of rubbish markup.

    Best thing to do is download a basic manifest template and look at examples from the really useful scorm.com website.

    I use NetBeans as my JavaScript IDE which makes creating large SCORM content really easy.