forked from ctchanandy/moodle-report_forumgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
getsmarter/moodle-report_forumgraph
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Forum Graph Report for Moodle ------------------------------------- ===ABOUT=== The Forum Graph Report analyse interactions in a single Forum activity and create a force-directed graph with the following features: - Each node is a single user (node size depends on the no. of posts by the user). - Each edge represent the interaction between 2 users (i.e. a user replied to another user post). Thickness indicating the no. of replies and arrow indicating who was repling. - Force layout with draggable node. - Two different node colours for teachers and students. - Button to toggle the display of node label (user full name). - Tooltip showing user full name, no. of discussions and no. of replies when rollovering node. - Click on a node and a new window will popup showing the log (report_log in core Moodle) of the user posting/replying activities in the forum. - A table summarising the total no. of discussions and replies in the forum, as well as the top three user who post the most. ===REMARKS=== The implementation of this report is in its early stage and it may have problems when it is installed in your Moodle. It was tested in Moodle 2.6 as of Feb 2014. One known problem is that courses not in any course categories cannot be selected now. Also it may not work on large forum with lots of posts. Export graph as image/document is not supported now. ===CREDITS=== Andy Chan <[email protected]>, Programmer, CITE (http://www.cite.hku.hk) =LINKS= D3.js http://d3js.org/ Force Layout https://github.com/mbostock/d3/wiki/Force-Layout
About
The Forum Graph Report analyse interactions in a single Forum activity and create a force-directed graph.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 77.9%
- JavaScript 20.4%
- CSS 1.7%