Forum Discussion
Using imsmanifest xml to hide navigation buttons
I would love to hear if you ever found a solution to this. We are having the same issue. We have been able to apply this fix to SCORM 2004v4 Storyline files, but in the RISE file, there is already a line and any time I try to move, remove, or replace it - the package isn't registered as valid by our LMS:
<organizations default="Blah">
<organization identifier="Blah" adlseq:objectivesGlobalToSystem="false">
<title>TITLE</title>
<item identifier="i1" identifierref="r1" isvisible="true">
<title>TITLE</title>
<adlcp:dataFromLMS>eyJjcHYiOiJHUHB6WUJBWCIsInJsZCI6ZmFsc2V9</adlcp:dataFromLMS>
<imsss:sequencing>
<imsss:deliveryControls tracked="true" completionSetByContent="true" objectiveSetByContent="true"/>
</imsss:sequencing>
</item>
It's times like this I wish I actually understood the code I occasionally have to look at.