Advertisement
uopspop

Untitled

Feb 3rd, 2021
973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.36 KB | None | 0 0
  1. {
  2.   "sensor": "https://example.edu/sensors/1",
  3.   "sendTime": "2018-11-15T11:05:01.000Z",
  4.   "dataVersion": "http://purl.imsglobal.org/ctx/caliper/v1p1",
  5.   "data": [{
  6.     "@context": "http://purl.imsglobal.org/ctx/caliper/v1p1",
  7.     "id": "urn:uuid:7e10e4f3-a0d8-4430-95bd-783ffae4d916",
  8.     "type": "ToolUseEvent",
  9.     "actor": {
  10.       "id": "https://example.edu/users/554433",
  11.       "type": "Person"
  12.     },
  13.     "action": "Used",
  14.     "object": {
  15.       "id": "https://example.edu",
  16.       "type": "SoftwareApplication"
  17.     },
  18.     "eventTime": "2018-11-15T10:15:00.000Z",
  19.     "edApp": "https://example.edu",
  20.     "group": {
  21.       "id": "https://example.edu/terms/201801/courses/7/sections/1",
  22.       "type": "CourseSection",
  23.       "courseNumber": "CPS 435-01",
  24.       "academicSession": "Fall 2018"
  25.     },
  26.     "membership": {
  27.       "id": "https://example.edu/terms/201801/courses/7/sections/1/rosters/1",
  28.       "type": "Membership",
  29.       "member": "https://example.edu/users/554433",
  30.       "organization": "https://example.edu/terms/201801/courses/7/sections/1",
  31.       "roles": ["Learner"],
  32.       "status": "Active",
  33.       "dateCreated": "2018-08-01T06:00:00.000Z"
  34.     },
  35.     "session": {
  36.       "id": "https://example.edu/sessions/1f6442a482de72ea6ad134943812bff564a76259",
  37.       "type": "Session",
  38.       "startedAtTime": "2018-11-15T10:00:00.000Z"
  39.     }
  40.   }]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement