ATutor

Learning Management Tools







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


ATUTOR SCORM Need sample


  • 2004-10-22 06:25:44

    ATUTOR SCORM Need sample

    I am looking for some samples on SCORM. I am in the midst of evaluating ATutor for a particular project that we are embarking on.

    Is there any samples on the imsmanifest.xml and the javascript in the HTML files that calls the APIs in ATutor

    Regards,
    Jason

  • 2004-10-22 10:32:13

    Packages not SCOs

    You can enter one of the demo courses and click Export to generate a content package. The Howto course is also available in content packages.

    There is no support for a SCORM RTE in ATutor (yet), so you will not find any working javascript examples. We can not support embedded Javascript in SCOs for accessibility reasons. We are working with ADL to try to correct this flaw in the SCORM specification.

  • 2004-10-22 23:37:10

    Error exporting content packages

    Hi Greg,

    Thanks for the reply

    It seems like there is error in the package that was downloaded. I went into ATutor demo and export a content. The ZIP file however has errors when unzipping it, and we could not see the content as well.

    What we are looking is a sample imsmanifest.xml file and also the HTML file that is calling the APIs in the ATutor ... since ATutor claims it is SCORM 1.2 compliant.

    We just want to try import a simple content package that has the following files

    imsmanifest.xml
    index.html
    lesson1.html
    lesson2.html
    image/image1.gif
    image/image2.gif

    We will zip all the working files and use the ATutor import to put inside the courses.

    If you are able to help, could you provide a sample of the files above.

    Thanks.

  • 2004-10-23 09:38:39

    Seems to work

    Exported packages from the demo site seem to work as they should. I had not trouble unzipping any packages. Perhaps it is your zip utility.

    Do not confuse compliance, with conformance. ATutor can not comply with SCORM for reasons I've mentioned. It "conforms" with the SCORM/IMS content packaging specification.

    Once you figure out why your zip utility is not unpacking the files, there is an imsmanifest.xml file in each package. Try another zip utility if necessary. I've confirmed that packages unzip with the current Winzip and Ark (linux zip utility)

    Here's an imsmanifest for a simple 1 page package. Note that the formatting of the XML is messed up a little by the way the forum displays it. A real manifest file is layed out properly

    ---
    <!--
    This is an ATutor SCORM 1.2 Content Package document
    -->
    -
    <!--
    Created from the ATutor Content Package Generator - http://www.atutor.ca
    -->
    -
    <manifest identifier="MANIFEST-91d6f04cc463ef0056cdbfdd4ebaf000" xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd">
    -
    <metadata>
    <schema>ADL SCORM</schema>
    <schemaversion>1.2</schemaversion>
    -
    <imsmd:lom>
    -
    <imsmd:general>
    -
    <imsmd:title>
    <imsmd:langstring xml:lang="es">Play Here Course - Flash Demo 2</imsmd:langstring>
    </imsmd:title>
    -
    <imsmd:description>
    -
    <imsmd:langstring xml:lang="es">
    This course allows potential content designers or course instructors to login and try the course development tools in ATutor. Login with login name
    <strong>demo</strong>
    , and password
    <strong>demo</strong>
    . Feel free to explore, add some content of your own, but respect the contributions others have made to this demo.
    </imsmd:langstring>
    </imsmd:description>
    </imsmd:general>
    -
    <imsmd:lifecycle>
    -
    <imsmd:contribute>
    -
    <imsmd:role>
    -
    <imsmd:source>
    <imsmd:langstring xml:lang="x-none">LOMv1.0</imsmd:langstring>
    </imsmd:source>
    -
    <imsmd:value>
    <imsmd:langstring xml:lang="x-none">Author</imsmd:langstring>
    </imsmd:value>
    </imsmd:role>
    -
    <imsmd:centity>
    -
    <imsmd:vcard>
    BEGIN:VCARD
    VERSION:2.1
    N:;;demo;;
    FN:demo
    EMAIL;INTERNET:demo@demo.com
    NOTE;ENCODING=QUOTED-PRINTABLE:Originated from an ATutor at http://www.atutor.ca/atutor/demo/. See ATutor.=
    ca for additional information.
    URL:
    REV:2004-10-23T09:35:16Z
    END:VCARD
    </imsmd:vcard>
    </imsmd:centity>
    </imsmd:contribute>
    </imsmd:lifecycle>
    -
    <imsmd:educational>
    -
    <imsmd:learningresourcetype>
    -
    <imsmd:source>
    <imsmd:langstring xml:lang="x-none">ATutor</imsmd:langstring>
    </imsmd:source>
    -
    <imsmd:value>
    <imsmd:langstring xml:lang="x-none">Content Module</imsmd:langstring>
    </imsmd:value>
    </imsmd:learningresourcetype>
    </imsmd:educational>
    <imsmd:rights>
    </imsmd:rights>
    </imsmd:lom>
    </metadata>
    -
    <organizations default="MANIFEST01_ORG1">
    -
    <organization identifier="MANIFEST01_ORG1" structure="hierarchical">
    <title>Play Here Course - Flash Demo 2</title>
    -
    <item identifier="MANIFEST01_ITEM2330" identifierref="MANIFEST01_RESOURCE2330" parameters="">
    <title>Flash Demo 2</title>
    </item>
    </organization>
    </organizations>
    -
    <resources>
    -
    <resource identifier="MANIFEST01_RESOURCE2330" type="webcontent" href="resources/atutor_howto_1.4.2_-_flash_and_object_embedding/2330.html" adlcp:scormtype="asset">
    <metadata/>
    <file href="resources/atutor_howto_1.4.2_-_flash_and_object_embedding/2330.html"/>
    <file href="resources/atutor_howto_1.4.2_-_flash_and_object_embedding/flashaccess/flashaccess/flashcard01.swf"/>
    </resource>
    </resources>
    </manifest>

    ----

    [reply][b]In reply to:[/b]
    Hi Greg,

    Thanks for the reply

    It seems like there is error in the package that was downloaded. I went into ATutor demo and export a content. The ZIP file however has errors when unzipping it, an...
    [op]forums/view.php?fid=7;pid=2851;page=1#2854[/op][/reply]

  • 2004-10-25 08:42:14

    Here is what I did?

    I have javascript errors when clicking on the link. Here is what I have done with the imsmanifest.xml

    <?xml version="1.0"?>
    <!--This is a LOGO LESSION-->
    <!--Created by Jason Wong-->
    <manifest xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2" xmlns:imsmd="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2" identifier="MANIFEST-5824cc82035f420c33b5fd4a0268d0f6" xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd">
    <metadata>
    <schema>LOGO LESSON</schema>
    <schemaversion>1.2</schemaversion>
    <imsmd:lom>
    <imsmd:general>
    <imsmd:title>
    <imsmd:langstring xml:lang="en">LMS COMMUNICATOIN MODULE</imsmd:langstring>
    </imsmd:title>
    <imsmd:description>
    <imsmd:langstring xml:lang="en">Documentation for Testing Personnel.</imsmd:langstring>
    </imsmd:description>
    </imsmd:general>
    <imsmd:lifecycle>
    <imsmd:contribute>
    <imsmd:role>
    <imsmd:source>
    <imsmd:langstring xml:lang="x-none">COMPONENT AND MODULAR TESTING</imsmd:langstring>
    </imsmd:source>
    <imsmd:value>
    <imsmd:langstring xml:lang="x-none">Jason Wong</imsmd:langstring>
    </imsmd:value>
    </imsmd:role>
    <imsmd:centity>
    <imsmd:vcard>BEGIN:VCARD
    VERSION:1.2
    N:Wong;Jason;Sales Personnel;;
    FN:Jason
    EMAIL;INTERNET:jason.wong@select-usq.com
    NOTE;ENCODING=QUOTED-PRINTABLE:Originated from a Learning Mangement System at http://lms.komnas.com/~jess/LMS. See Learning Management System.=
    LMS for additional information.
    URL:
    REV:2004-05-27T14:18:42Z
    END:VCARD
    </imsmd:vcard>
    </imsmd:centity>
    </imsmd:contribute>
    </imsmd:lifecycle>
    <imsmd:educational>
    <imsmd:learningresourcetype>
    <imsmd:source>
    <imsmd:langstring xml:lang="x-none">TEST SCRIPTS</imsmd:langstring>
    </imsmd:source>
    <imsmd:value>
    <imsmd:langstring xml:lang="x-none">COMPONENT AND MODULAR TEST SCRIPTS</imsmd:langstring>
    </imsmd:value>
    </imsmd:learningresourcetype>
    </imsmd:educational>
    <imsmd:rights>
    </imsmd:rights>
    </imsmd:lom>
    </metadata>

    <!-- ORGANIZATIONS - STARTS -->
    <organizations default="MANIFEST01_ORG1">
    <organization identifier="MANIFEST01_ORG1" structure="hierarchical">
    <title>LEARNING MANAGEMENT SYSTEM</title>
    <item identifier="MANIFEST00_ITEM0" identifierref="MANIFEST00_RESOURCE0" parameters="">
    <title>LMS COMMUNICATION MODULE - TEST SCRIPT</title>

    <item identifier="MANIFEST01_ITEM1" identifierref="MANIFEST01_RESOURCE1" parameters="">
    <title>MODULAR TESTING - COMMUNICATION MODULE</title>
    </item>
    <item identifier="MANIFEST02_ITEM2" identifierref="MANIFEST02_RESOURCE2" parameters="">
    <title>COMPONENT TESTING - DISCUSSION FORUM</title>
    </item>
    <item identifier="MANIFEST03_ITEM3" identifierref="MANIFEST03_RESOURCE3" parameters="">
    <title>COMPONENT TESTING - FILE EXCHANGE</title>
    </item>
    <item identifier="MANIFEST04_ITEM4" identifierref="MANIFEST04_RESOURCE4" parameters="">
    <title>COMPONENT TESTING - INTERNAL TEXT MESSAGING</title>
    </item>
    <item identifier="MANIFEST05_ITEM5" identifierref="MANIFEST05_RESOURCE5" parameters="">
    <title>COMPONENT TESTING - JOURNAL AND NOTES</title>
    </item>
    <item identifier="MANIFEST06_ITEM6" identifierref="MANIFEST06_RESOURCE6" parameters="">
    <title>COMPONENT TESTING - NEWS AND ANNOUNCEMENT</title>
    </item>
    <item identifier="MANIFEST07_ITEM7" identifierref="MANIFEST07_RESOURCE7" parameters="">
    <title>COMPONENT TESTING - ONLINE DIALOGUE</title>
    </item>
    </item>
    </organization>
    </organizations>
    <!-- ORGANIZATIONS - ENDS -->

    <!-- RESOURCES - STARTS -->
    <resources>
    <resource identifier="MANIFEST00_RESOURCE00" type="webcontent" href="index.html" adlcp:scormtype="asset">
    <metadata/>
    <file href="index.html"/>
    </resource>
    </resources>

    <resources>
    <resource identifier="MANIFEST01_RESOURCE01" type="webcontent" href="MOE-LMS-Communication-TestScript-Module-1.0.doc" adlcp:scormtype="asset">
    <metadata/>
    <file href="MOE-LMS-Communication-TestScript-Module-1.0.doc"/>
    </resource>
    </resources>

    <resources>
    <resource identifier="MANIFEST02_RESOURCE02" type="webcontent" href="UAT-Teacher-DiscussionForum-1.1.doc" adlcp:scormtype="asset">
    <metadata/>
    <file href="UAT-Teacher-DiscussionForum-1.1.doc"/>
    </resource>
    </resources>

    <resources>
    <resource identifier="MANIFEST03_RESOURCE03" type="webcontent" href="UAT-Teacher-FileExchange-1.0.doc" adlcp:scormtype="asset">
    <metadata/>
    <file href="UAT-Teacher-FileExchange-1.0.doc"/>
    </resource>
    </resources>

    <resources>
    <resource identifier="MANIFEST04_RESOURCE04" type="webcontent" href="UAT-Teacher-InternalTextMessaging-1.0.doc" adlcp:scormtype="asset">
    <metadata/>
    <file href="UAT-Teacher-InternalTextMessaging-1.0.doc"/>
    </resource>
    </resources>

    <resources>
    <resource identifier="MANIFEST05_RESOURCE05" type="webcontent" href="UAT-Teacher-JournalNotes-1.0.doc" adlcp:scormtype="asset">
    <metadata/>
    <file href="UAT-Teacher-JournalNotes-1.0.doc"/>
    </resource>
    </resources>

    <resources>
    <resource identifier="MANIFEST06_RESOURCE06" type="webcontent" href="UAT-Teacher-NewsAnnouncements-1.0.doc" adlcp:scormtype="asset">
    <metadata/>
    <file href="UAT-Teacher-NewsAnnouncements-1.0.doc"/>
    </resource>
    </resources>

    <resources>
    <resource identifier="MANIFEST07_RESOURCE07" type="webcontent" href="UAT-Teacher-OnlineDialogue-1.0.doc" adlcp:scormtype="asset">
    <metadata/>
    <file href="UAT-Teacher-OnlineDialogue-1.0.doc"/>
    </resource>
    </resources>
    <!-- RESOURCES - ENDS -->

    </manifest>