ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


About SCORM zip file StreamAuthor elearning 30


  • 2004-12-20 20:01:09

    About SCORM zip file StreamAuthor elearning 30

    Hi Everyone:
    I have a problem about inputing a course- StreamAuthor's SCORM zip file.

    Things to describe:
    operating system - win XP
    version of ATutor -1.4.2
    versions of php - 4.3.8
    version of mysq l - 4.0.20
    webserver & version - Appserv 2.4.1
    copies of error messages -
    changes to default settings -
    web browser being used - IE6.0
    and anything else relevant -

    I used StreamAuthor 3.0 to result a zip file that support SCORM 1.2. I successed to input the zip file into Atutor, but it cna't work correctly. Error Messages like this:
    Unable to find an API adapter
    Unable to locale the LMS's API Implementation
    LMSInitalize was not successful
    LMSGetValue was not successful

    I tried to edit the course's content. The content likes this:
    -----------------------------------------------------------------
    <HTML>
    <HEAD>
    <META http-equiv="expires" CONTENT="Tue, 05 DEC 2000 06:00:00 GMT">
    <META http-equiv="Pragma" CONTENT="no-cache">
    <SCRIPT LANGUAGE=JAVASCRIPT SRC="scripts/APIWrapper.js"></SCRIPT>
    <SCRIPT LANGUAGE=JAVASCRIPT SRC="scripts/AUFunctions.js"></SCRIPT>
    <TITLE>SCO Wrapper</TITLE>
    <Script language = "javascript">
    <!--
    loadPage();
    -->
    </script>
    </HEAD>
    <frameset rows="*" frameborder=0 onUnload="return unloadPage();">
    <frame id=SCOcontents src="index.htm">
    </frameset>
    </HTML>
    -------------------------------------------------------------------
    Can't enyone helps to resolve the problem?
    Thank You very much! :)

  • 2004-12-22 14:21:57

    No SCORM RTE

    ATutor does not yet support the SCORM runtime environment. It does support SCORM 1.2 content packaging.

  • 2004-12-28 07:27:04

    Thank You!

    Thank You very much!
    Wait...
    Until Atutor supports the SCORM RTE!

    GO! GO! GO!

    [reply][b]In reply to:[/b]
    ATutor does not yet support the SCORM runtime environment. It does support SCORM 1.2 content packaging.
    [op]forums/view.php?fid=7;pid=3279;page=1#3286[/op][/reply]

  • 2005-03-22 07:26:43

    We've a similar problem..

    We've a HTML with javascript to load the flash content.. After we import the SCORM content package.. We can't see anything and we encounter a javascript error. After further checking we notice ATutor actually rip put the content from HTML file without the javascript.

    My HTML file content like this :
    ------------------------------------------------------------------------
    <HTML>
    <HEAD>
    <SCRIPT>
    .. our code goes here ....
    </SCRIPT>
    <TITLE>SCO Wrapper</TITLE>
    </HEAD>
    <BODY>
    <Script language = "javascript">
    <!--
    loadPage();
    -->
    </script>
    </HTML>

    When ATutor rip the content of the file. It rip only from body tag onwards.

    Can anyone help me on this?
    Thanks.

  • 2005-03-22 09:07:07

    Between the body tags

    We are planning on detecting and saving the Javascript in the head of an imported file for a future release. In current versions (<= 1.4.3) only content between the body tags get imported.