Skip to content

Instantly share code, notes, and snippets.

View arwhyte's full-sized avatar

Anthony Whyte arwhyte

  • University of Michigan School of Information (UMSI)
  • Jackson, MI
  • 23:19 (UTC -04:00)
  • X @arwhyte
View GitHub Profile
@arwhyte
arwhyte / caliper-event-basic_message_posted.json
Created December 20, 2016 19:08
Caliper MessageEvent sans learning context (i.e., minus optional Event properties).
{
"@context": "http://purl.imsglobal.org/ctx/caliper/v1p1",
"type": "MessageEvent",
"actor": {
"id": "https://example.edu/users/554433",
"type": "Person"
},
"action": "Posted",
"object": {
"id": "https://example.edu/sections/1/forums/2/topics/1/messages/2",
@arwhyte
arwhyte / caliper-event-message_posted.json
Created December 14, 2016 18:59
Example Caliper MessageEvent.
{
"@context": "http://purl.imsglobal.org/ctx/caliper/v1p1",
"type": "MessageEvent",
"actor": {
"id": "https://example.edu/users/554433",
"type": "Person"
},
"action": "Posted",
"object": {
"id": "https://example.edu/sections/1/forums/2/topics/1/messages/2",