changes to learning analytics message format.
This commit is contained in:
@ -796,9 +796,12 @@ $(function() {
|
||||
|
||||
var payload = {
|
||||
user: {
|
||||
resource_uuid: $('#editor').data('user-id')
|
||||
type: 'User',
|
||||
uuid: $('#editor').data('user-id')
|
||||
},
|
||||
verb: {
|
||||
type: eventName
|
||||
},
|
||||
verb: eventName,
|
||||
resource: {},
|
||||
timestamp: new Date().toISOString(),
|
||||
with_result: {},
|
||||
|
Reference in New Issue
Block a user