The Time Spent Learning plugin tracks the presence of Learners in courses and activities. The data tracked through this plugin provides useful analytics on actual time spent learning in courses and activities—ideally suited to track staff hours and budgeting.
The Time Spent Learning Plugin is the core plugin for the Time Spent Learning set - this plugin enables and deploys the time tracking service, allowing the other plugins to gather the necessary data. To configure this plugin, complete the following steps after having installed it:
- As an Administrator, navigate to Site Administration > Plugins > Local Plugins, and select Lambda Time Spent Learning.
Click the Start Import button to begin automatically importing historical data to the plugin. You can monitor the import through the progress bar (it could take up to several hours).
Do not close the window or browser during the import process. You cannot restart the import process once it has begun.
The following table lists the Tables and Fields populated through the Time Spent Learning plugin. When designing a Domain or View, pull these Tables/Fields in to include Time Spent data:
Table | Field | Description |
---|---|---|
local_ld_lastactivity | "id" | Time Spent data collected for the last activity that user has performed. |
"userid" | ||
"lastaccess" | ||
"courseid" | ||
"coursemoduleid" | ||
local_ld_course | "id" | Total time spent within a course. |
"userid" | ||
"courseid" | ||
"totaldedication" | ||
local_ld_course_day | "id" | Time spent on a course at day level. |
"ldcourseid" | ||
"daytime" | ||
"day" | ||
"dedication" | ||
local_ld_module | "id" | Time spent on an activity. |
"ldcourseid" | ||
"coursemoduleid" | ||
"totaldedication" | ||
local_ld_module_day | "id" | Time spent on an activity at day level. |
"ldmoduleid" | ||
"daytime" | ||
"day" | ||
"dedication" |
0 Comments