我想在 SCORM 中从一张幻灯片跳到另一张幻灯片。我怎样才能做到这一点 ?我有一个代码:
//set the value of _root.bookmarkData to 2, this would allow the start the course from beginning.
document.start.setVariable("_root.bookmarkData", "2");
但是我得到了一个未定义的函数错误。我既没有找到起始变量,也没有找到 setVariable 函数。
我应该怎么做才能跳?