Moodle/SCORM 2004 or how to use Sequencing & Navigation

Moodle/SCORM 2004 or how to use Sequencing & Navigation

Zuolin Bai -
Atsakymų skaičius: 1

Hi there,

I tried to add imsss:sequencing tag, but when I import it into Moodle and I tried to open imsmanifest.xml file it gives error messgae "Reference to undeclared namespace prefix imsss", then when i browse the course the sequencing tag does not work.

The following is part of the xml:

        <manifest identifier="eXescorm45ff62321b5b9980da19"
        xmlns="http://www.imsglobal.org/xsd/imscp_v1p1"
        xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2"
        xmlns:imsmd="http://www.imsglobal.org/xsd/imsmd_v1p2"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:imsss="http://www.imsglobal.org/xsd/imsss"
 xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p1.xsd http://www.imsglobal.org/xsd/imsmd_v1p2 imsmd_v1p2p2.xsd
 http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd">
<metadata>
......

<item ......>

<imsss:sequencing>
<imsss:controlMode choice="false" choiceExit="false"
flow="true" forwardOnly = "true"/>
</imsss:sequencing>
</item>

Now im using Moodle 1.7.

My question is which version of Moodle supports IMSSS and how to add the sequencing tag. In the above the text in red is what i added for using sequencing.

Please help. THANKS IN ADVANCE.

Įvertinimų vidurkis: -
Atsakymas į Zuolin Bai

Re: Moodle/SCORM 2004 or how to use Sequencing & Navigation

Agustina Martínez García -

Hi,

Have you tried to pack and add sequencig to your course using ReloadEditor? I've developped a SCORM 2004 course with sequencing behaviour using this tool. Note that Moodle 1.7 it's not fully SCORM 2004 conformant, I mean, there are a few elements of the model not supported.

Luck!

Agustina.