Skip to content

CMI 5 Working Group Meeting Minutes – June 15th

Bill McDonald edited this page Jun 16, 2018 · 5 revisions

cmi5 Working Group Meeting Minutes – June 15th

Attendees

  • Bill McDonald (Working Group Leader)
  • Andy Johnson (ADL)
  • Art Werkenthin (RISC, Inc)
  • Ray Lowery (Pratt & Whitney)
  • Clayton Miller (NextPort)
  • Christopher Thompson (Medcom, Inc.)
  • Henry Ryng (inXsol)
  • Mark Grant (Independent)

Notes

cmi5 spec errata

The group agreed on the following spec errata changes:

cmi5 JSON Samples

The group determined that each sample scenario must have a cmi5LearnerPreferences Agent Profile document with varying (valid) values.

LMS Launch Data described will be renamed to "LMS.LaunchData" to be consistent with the name of State document.

cmi5 JSON Samples - working drafts

// Completed Move On - Completed

}, "launchMode": "Normal", "returnURL": "http://10.211.55.3/ScormEngineInterface/defaultui/cmi5-deliver.aspx?configuration=&registration=ApiRegistrationId%7css2!InstanceId%7c0", "launchMethod": "AnyWindow", "launchParameters": "Start=1,QuizMode=1,FastForward=On", "moveOn": "Completed", "entitlementKey":{courseStructure: "xyz-123-9999", alternate: "abc-456-1111"} }

// Completed or Passed Move On - Passed

}, "launchMode": "Normal", "returnURL": "http://10.211.55.3/ScormEngineInterface/defaultui/cmi5-deliver.aspx?configuration=&registration=ApiRegistrationId%7css1-1!InstanceId%7c0", "launchMethod": "AnyWindow", "launchParameters": "{\"Start\":1,\"QuizMode\":1,\"FastForward\":\"On\"}", "moveOn": "CompletedOrPassed", "entitlementKey":{courseStructure: "xyz-456-9999"} }

// Completed and Passed Move On

}, "launchMode": "Normal", "returnURL": "http://10.211.55.3/ScormEngineInterface/defaultui/cmi5-deliver.aspx?configuration=&registration=ApiRegistrationId%7css1!InstanceId%7c0", "launchMethod": "AnyWindow", "launchParameters": "Start=1&QuizMode=1&FastForward=On", "moveOn": "CompletedAndPassed" }

cmi5LearnerPreferences - Agent Profile

{ "languagePreference": "en-US,fr-FR,fr-BE", "audioPreference": "on" }

{ "languagePreference": "de", "audioPreference": "off" }

{ "languagePreference": "en-US", "audioPreference": "on" }

{ "languagePreference": "zh-CN,zh-TW", "audioPreference": "on" }

Discussion for next meeting

Continue Updates on cmi5 JSON 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/

Clone this wiki locally