I have an LMS written in ASP.net (VB) which is AICC compatible. I would like the system to be compatible with SCORM. I am using Articulate to create the Course contents but struggling to find a way to communicate between the contents and the LMS. I know that imsmanifest.xml holding the course details and the javascript files in lms folder are the communication port. Now if I want to track the user activity in course, what should I do?
相关问题
- open source scorm player pure javascript and html?
- How to Calculate Progress of SCORM content?
- Is implementing LMS Scorm Tracking without an auth
- SCORM 1.2 API Examples/Tutorials
- Looking for SCORM compliant course example in pure
相关文章
- SCORM 1.2 API Examples/Tutorials
- Looking for SCORM compliant course example in pure
- 我可以通知2 LMS”一个课程已经从LTI工具提供商完成?(Can I notify two LMS
- Inject a JavaScript API on everypage loaded on Web
- How to enable mp3 content type in SAP Authoring To
- Can I notify two LMS' that a course has been c
- Creating SCORM content on the fly
- 在LMS整合SCORM [关闭](Integrate SCORM in LMS [closed])
You need to implement the SCORM run-time environment to capture user activity. This involves launching the content in a frameset or a new window and then providing a JavaScript API that allows the content to Get and Set elements defined by the SCORM data model. If you are implementing SCORM 2004, you will also need to create a sequencing engine that inputs the data exchanged at run-time into a rules interpretation engine to determine how to navigate the learner through the course. For more detail, check out the technical part of SCORM Explained and drill down into the various sections.