Engagement analytics
Maintained by
Adam Olley, Ashley Holman
The Engagement Analytics block provides information about student progress against a range of indicators. As the name suggests the block provides feedback on the level of "engagement" of a student, in this plugin "engagement" refers to activities which have been identified by current research to have an impact on student success in an online course.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
add_to_log() has been deprecated, please rewrite your code to the new events API
line 50 of /lib/deprecatedlib.php: call to debugging()
line 56 of /report/engagement/index.php: call to add_to_log()
Warning: require_once(/var/www/moodle/lib/pluginlib.php): failed to open stream: No such file or directory in /var/www/moodle/mod/engagement/indicator/rendererbase.php on line 27
Fatal error: require_once(): Failed opening required '/var/www/moodle/lib/pluginlib.php' (include_path='/var/www/moodle/lib/zend:/var/www/moodle/lib/pear:.:/usr/share/php:/usr/share/pear') in /var/www/moodle/mod/engagement/indicator/rendererbase.php on line 27
Thanks,
Gary
Cheers,
Steph
It's worth noting that on M2.7, the login indicator currently won't report logins correctly. it was based on data from the old logging table. I'm working on a updated version for M2.7 to address this.
The "logins" are based on the user having viewed or done something in the course when the last thing they did in that course was over the session_length setting.
So short answer: Yes, based on the course, not the site.
Probably a really straightforward answer on this one but I want to make sure I provide the correct one to the academics. The Logins are based upon logins on the course rather than to the whole Moodle site, correct?
Cheers,
Steph
The error I get at debugging is:
Capability "report/engagement:manage" was not found! This has to be fixed in code.
and
Capability "report/engagement:view" was not found! This has to be fixed in code.
Anyone could point to relevant discussions/solutions?
I just pushed up an updated version for M2.6/2.7 after testing revealed some bugs there. From my testing it works in 2.7; as always, be sure to try it out on a test environment first though.
I always have debug cranked up. Changes were made between the 2.5 and 2.6/2.7 version to handle the way the sub-plugins are handled.
If you're setting an error, could you report on https://github.com/netspotau/moodle-report_engagement/issues with where, what version of the plugin and the version of moodle you tried it on?
Cheers.