CMI 5 Working Group Meeting Minutes – March 13th - AICC/CMI-5_Spec_Current GitHub Wiki

cmi5 Working Group Meeting Minutes – March 13th

Attendees

  • Bill McDonald (Working Group Leader)
  • Andy Johnson (ADL)
  • Dennis Hall (Learning Templates)
  • Art Werkenthin (RISC, inc)

Notes

**cmi5 client library example **

The group discussed updating the client library example to demonstrate the moveOn error handling

    function CheckMoveOn() {
        // Mastery score is scaled: between 0 and 1
        var score = testScore / 100;
        // Send passed/failed
        if (score >= cmi5Controller.getMasteryScore()) {
            SendStatement("Passed", score);
        } else {
            SendStatement("Failed", score);
        }
        // Since the student reached page 2 of a two page course, it is completed.
        // Send a "cmi5 defined" completed statement.
        SendStatement("Completed");
    }
  
  
  // Check moveOn property - if unexpected moveOn is sent that shutdown (display error message indicating that the moveOn criteria is not supported. 
  
  //
  //Add scenario to github.io examples
  //

All Previous cmi5 Meeting Minutes

https://github.com/AICC/CMI-5_Spec_Current/wiki

cmi5 on GitHub:

http://aicc.github.io/CMI-5_Spec_Current/

⚠️ **GitHub.com Fallback** ⚠️