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 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
从个人经验来看,我发现构建 SCORM 内容的最佳方法是不使用现成的工具。我发现它们太不灵活并且渲染了很多垃圾标记。
最好的办法是下载基本的 清单模板 并查看来自实际的示例有用的 scorm.com 网站。
我使用 NetBeans 作为 JavaScript IDE,这使得创建大型 SCORM 内容变得非常容易。
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.
您可以尝试使用 AJAX 输出的 ActivePresenter 。它使用 HTML/CSS/Javascript 来呈现内容。
You can try ActivePresenter with AJAX output. This uses HTML/CSS/Javascript to render contents.