SpeedBump Events
{
"@context": "http://purl.imsglobal.org/ctx/caliper/v1p2",
"id": "uuid",
"type": "ToolUseEvent",
"actor": {
"id": "uuid",
"name": "Jane Doe",
"role": "Admin"
},
"action": "Used",
"object": {
"id": "application-uuid",
"type": "SoftwareApplication"
},
"eventTime": "2019-11-15T10:15:00.000Z",
"generated": {
"id": "uuid",
"type": "AggregateMeasureCollection",
"items": [
{
"id": "uuid",
"type": "ANTI_PATTERN",
"metric": "CHEATING",
"startedAtTime": "2024-07-20T10:00:00Z",
"endedAtTime": "2024-07-20T11:00:00Z",
"reasoning": "Tracking time wasted during the module",
"dateCreated": "2024-07-20T10:00:00Z",
"dateModified": "2024-07-20T10:00:00Z"
}
]
},
"session": {
"id": "session-uuid",
"type": "SESSION"
},
"context": [
{
"type": "Session",
"id": "session-uuid"
},
{
"type": "Application",
"id": "application-uuid"
},
{
"type": "Enrollment",
"id": "enrollment-uuid"
}
]
}Last updated