Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Need Adobe help with APIs

New Here ,
Sep 09, 2022 Sep 09, 2022

I am looking to get some assitance from Adobe to determine if and how we can use API calls from within Captivate to access information from our Cornerstone LMS and feed the information into a course so that we can use it to determine things like the learner's start date so we can know automatically whether or not to show a pretest or not.

128
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Sep 12, 2022 Sep 12, 2022
LATEST

Not sure what API you are referring to, but there really isn't anything in the SCORM data model that would give you that information. You would be able to tell if the user has accessed the lesson before though. You could execute this Javascript:

 

var userEntry = SCORM_CallLMSGetValue("cmi.core.entry")

if ( userEntry == "ab-initio")

{

//show pretest

}

else

{

//user has been here before

}

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources