Questions tagged [scorm]

SCORM is a collection of standards for online content delivery.

SCORM stands for “Sharable Content Object Reference Model” and it is a set of technical standards for web-based e-learning. It defines communications between content and a Learning Management System (LMS). A SCORM certified LMS must be able to track and record learners' progress data like completion status, success status and score.SCORM does not speak to instructional design or any other pedagogical concern, it is purely a technical standard.

References

464 questions
27
votes
9 answers

How do I give JavaScript variables data from ASP.NET variables?

I have created a SCORM API for our LMS and right now I am using hard coded userID and courseID variables (variables that reference things in the database). I need to pass the real userID and courseID instead of using hard coded ones. I know the…
CloudMeta
  • 39,869
  • 66
  • 178
  • 289
18
votes
2 answers

How to add a namespace to an attribute in lxml

I'm trying to create an xml entry that looks like this using python and lxml: I'm using python and lxml. I'm having trouble with the adlcp:scormtype attribute. I'm new to xml so please correct…
Mateo
  • 1,236
  • 1
  • 11
  • 20
11
votes
4 answers

Is there any free simple SCORM 2004 Javascript player?

Is there any free, open source lightweight SCORM 2004 player in Javascript? I am looking something not bound to any technology (PHP, .NET, Java), just implementing basic SCORM 2004 LMS API functions, handling error codes and maybe parsing SCORM…
xmedeko
  • 5,855
  • 5
  • 44
  • 75
11
votes
3 answers

What is difference between tincan and Scorm?

What is difference between tincan and Scorm ? I have requirement in which, we need to support CMS contents using third part content server. So which one is good Tincan or SCORM ? What are the advantages and disadvantages of these 2 ?
Rahul Agrawal
  • 8,583
  • 16
  • 42
  • 59
10
votes
4 answers

open source scorm player pure javascript and html?

Is there any scorm player which is purely based on the javascript and html . i do,t wanna use any server side languages for it . I found an open source Scormpool but it is just playing the scorm its not tracking . and no documentation is available .…
Ashisha Nautiyal
  • 1,369
  • 2
  • 19
  • 39
10
votes
2 answers

Asynchronous Ajax call in SCORM API

I am creating a javascript API for SCORM 2004 4th Edition. For those who don't know about SCORM, basically it is an API standard that eLearning courses can use to communicate with an LMS (Learning Management System). Now the API has to have the…
Dan Appleyard
  • 7,195
  • 13
  • 47
  • 79
7
votes
2 answers

The "right" way to do synchronous HTTP request

You probably came here to chide me but this is a real use case. In the world of online education, there are SCORM courses. I have to make old SCORM courses work on a site. SCORM courses are "web based" and run in a browser, but they expect to run…
AwokeKnowing
  • 6,390
  • 7
  • 32
  • 43
7
votes
4 answers

SCORM 1.2 API Examples/Tutorials

I have spent a considerable amount of time searching for SCORM 1.2 API tutorials/examples, which turns out to be quite a difficult task. The only sample I have found is this: http://www.vsscorm.net/2009/05/30/ground-rules/ It is a solid tutorial but…
Hoogie
  • 95
  • 1
  • 1
  • 6
7
votes
5 answers

SCORM lib for php

we have developed e-learning web site for one of our customer. recently he asked he need SCORM feed. i dornt know whether my system is compatible with scrom. do any body know any opensource php tool or lib to generate scrom from existing…
Kombuwa
  • 1,593
  • 3
  • 17
  • 33
6
votes
2 answers

SCORM Hosting Cross-Origin

I try to host a SCORM e-learning module decentralized on an other domain than my LMS (Learning Management System) is running. SCORM Modules are normally running in their own browser frame/window and communicating with the LMS directly, running all…
Werewolve
  • 2,238
  • 5
  • 22
  • 36
6
votes
2 answers

Javascript SCORM API commit - async or sync?

We are currently facing a design problem implementing a SCORM LMS System. For example, the API defined a function LMSCommit which must return either 'true' or 'false'. Within that method, our LMS has to make an asynchronous call to a server side…
Silverdust
  • 1,443
  • 13
  • 20
6
votes
2 answers

Convert VBScript to Javascript

Busy debugging a strange issue relating to the way some Flash content communicates a user's progress from a SCORM module back to Moodle. On IE 6, 7, 8, 9, Chrome and Firefox, everything works fine. On IE 10, progress tracking from the Flash module…
Ryan
  • 23,201
  • 8
  • 53
  • 82
6
votes
8 answers

SCORM 2004 Time Format - Regular Expression?

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…
Dan Appleyard
  • 7,195
  • 13
  • 47
  • 79
5
votes
2 answers

SCORM Cross Domain, SCO-Fetcher, or any other solution

Trying to find a solution to this, we have our LMS Server, and content servers all across the US, so the user gets their content from the closest location. I've come across a solution using SCO-Fetcher, mentioned in these two links below and…
Chuck
  • 357
  • 5
  • 20
5
votes
4 answers

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

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…
mikelus
  • 685
  • 8
  • 20
1
2 3
30 31