scorm

Integrating SCORM courses or Tin Can API content into C# Custom LMS

守給你的承諾、 提交于 2019-12-10 00:04:44
问题 I am part of a company that has created a Learning Management System in C# using ASP.Net, and I am researching how to integrate SCORM packages/content into this. Is there a library (preferably free) that allows me to plug existing SCORM packages into this independently developed LMS? I've done my research, and found various conflicting sites on the issue, so I thought I would ask if anyone has any advice they could give me. I've read the other SO posts on the topic and none seem to address

To Develop LMS and Scorm Sequesncing Engine

这一生的挚爱 提交于 2019-12-09 23:14:53
问题 We want a LMS(coded in ASP.NET/vb.net) which is able to import SCORM packages & display it to learner for viewing content. I am totally new to SCORM and have been shifted to this project. I want to know how can I access SCORM Assessment object's (Test) result, like Learner ID, passed/fail, time. Can you please guide me what will I need to implement in ASP.NET code to accomplish my goal ? Task that I have done so far is, Reading a manifest zip file, unzipping the file and get all information

Integrate SCORM in LMS [closed]

守給你的承諾、 提交于 2019-12-09 07:46:12
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . I have developed a Learning Management System using Java.I have to import and access the SCORM courses in my LMS.I have studied about SCORM in scorm.com but i have no clear idea of integrating it to my LMS.So can

Unity 5 WebGL: Communicating with external javascript from C#

好久不见. 提交于 2019-12-08 13:44:27
问题 I'm trying to get a Unity 5 WebGL project integrated with SCORM 1.2. This involves the Unity WebGL build communicating with some external javascript. I found this page: https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html ...which suggests placing the external js in an Assets/Plugins/WebGL folder and saving the file as a .jslib file. Here's how my temporary SCORM.jslib file looks: var SCORM = { Hello: function() { window.alert("Hello, world!"); console.log("Hello

SCORM package is not communicating with LMS

拈花ヽ惹草 提交于 2019-12-08 07:10:34
问题 Even after Initialize, SCORM package is not communicating with the LMS- Throwing error - No SCORM implementation found. My Folder structure- -index.php -player.php -course/SCORM-course (directory) -wrap.js -SCORM_2004_APIWrapper.js All code - My index.php code - http://pastebin.com/e8fcvxep My Player.php code - http://pastebin.com/R0zRaVXJ My wrap.js code - http://pastebin.com/Lte4eTKu My SCORM_2004_APIWrapper.js code - http://pastebin.com/kdQ0JR04 I searched and tried everything that I can

How to Calculate Progress of SCORM content?

∥☆過路亽.° 提交于 2019-12-06 14:54:15
I'm trying to get a score, and progress from SCORM content (2004 Edition).So far I was able to save CMI values to my database using custom written LMS API. cmi.score.raw--->>0 cmi.score.max--->>15 cmi.score.min--->>0 cmi.score.scaled--->>0 I need to know how to calculate the progress of the student, score and grade from above values. Is there a any specific way or function for calaluclate progress? Or am I missing some value from SCORM? Generally you would not calculate the score, that is the value that you've shown-- raw and scaled , and is set by the SCO. For progress, 2004 includes the cmi

SCORM 2004 Time Format - Regular Expression?

女生的网名这么多〃 提交于 2019-12-06 01:43:10
问题 I am building a SCORM 2004 javascript API for an LMS, and one of the SCORM 2004 requirements is that timeintervals passed into it must follow the following format. Does anyone know what the regular expression of this would be? I am trying to wrap my mind around it, but to no avail. Note: P must always be the first character. P[yY][mM][dD][T[hH][nM][s[.s]S]] where: y: The number of years (integer, >= 0, not restricted) m: The number of months (integer, >=0, not restricted) d: The number of

Is implementing LMS Scorm Tracking without an authoring package feasible for a beginner?

萝らか妹 提交于 2019-12-05 11:38:40
Prior to building an eLearning solution, I am determining whether to use an authoring package such as Captivate or Storyline or to create HTML pages which utilize JS calls for tracking. If I avoid using an authoring tool, I get flexibility in terms of the content and reuse of existing assets. For example, Storyline is outputting SWF files which I cannot pass around my team like a simple HTML page for review. However, I am new to SCORM.. and I am wondering is it feasible to get up to speed with implementing SCORM LMS tracking JS calls along with my custom HTML pages, or would the preferable

Integrating SCORM courses or Tin Can API content into C# Custom LMS

半腔热情 提交于 2019-12-04 19:56:10
I am part of a company that has created a Learning Management System in C# using ASP.Net, and I am researching how to integrate SCORM packages/content into this. Is there a library (preferably free) that allows me to plug existing SCORM packages into this independently developed LMS? I've done my research, and found various conflicting sites on the issue, so I thought I would ask if anyone has any advice they could give me. I've read the other SO posts on the topic and none seem to address this issue. The requirements: Must allow integration of SCORM courses into the C# LMS Must be compatible

Javascript Scorm 1.2 API [closed]

你。 提交于 2019-12-04 08:22:52
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I need to make an existing LMS Scorm 1.2 compliant (only the basic calls). Does anyone know of any free scripts for this out there so as not to have to write this from scratch? Thanks! Michael 回答1: Check this out: http://scormpool.com/search/player.aspx I was able to download their JavaScript files and play my own