Having spent a fair amount of time recently tinkering with Mother Blogs it became apparent that another challenge we face is the ability to provide any sort of meaningful analysis of the data we are collecting. We have plenty of course content from students for grading and assessment but it's locked in stubborn wordpress databases accessable only through generic and clunky interfaces not designed to do what we're asking.
So I took a stab at unlocking that data for David Croteau's Sociology course here at VCU. Two seperate implementations below:
Sorting by author is now possible as shown here:
Some things to note. First we count all blog posts on the mother blog, then we count our results based on author and or keyword search. Finally we do a quick calculation to get the percentage of our results from the entire activity across all of our student's blogs.
When searching per student this is a quick and easy way of getting a count of their contributions and how they relate to the rest of the group in terms of productivity. Links to each post provide easy access to the full content allowing for proper assessment or further engagement.
We can also search by keyword.
When searching by keyword our analytics are the same but can provide some very different and very valuable insights. We see here that of the 184 blog posts we have 5 that contain the word "confederate". This is very likely due to the prominence of the subject in the news recently and VCU's location in particular.
First I aggregated all the posts and comments from David's students into this one site. Then I added Benson and WP-API. Benson is a utility plugin I built at VCUarts to create an Angular controller and add a JSON feed into $scope making Angular templates in wordpress a piece of cake. Finally I started Benson Stats yesterday which aims to provide canned analytics such as this via shortcode. More cans coming soon :)
So while this is a series of plugins taped together to provide somewhat complex functionality the workflow itself isn't actually that complex.
To implement this on your own site you can do the following:
This was all created as way to understand the data on our Mother Blogs better but it doesn't need stop there. This could provide meaningful data of a personal blog or even serve as a way to find duplicate content and site creep on a large install.
Lots more cans coming soon, so much data to sort!