ATutor

Learning Management Tools







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


Problem with SCORM Package


  • 2007-09-10 15:18:08

    Problem with SCORM Package

    Hi

    we are trying to import a SCORM-compatible Content Package generated with Reload Editor
    2.0.2 into aTutor. We have a simple layout with an index.html file and an image in img which is embeded in index.html (<img src="img/image.jpg"/>). When
    the structur is like:

    index.html
    img
    image.jpg

    the import works perfectly fine, we have text and image displayed.

    But when we chose to have something like this (<img src="../img/image.jpg"/>):

    html
    index.html
    img
    image.jpg

    there is just text after the import, no image.
    Both, Reload SCORM Editor and Reload SCORM 1.2 Player have no difficulties to display the
    page correctly.
    Do you have any ideas, what could go wrong, during the import into aTutor?

    Thanks alot for any advice.

    Regards,
    Michael

    >> operating system - MacOS
    >> version of ATutor - 1.5.5
    >> versions of php - 4.4.1
    >> version of mysql - 5.0.15
    >> your ATutor location- http://g5-16.geo.uzh.ch/ATutor/

  • 2007-09-10 16:46:48

    Re: Problem with SCORM Package

    Can you attach a copy of the package here.

  • 2007-09-15 13:06:49

    Re: Problem with SCORM Package

    Here is the package, thanks for help.

  • 2007-09-17 08:54:41

    Re: Problem with SCORM Package

    The image appears to be outside the CPs directory. It should exists in "img/image.jpg" instead of "../img/image.jpg".

  • 2007-09-17 11:06:58

    Re: Problem with SCORM Package

    ok, but the index.html is in html, so the link must translate to ../img/.. I produced another cp with the correct directory structure. but that one doesn't work either.

  • 2007-09-19 14:52:04

    Re: Problem with SCORM Package

    Something else is going on, which you might want to talk to the Reload people about. In the directory that gets created in the file manager, a sub directory gets created which is actually a binary file called .DS_Store. Looking at the image in the package, it looks like you are working out of a CVS directory. Something is wrong here.

    Why not try creating your content in ATutor. It produces content packages as well. I have attached a content package generated by ATutor. Start with it and build upon it, either in Reload or in ATutor.

  • 2007-09-24 04:29:43

    Re: Problem with SCORM Package

    .DS_Store is a file which on Mac OS X is produced in every directory (seems like a kind of index file) and doesn't belong here (normally i have to delete it bevore creating the package).
    We're actually producing the files for the package (html, img, manifest.xml) out of an xml-based e-Learning Authoring tool so it's not easy to change the directory structure. I just used Reload editor to reproduce a simple model of the structure to find out, why it's not working on aTutor (WebCT, Moodle, OLAT no problems).
    Thank you for the attached package, if you could produce a structure like:

    resources
    html
    300.html
    img
    ....

    that would be a great help, so i could look at the manifest.xml to get the right tags and id's.

    thx for helping
    michael

  • 2007-09-24 12:42:18

    Re: Problem with SCORM Package

    meaning:

    [quote]
    - resources
    -- html
    ---- 300.html
    -- img
    ----1.gif
    [/quote]