Microsoft JScript 运行时错误:对象不支持属性或方法“evalID”
我正在针对 SCORM 2004 第三版测试我的 LMS。 我正在使用 LMS 一致性测试和 LMS 测试内容包 API,它们是从 www.ADLNet.gov 下载的。
当我选择资产启动测试活动时,出现以下错误:
Microsoft JScript 运行时错误:对象不支持属性或方法“evalID”
LMS 测试内容包 API 中的以下行中出现错误:
var result = LMSTestSCODriver.evalID( query1 + "!" + query2 );
问题是什么? 任何帮助将不胜感激。
I'm testing my LMS against SCORM 2004 3rd Edition.
I'm using LMS Conformance Test and LMS Test Content Package API which I have downloaded them from www.ADLNet.gov.
The following error occurs when I choose Asset Launch Test activity:
Microsoft JScript runtime error: Object doesn't support property or method 'evalID'
The error occurs in the following line in the LMS Test Content Package API:
var result = LMSTestSCODriver.evalID( query1 + "!" + query2 );
What's the problem?
Any help will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否成功运行过任何其他测试?如果没有,首先要检查您是否安装了正确的 Java 版本。
Have you successfully run any other tests? If not, the first thing to check would be that you have the proper Java version installed.