CMI 5 Working Group Meeting Minutes – January 11th - AICC/CMI-5_Spec_Current GitHub Wiki

CMI 5 Working Group Meeting Minutes – January 11th

Attendees

  • Bill McDonald (Working Group Leader)
  • Andy Johnson (ADL)
  • Mark Grant (Independent)
  • Trey Hayden (ADL)
  • Paul Miller (LSI)
  • Henry Ryng (InXSOL)
  • Christopher Thompson
  • Florian Tolk (ADL)
  • Art Werkenthin (RISC, Inc)

Notes


cmi5 AU Narrative and JS Library

The group discussed the presentation format for the AU narrative and the addition of a step-by-step document with cut-and-paste code snippets for implementation. Along the lines of this discussion, the group determined that it would be a good idea to start on developing a cmi5 client (AU) JavaScript library. This would be used in the AU narrative and would also serve as valuable tool for cmi5 adoption in general.

The group agreed to start with the cmi5 AU simulator created by Art Werkenthin and to create a new (Apache 2) Open Source Git repo to begin the effort. This will be discussed more in the next meeting.


cmi5 Actor/Account Definition

The group reviewed the proposed best practice for "actor" in cmi5 statements and made the following changes for the account object:

  • "homePage": Should be a URL that identifies the LMS system where the account resides
  • "name": Should be a stable, unique, identifier for the learner that is defined within the LMS system. If there are security concerns, it is not recommended to use the actual login name

"actor": {

`"objectType": "Agent",`

`"name": "John Q. Learner",`

`"account": {`

  `"homePage": "http://nottakenexampleLMS.org/login",`

  `"name": "user1234"`

`}`

}


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** ⚠️