ABCDEFGHIJKLMNOPQRSTUVWXYZAAABAC
1
ScopeRequired (True if checked)Analytics question you want to answerSource SystemDimensions on which you want to filter or slice the dataData sources, if knownNotes
2
Tennant/Organization
3
EnrollmentsInsightsTime, Education level, Geography, and other Demographics: gender, age, etc.LMS django models, enrollment events
4
CourseAre my learners engaged?InsightsDocsLMS Django Models, Tracking logs
5
How are my users using our videos?InsightsTracking logs
6
At what rate are learners completing course content?Insights
7
Are my learners completing courses?Insights
8
What are learner grades in the course to date?Insights
9
User ActivityHow much forum activity is there?Student, course run, forum interaction (thread created, response submitted, etc.)forum db
10
User ActivityGeneral user activityuser, course, activity type (login, logout, video, forum, profile, course navigation, etc.)tracking logs
11
EnrollmentCertificate statususer, courseLMS django models
12
Tennant/OrganizationHow many courses are active, finished or enrollment is open?organization, date, paceLMS django models
13
Global/Installation WideHow many users are in the platform?join date, last access dateLMS django models
14
Global/Installation WideMonthly Active UsersFiguresIf running a multi-tenants instance, slice by tenantLMS Django modelshttps://github.com/appsembler/figures/blob/develop/maple/figures/models.py#L33
15
Global/Installation WideThe number of new users for a given time periodFiguresLMS Django models
16
Global/Installation WideThe number of new enrollments for a given time periodFiguresLMS Django models
17
Global/Installation WideThe number of courses for a given time periodFiguresLMS Django models
18
CourseMonthly Active UsersFiguresLMS Django modelsCurrently looks at grades as a measure of progress
19
CourseProgressFigures
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