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.