Hello,
Recently I've tried to upload a course in SCORM format to LSpace 5.01. That's what I did:
1. Unpacked SCORM content to folder, which is accessible via http.
2. Also, I downloaded traching API which LS5 offered me to use.
2. In LS5 administration interface created new course.
3. Under this course I created new activity named "start". There I've entered following values:
3.1. URL:
http://my.web.server/path/to/scrorm_course/imsmanifest.xml
3.2. Checkbox "Launch Tracking API" made checked.
3.3. Tracking API URL:
http://my.web.server/path/to/scorm_course/apiFrameset.html
The results were following: when I opened activity, API frameset has loaded. Java-applet (APIAdapter.jar) also loaded successfully. But in the bottom frame pure imsmanifest.xml loaded! :(
I think that I entered wrong URL field (n.3.1), but I've found nothing in documentation about this field and SCORM courses.
IBM site says than LSpace 5.0 supports SCORM 1.1, LS5.01 supports SCORM 1.2.
How to make its API recognize imsmanifest.xml and show the course like other programs (e.g. Reload ScormPlayer) do?