changes to learning analytics message format.

This commit is contained in:
Ralf Teusner
2016-04-15 16:40:47 +02:00
parent e73b5389fd
commit 8df22b44ac

View File

@ -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: {},