SCORM 1.2 Development Tool

1.2k Views Asked by At

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!

2

There are 2 best solutions below

3
On BEST ANSWER

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.

0
On

You can try ActivePresenter with AJAX output. This uses HTML/CSS/Javascript to render contents.