scorm

a good testbed to debug SCORM courseware (Applet) without LMS

What would be a nice testbed to debug JAVA APPLET based SCORM content package (eclipse). debugging with a real LMS (like Moodle) usually requires uploading package in a zip file to LMS (slow..) ...

Converting SCORM 1.2 XML to 2004 with wrapper tool

I found a nice wrapper tool to convert SCORM 1.2 api to 2004, however what are the minimum changes needed to XML files in addition? I assume at least imsmanifest.xml needs updating? ...

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 userID is stored in the session and the courseID is passed over from the launch page. How do ...

What is CMIString4096 and how can I extract the data within it?

I have this string that I get back from Adobe Presenter 7. It's called suspend_data and is of type CMIString4096 (by the docs) CMIString4096 A set of ASCII characters with a maximum length of 4096 characters. This is the string: aG1111111000000000BB001EC%2EacC%7E%24GS%2AayjHm110BKCBBB0B0EBAB1B1ED%2EicC%7E%24GS%2AlfkHm110BKDBC...

Javascript Scorm 1.2 API

Hi, 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 ...

Concurrent license monitoring for a web page with JavaScript?

What is the good method to implement a cross platform CONCURRENT USERS monitoring for a .HTML page that contains a simple javascript application. The tricky part is that the web servers hosting this html page differ a lot, each customer has their own LMS/Web server, so web page could be running inside IIS or apache etc. ( I have no cont...

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 following method: Initialize(args) GetValue(key) SetValue(key, value) Terminate(args) Comm...

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 my mind around it, but to no avail. Note: P must always be the first character. P[yY]...

SCORM 2004 Sequencing: What Am I doing wrong?

This quiz is the last SCO in a grouping of 4 SCOs. SCO 1,2,3 have to be completed before this quiz becomes available. The problem is that when 1,2,3 are completed the menu skips right over this quiz and goes to the first page in the next module. This quiz stats grayed out the entire time. I think it has to do with the precondition logic ...

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: <resource href="Unit 4.html" adlcp:scormtype="sco"> I'm using python and lxml. I'm having trouble with the adlcp:scormtype attribute. I'm new to xml so please correct me if I'm wrong. adlcp is a namespace and scormtype is an attribute that is defined in t...

imsmanifest.xml should be utf-8 or not (Scorm 1.2)

Should I save imsmanifest.xml in UTF-8 or ANSI ? ADL test suite 1.2 seem to fail with UTF8 header, but on otherhand some LMSes will fail if its not UTF8. ...

using Silverlight in SCORM content

I'm building a LMS system using Sharepoint (WSS 3.0) with the Sharepoint Learning Kit (SLK). One of the requirements is to be able to host Silverlight content within the SCORM package. Has anyone done this before? I haven't been able to find much (anything) online that talks about how to do this. Most of the content tools that exist ...

SCORM 2004 Sequencing... what am i doing wrong (Passed automaticaly in LMS)

Dear friends... help me please... see my manifest above.. I believe it's correct but still enter to the course in LMS and the items mod01, mod02 and mod03 show "passed" and the sequency show totaly open... HELP. ADL SCORM 2004 3rd Edition GESTÃO ESTRATÉGICA TESTANDO SESSÃO <item identifier="mod01"> <title>HAB...

scorm 1.2 bookmarking trouble..

Please help me... I need to bookmark scorm 1.2 courses developed in articulate and adobe presenter 7. I'm using cmi.suspend_data to do that... Its working fine for articulate courses, but for adobe presenter 7, its giving different cmi.suspend_data values for different attempts. Even, i tried with cmi.core.lesson_location.. but no us...

Porting SCORM course to different LMS

I have observed whenever I develop scorm 1.2 compliant course, there are issues when I try to run them on SABA, moodle, SumTotal etc. Have you come across such issues and how did you fix them? ...

REference for SCORM 2004 data model

Where do I find the SCORM 2004 run time data model details?Looking for pdf which explains each data model in detail. Any reference? ...

Test Suite for testing scorm 2004

Is there any tool like Reload Player for 1.2 to test my scorm 2004 course. I know there exists ADL and SCORM Test Track ADL : Takes a lot of time for installation Test Track: Take a lot of time uploading course when the file size is huge. I am looking @ repeated testing and would prefere desktop installation. Any idea?. Currently i dont...

Scorm 1.2 Player: Command Line Launch

Is there a Scorm 1.2 player that can be launched from the command line? I'm looking to integrate the player into a ant script. ...

SCORM compliant LMS in asp.net

I want to develop a LMS with SCORM compliance.What exactly does it mean.Is it that my lms should be able to create SCORM compliant content or does it mean that my application should be able to view SCORM compliant content.And how i'm going to achieve this in DOTNET ...

Captivate - LMS - SCORM communication problems

I'm developing a SCORM compliant LMS, and having some problems with Captivate generated contents. Basically, the behavior is: If you see a SCO (captivate generated content) with for example 15 slides and 1 question in each slide quickly, my lms is not tracking all the 15 question, only the first 3 or 4. If you wait a long time at the en...