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