我正在创建一个包含多个页面的scorm包(2004年第3版)。我正在创建一个主页,让您选择要导航到的项目。但是,我遇到的问题是,任何形式的javascript导航都无法更改为任何页面。
使用来自scorm网站的this package example(manifest only)我已经做了一些测试。根据清单选择模式启用。
<imsss:controlMode choice="true" flow="true"/>
然而,每当我进入礼仪页面然后获取API对象并尝试任何形式的导航时,它都会失败。
API.GetValue("adl.nav.request_valid.choice.{target=playing_item}");
API.SetValue("adl.nav.request", "{target=playing_item}choice");
设置adl.nav.request后,Terminate(“”)调用失败。诊断是:
"Failure calling the Terminate remote callback: the server replied with HTTP Status <div class="notifyproblem">Target Activity does not exist or is unavailable</div>true"
答案 0 :(得分:0)
已启用选择模式,但此规则可能会覆盖它。
<!--
'Disabled' will cause the SCO to be visible in the course tree, but not accessible via choice or flow.
-->
<imsss:ruleAction action="disabled"/>
为什么不首先尝试使用这个简单的高尔夫示例?
http://scorm.com/wp-content/assets/golf_examples/PIFS/RuntimeMinimumCalls_SCORM20043rdEdition.zip