Newer
Older
{
"actor": {
"name": "Test user_name",
"account": {
"homePage": "http:\/\/www.example.com\/user_url",
"name": "1"
}
},
"context": {
"platform": "Moodle",
"language": "en",
"extensions": {
"http:\/\/www.example.com\/context_ext_key": {
"test_context_ext_key": "test_context_ext_value"
},
"http:\/\/lrs.learninglocker.net\/define\/extensions\/info": {
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
}
},
"contextActivities": {
"grouping": [
{
"id": "http:\/\/www.example.com\/app_url",
"definition": {
"type": "http:\/\/id.tincanapi.com\/activitytype\/site",
"name": {
"en": "Test app_name"
},
"description": {
"en": "Test app_description"
},
"extensions": {
"http:\/\/www.example.com\/app_ext_key": {
"test_app_ext_key": "test_app_ext_value"
}
}
}
},
{
"id": "http:\/\/www.example.com\/course_url",
"definition": {
"type": "http:\/\/lrs.learninglocker.net\/define\/type\/moodle\/course",
"name": {
"en": "Test course_name"
},
"description": {
"en": "Test course_description"
},
"extensions": {
"http:\/\/www.example.com\/course_ext_key": {
"test_course_ext_key": "test_course_ext_value"
}
}
}
},
{
"id": "http:\/\/www.example.com\/attempt_url",
"definition": {
"type": "http:\/\/lrs.learninglocker.net\/define\/type\/moodle\/attempt",
"name": {
"en": "Test attempt_name"
},
"extensions": {
"http:\/\/www.example.com\/attempt_ext_key": {
"test_attempt_ext_key": "test_attempt_ext_value"
}
}
}
}
],
"category": [
{
"id": "http:\/\/www.example.com\/source_url",
"definition": {
"type": "http:\/\/id.tincanapi.com\/activitytype\/source",
"name": {
"en": "Test source_name"
},
"description": {
"en": "Test source_description"
}
}
}
]
}
},
"timestamp": "2015-01-01T01:00Z",
"verb": {
"id": "http:\/\/adlnet.gov\/expapi\/verbs\/completed",
"display": {
"en": "completed"
}
},
"result": {
"score": {
"raw": 1,
"min": 0,
"max": 5,
"scaled": 0.2
},
"completion": true,
"duration": "P01DT",
"success": false
},
"object": {
"id": "http:\/\/www.example.com\/module_url",
"definition": {
"type": "http:\/\/lrs.learninglocker.net\/define\/type\/moodle\/module",
"name": {
"en": "Test module_name"
},
"description": {
"en": "Test module_description"
}
}
}
}