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..)
...
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?
...
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 ...
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...
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
...
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...
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...
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]...
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 ...
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...
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.
...
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 ...
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...
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...
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?
...
Where do I find the SCORM 2004 run time data model details?Looking for pdf which explains each data model in detail. Any reference?
...
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...
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.
...
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
...
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...