Locating the API Adapter
March 20, 2009 12:00 AM
I am wrestling with a client that is using SumTotal. I am exporting the courses using the following settings (using the SumTotal extension)Here are my scorm export settings: - 1.2 Conformant - Presented in separate window - Report test/survey to LMS - Prompt to restore last viewed location - Using JavaScript title Manager Apparently our courses are unable to find their API. Here are the API location instructions I was given by the technician.Our API is located : 1)walking up the parents first 2)then walk up the window.opener 3)Start step 1 again. I found the code in the apiwrapper11.js file that deals with finding the API adapter. And to my surprise, the phrase 'walking up the parents first' kind of made sense. function getAPI(){ var theAPI = findAPI(window); if ((theAPI == null) undefined } return theAPI}The only problem is I know nothing about javascript. I dont even know how to change this function to get it to find the api. Does anyone know what to do?
Discussions have been disabled for this post