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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
}
},
"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"
}
],
"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\/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"
}
}
}
}
]
}
},
"timestamp": "2015-01-01T01:00Z",
"verb": {
"id": "http:\/\/adlnet.gov\/expapi\/verbs\/answered",
"display": {
"en": "answered"
}
},
"result": {
"score": {
"raw": 1,
"min": 0,
"max": 5,
"scaled": 0.2
},
"completion": true,
"response": "test response",
"success": false
},
"object": {
"id": "http:\/\/www.example.com\/question_url",
"definition": {
"type": "http:\/\/adlnet.gov\/expapi\/activities\/cmi.interaction",
"name": {
"en": "Test question_name"
},
"description": {
"en": "Test question_description"
},
"extensions": {
"http:\/\/www.example.com\/question_ext_key": {
"test_question_ext_key": "test_question_ext_value"
}
},
"interactionType": "choice",
"correctResponsesPattern": [
"[9,10]"
],
"choices": [
{
"id": "8",
"description": {
"en": "test incorrect choice"
}
},
{
"id": "9",
"description": {
"en": "test correct choice 1"
}
},
{
"id": "10",
"description": {
"en": "test correct choice 2"
}
}
]
}
}
}