I am currently using moodle as my LMS, migrating to blackboard shortly. I am currently trying to find an approach to track forum activity using an LRS anyone have any deas ?
Asked
Active
Viewed 149 times
1 Answers
1
Tracking forum usage in an LMS will require some code in the LMS to track data back to the LRS.
I'm not familiar with Blackboard customisation myself, but for Moodle you can develop a 'Log' type plugin that hooks into Moodle Events triggered by the forum module and issues Tin Can statements.
There are code libraries that make is very easy to send the statements. You may also find this example Moodle code helpful.
As you're moving to Blackboard, I suggest this is a good question to ask your contact at Blackboard about.

Andrew Downes
- 1,068
- 8
- 20
-
Thanks for the quick reply. Thanks for the info, as I feared moodle and blackboard customizations. Time to figure out how to create the wheel :P – Stephen Apr 07 '15 at 10:27
-
Please keep me updated with your progress andrew.downes@tincanapi.com – Andrew Downes Apr 07 '15 at 10:38