以下是我这次用来运行一个简单的 SCORM 包的代码(带有一个 index.html 其工作)。我尝试了HERE包运行中的排序示例- Simple Remediation SCORM 2004 3rd Edition但是这个包没有任何 index.html 文件,那么我如何在下面的代码中检查运行它的入口点?
我相信我需要检查一些东西imsmanifest.xml
但无法找到(谷歌搜索了很多但无法破解)。
让我知道如何找到 SCORM2004 包运行的入口文件?
<!DOCTYPE html>
<html>
<head>
<title>Play SCORM Package - </title>
</head>
<body>
This is going to play a course in an inframe.
<div id="course-show">
<iframe src="SCORM_2004_APIWrapper.js" name="API_1484_11" width="0" height="0"></iframe>
<iframe src="course/sample_SCORM2004/index.html" width="800" height="600"></iframe>
</div>
</body>
</html>
APIWrapper 下载自 - http://www.adlnet.gov/adl-releases-scorm-version-1-2-and-scorm-2004-api-wrapper-files