Newer
Older
{
"actor": {
"objectType": "Agent",
"name": "Test graded_user_name",
"account": {
"homePage": "http:\/\/www.example.com\/graded_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": {
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
}
},
"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"
}
}
}
}
],
"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"
}
}
}
],
"parent": [
{
"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"
}
}
}
}
]
},
"instructor": {
"name": "Test user_name",
"account": {
"homePage": "http:\/\/www.example.com\/user_url",
"name": "1"
}
}
},
"timestamp": "2015-01-01T01:00Z",
"verb": {
"id": "http:\/\/adlnet.gov\/expapi\/verbs\/scored",
"display": {
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
118
}
},
"result": {
"score": {
"raw": 47,
"min": 0,
"max": 100,
"scaled": 0.47
},
"completion": true,
"response": "test comment from instructor",
"success": true
},
"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"
},
"extensions": {
"http:\/\/www.example.com\/module_ext_key": {
"test_module_ext_key": "test_module_ext_value"
}
}
}
}
}