将 SCORM eLearning 集成到 .NET 应用程序中 - 我应该从哪里开始?
我和我的同事热衷于将符合 SCORM 的电子学习嵌入到我们的 .NET/SQLServer Web 应用程序中。
我们已经获得了许多被编写为“符合 SCORM 标准”的电子学习资源,尽管我可以看到通过将这些包上传到我们的服务器来托管这些包可能很容易,但我想知道是否应该额外使用飞跃并使应用程序完全合规。
是否有任何工具、课程或示例(最好是免费的)可以帮助我实现这一目标?
我对情况的理解是,我需要:
- 提供一个“安装”工具,以便我们可以在系统上安装/管理这些包。
- 将包链接到我们的数据库,使我们能够跟踪进度等...
- 还有其他吗?
该系统已经要求用户创建一个帐户/个人资料,因此我猜我们可以将他们的电子学习链接到他们的帐户。
非常感谢您抽出时间,
My colleagues and I are keen to embed SCORM compliant eLearning into our .NET/SQLServer web application.
We've been provided with a number of eLearning resources that have been authored as "SCORM compliant" and although I can see that it might be easy to host these packages by just uploading them to our server I was wondering if I should take the extra leap and make the application fully compliant.
Are there any tools, classes or examples (preferably free) available that might help me achieve this?
My understanding of the situation is that I need to:
- Provide an "installation" tool so that we can install/manage these packages on the system.
- Link the packages to our database to enable us to track progress etc...
- Anything else?
This system already requires users to create an account/profile so I'm guessing we could link their eLearning to their account.
Many thanks for your time,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要开始了解如何实施 SCORM,请查看 SCORM 解释。
还有两个工具可以为您的应用程序添加导入、跟踪和交付符合 SCORM 内容的功能。 SCORM 引擎 和 SCORM Cloud 都是为了做到这一点而设计的,但它们不是免费的。
To get started learning about how to implement SCORM, check out SCORM Explained.
There are also two tools there that can add the ability to import, track and deliver SCORM conformant content to your application. The SCORM Engine and SCORM Cloud were both designed to do just that, but they are not free.