• Resolved mlapl1

    (@mlapl1)


    Hello
    I have been wondering…
    Can I send scores to Cluevo Progression and other pages by using Artculate’s (as you are using Articulate) standard lmsAPI connection
    e.g. – not my code actually
    var lmsAPI = parent;
    var player = GetPlayer();
    var myScore =player.GetVar(“LMS”); // where LMS is a variable inside Articulate holding the score
    var lmsAPI.SetScore(myScore,100,80);
    OR variations of this such as signaling completion without going through articulate.

    Also… can I retrieve first name and last name through the SCORM connection?

    Thanks for your help.

    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘lms API connection with Cluevo’ is closed to new replies.