forked from jlowe64/Moodle-xAPI-Translator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModuleViewed.json
137 lines (137 loc) · 4.46 KB
/
ModuleViewed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
{
"user_id": "2",
"user_url": "http:\/\/localhost\/moodle",
"user_name": "testuser",
"context_lang": "",
"context_platform": "Moodle",
"context_info": {
"https://moodle.org/": "1.0.0",
"https://github.com/LearningLocker/Moodle-Log-Expander": "1.0.0",
"https://github.com/LearningLocker/Moodle-xAPI-Translator": "1.0.0"
},
"context_ext": {
"eventname": "\\mod_page\\event\\course_module_viewed",
"component": "mod_page",
"action": "viewed",
"target": "course_module",
"objecttable": "page",
"objectid": "1",
"crud": "r",
"edulevel": 2,
"contextid": 30,
"contextlevel": 70,
"contextinstanceid": "2",
"userid": "2",
"courseid": "2",
"relateduserid": null,
"anonymous": 0,
"other": "N;",
"timecreated": 1434624750,
"origin": "web",
"ip": "127.0.0.1",
"realuserid": null
},
"context_ext_key": "http:\/\/lrs.learninglocker.net\/define\/extensions\/moodle_logstore_standard_log",
"time": "2015-06-18T11:52:30+01:00",
"recipe": "module_viewed",
"course_url": "http:\/\/localhost\/moodle\/course.php?id=2",
"course_name": "My Test Course 1",
"course_description": "<p>A test course.<\/p>",
"course_type": "mod_course",
"course_ext": {
"id": "2",
"category": "1",
"sortorder": "10002",
"fullname": "My Test Course 1",
"shortname": "MTC1",
"idnumber": "MTC1",
"summary": "<p>A test course.<\/p>",
"summaryformat": "1",
"format": "weeks",
"showgrades": "1",
"newsitems": "5",
"startdate": "1433890800",
"marker": "0",
"maxbytes": "0",
"legacyfiles": "0",
"showreports": "0",
"visible": "1",
"visibleold": "1",
"groupmode": "0",
"groupmodeforce": "0",
"defaultgroupingid": "0",
"lang": "",
"calendartype": "",
"theme": "",
"timecreated": "1433844784",
"timemodified": "1433844784",
"requested": "0",
"enablecompletion": "0",
"completionnotify": "0",
"cacherev": "1434624170",
"url": "http:\/\/localhost\/moodle\/course.php?id=2",
"type": "mod_course"
},
"course_ext_key": "http:\/\/lrs.learninglocker.net\/define\/extensions\/moodle_course",
"module_url": "http:\/\/localhost\/moodle\/mod\/page\/view.php?id=2",
"module_name": "My Test Page",
"module_description": "<p>sdfsdfdfsdf<\/p>",
"module_type": "mod_page",
"module_ext": {
"id": "1",
"course": "2",
"name": "My Test Page",
"intro": "<p>sdfsdfdfsdf<\/p>",
"introformat": "1",
"content": "This is a crazy awesome page.",
"contentformat": "1",
"legacyfiles": "0",
"legacyfileslast": null,
"display": "5",
"displayoptions": "a:2:{s:12:\"printheading\";s:1:\"1\";s:10:\"printintro\";s:1:\"0\";}",
"revision": "1",
"timemodified": "1433859089",
"url": "http:\/\/localhost\/moodle\/mod\/page\/view.php?id=2",
"type": "mod_page"
},
"module_ext_key": "http:\/\/lrs.learninglocker.net\/define\/extensions\/moodle_module",
"app_url": "http:\/\/localhost\/moodle\/course.php?id=1",
"app_name": "My Test Site",
"app_description": "<p>A test site.<\/p>",
"app_type": "mod_course",
"app_ext": {
"id": "1",
"category": "0",
"sortorder": "10002",
"fullname": "My Test Site",
"shortname": "MTC1",
"idnumber": "MTC1",
"summary": "<p>A test site.<\/p>",
"summaryformat": "1",
"format": "weeks",
"showgrades": "1",
"newsitems": "5",
"startdate": "1433890800",
"marker": "0",
"maxbytes": "0",
"legacyfiles": "0",
"showreports": "0",
"visible": "1",
"visibleold": "1",
"groupmode": "0",
"groupmodeforce": "0",
"defaultgroupingid": "0",
"lang": "",
"calendartype": "",
"theme": "",
"timecreated": "1433844784",
"timemodified": "1433844784",
"requested": "0",
"enablecompletion": "0",
"completionnotify": "0",
"cacherev": "1434624170",
"url": "http:\/\/localhost\/moodle\/course.php?id=1",
"type": "mod_course"
},
"app_ext_key": "http:\/\/lrs.learninglocker.net\/define\/extensions\/moodle_course"
}