ATutor

Learning Management Tools







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


SCROM object from AFLF does not render


  • 2006-04-19 00:32:56

    SCROM object from AFLF does not render

    I have been testing SCORMs downloaded from the learning object repository of the Australian Flexible Learning Framework. I attach a small example called "Carrying Concrete" which includes some "Flash" media. I created a course in our deployed ATutor (1.5)and also our fully tested local version (1.4) and it does not render the flash images. I tried with Moodle and it works fine. Can you let me know what the problem is? Object is attached. It is from the excellent open repository at http://toolboxrepository.flexiblelearning.net.au/

  • 2006-04-19 08:56:28

    Re: SCROM object from AFLF does not render

    We don't have a version of 1.5 running locallyany more, but your content imports and displays fine in 1.5.2 (and 1.5.3 not yet released). As I recall there was a bug in 1.5 with the path defined for imported content packages. I suggest upgrading ATutor to 1.5.2.

    You can try importing a package into our demo site, if you want to see one of the packages displayed.

    (BTW, thanks for the link, toolboxrepository looks like a great resource)

    Moodle handles content packages differently than ATutor. ATutor integrates content packages into the rest of the content in a course, so once imported, it can be manipulated, and then later exported as a new content package. Moodle stores content packages as self-contained units, with no means of reworking the content and exporting it as a new package.

  • 2006-04-19 23:04:48

    Re: SCROM object from AFLF does not render

    Thanks Greg!
    I upgraded our local version from 1.5.1 to 1.5.2 succefully and tried again. I used the attached SCORM. I used import content and got the error below. After logging in again, I find the content is "succesfully imported" but the flash doesn't render - just get a blank spot. Flash is working on the browser. I am using Firefox 1.0.7 and ATutor is deployed on Windows 2003 with Apache 1.3/PHP 4.3.11/MySQL


    Warning: rename(c:\program files\apache group\apache\htdocs\atutor\content\import/36/,c:\program files\apache group\apache\htdocs\atutor\content\36/708pa082720): No such file or directory in c:\program files\apache group\apache\htdocs\atutor\tools\ims\ims_import.php on line 525

    Warning: Cannot modify header information - headers already sent by (output started at c:\program files\apache group\apache\htdocs\atutor\tools\ims\ims_import.php:525) in c:\program files\apache group\apache\htdocs\atutor\tools\ims\ims_import.php on line 542

  • 2006-04-23 09:53:26

    Re: SCROM object from AFLF does not render

    Sorry, your post got lost in the crowd.

    The package seems to work fine on the systems I've tested on(linux/winxp). It may be something specific to your win 2003 installation.

    Can you send us copy of a phpinfo page for the server. And, instructor access to this particular ATutor iunstallation.

    For now you could try modifying the file

    tools/ims/ims_import.php

    in the "rename" line, switch the slashes "/" to "\".

    The slashes should work either way, but perhaps 2003 does not like the backslashes.

  • 2006-04-23 18:34:33

    Re: SCORM object from AFLF does not render

    Hi,

    Thanks Greg. I tried changing the slashes but got a "parse error" from line 525 (presumably the rename line) of that file, and the import window popup just kept chugging away indefinately. I changed it back and it is as before - error as above, with only the text imported.

    PHP INFo file attached!

    David

  • 2006-04-26 08:24:48

    Re: SCORM object from AFLF does not render

    If it generates a parse error after changing the slashes, then you've either edited the file in a windows editor, and saved it using windows end of line characters. You'll need to set you editor to save using Unix end of line characters. Or, you've made an error editing. Make sure all the quotes are present.

    There is nothing in the phpinfo output to suggest what the problem might be.

    Unfortunately we do not have a win2003 system available to investigate this further. I can only suggest you move it onto another system. Linux is most reliable, though winxp also works well.

  • 2006-04-28 11:21:35

    Re: SCORM object from AFLF does not render

    We've tried to reproduce this on a half dozen systems with no luck. It has to be something specific to the system you are running. We'll need shell access to the system ATutor is running on to investigate further. And Instructor access to the ATutor installation.