HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... SCORM 2004 API
SCORM 2004 API
  View type:
Hi,

Is there a way to access the SCORM 2004 API directly from an action? I tried something like JAVASCRIPT(Javascript='SetValue("adl.nav.request","exit")')
but that didn't work.
 
You could try calling CourseLab's internal function like this:
SCORM_SetValue('adl.nav.request', 'exit)

or calling the SCORM API directly:
g_oScormApi.SetValue('adl.nav.request', 'exit)
Subject:
Message options
No additional options