Forum Graph

Reports ::: report_forumgraph
Maintained by Andy Chan
The Forum Graph Report analyse interactions in a single Forum activity and create a force-directed graph using the D3.js Javascript library.

Forum Graph Testesd on Moodle 3.5.3

Moodle 3.1, 3.2, 3.3, 3.4, 3.5
Released: пятніца, 12 жніўня 2016, 4:59 PM
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 3.1.1 as of mid-August 2016.

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, but the graph itself is a HTML tag in the source code so it is possible to save it using some brower extensions or bookmarklets.

===CREDITS===
Developer: Andy Chan , Programmer, CITE, HKU (http://www.cite.hku.hk)

=LINKS=
D3.js http://d3js.org/ (Library released under BSD license)
Force Layout https://github.com/mbostock/d3/wiki/Force-Layout

Version information

Version build number
2016081200
Version release name
Testesd on Moodle 3.5.3
Maturity
Beta
MD5 Sum
39fbcfc46c9de158da130a20aa6474f3
Supported software
Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5
  • Latest release for Moodle 3.1
  • Latest release for Moodle 3.2
  • Latest release for Moodle 3.3
  • Latest release for Moodle 3.4
  • Latest release for Moodle 3.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
https://github.com/ctchanandy/moodle-report_forumgraph/tree/Moodle-3.1

Default installation instructions for plugins of the type Reports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myreport") in the "report" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation