SCORM 1.2 Development Tool [closed]
开发者_StackOverflow
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionCan 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!
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.
You can try ActivePresenter with AJAX output. This uses HTML/CSS/Javascript to render contents.
精彩评论