The forum has closed. Please visit our new home: eLearning Technology and Development Google Group

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjlevy72
    • CommentTimeNov 26th 2008
     
    I'm trying to intergrate a flash-based WBT into and OLM and while I can successfully import the learning object, the wrapper is not connecting with the SCORM adapter.

    As a test, I imported the WrapperTest1_2 and here are the results:

    Initializing course.
    Call succeeded? false

    I've been searching the oracle forum for most of the day with no luck. Has anyone been able to inegrate the SCORM API Wrapper and the SCORM 3.0 class into ORACLE?
    • CommentAuthorphilip
    • CommentTimeNov 26th 2008
     
    i haven't used Oracle OLM, but the system shouldn't matter, so long as it's scorm conformant and supports the version of scorm you're trying to use. scorm uses a javascript API, which should be roughly the same from LMS to LMS.

    there are a bazillion things that can go wrong in the communication process, so it could be how your files are set up, or even how the imsmanifest.xml is set up. when i have problems with a new system, it almost always comes back to the imsmanifest.xml file. it's a pain. :tongue:
    • CommentAuthorjlevy72
    • CommentTimeNov 27th 2008
     
    Thanks for your input. I've come to the same conclusion and I've centered my focus on the xml and xsd's that Orcale provides. Oracle documentation is notirously incomplete, so, I'm shooting in the dark. I'll post the imsmanifest that works when I find it.
    • CommentAuthorjlevy72
    • CommentTimeDec 5th 2008
     
    In the end, I'm happy to report the problems in communicating with the OLM were due to the SCROM adapter settings on the ORACLE side and Phillip's javascript and actionscript 3.0 class works like a dream. Now the real fun begins.

    Thanks for this great resource site. I'll be here everyday for the a while. Well, weekends anyhow. I'll be creating scorm compliant wbt over the next year.
    • CommentAuthorphilip
    • CommentTimeDec 5th 2008
     
    cool beans, glad it works for you. :smile: