Skip to content

Instantly share code, notes, and snippets.

@danlopez
Last active August 29, 2015 14:02
Show Gist options
  • Save danlopez/bbe4453115564e319853 to your computer and use it in GitHub Desktop.
Save danlopez/bbe4453115564e319853 to your computer and use it in GitHub Desktop.
Sample TinCan Statement (Dan completed ApprenNet Exercise ID asdf1234, took a bit over an hour...)
{
"actor": {
"name": "Dan",
"mbox": "dan@example.com"
},
"verb": {
"id": "http://adlnet.gov/expapi/verbs/completed",
"display": {"en-US": "completed"}
},
"object": {
"id": "http://apprennet.com/meets/asdf1234fsad1240",
"definition": {
"type": "exercise",
"name": { "en-US": "Learn to Pipette" },
}
},
"result": {
"completion": true,
"success": true,
"duration": "PT1H5M2S" // 1 hours 5 minutes 2 seconds
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment