Moodle Plugins directory: Forum Keywords: Versions: v3.7.0 | Moodle.org

Forum Keywords
Forum Keywords v3.7.0
Code prechecks
Forum Keywords Report for Moodle
Usage
The Forum Keywords Report extract keywords from all posts in a Forum activity and generate a word cloud with a table listing the weights of each keyword. It is mainly developed for analysing Chinese but appeared to also work for English. The POS (part of speech) feature follow "ICTPOS3.0" specification (https://gist.github.com/luw2007/6016931) and only works for Chinese Words.
When a keyword in the word cloud is clicked, a new page will pop-up and search the occurrences of it in the forum using the native search feature provided by Moodle.
The keywords extraction make use of jieba-php (https://github.com/fukuball/jieba-php), a Chinese text segmentation module. A few stop words were added to the jieba-php/dict/stop_words.txt file, you can also feel free to add your own. The default dictionary file is dict.big.txt (hardcoded in index.php) and cannot be changed in the settings yet.
The word cloud display make use of d3-cloud (https://github.com/jasondavies/d3-cloud) and D3.js (http://d3js.org/).
Requirements
- Moodle 3.4+ (build 2017111300 or later), older versions may work but is not tested.
- Latest version of web browsers are recommended as most feature is rely on JavaScript.
Installation
Unzip and copy the forumkeywords folder into your /report directory and visit your Admin Notification page to complete the installation. It will appear in the Reports folder under Course Administration.
Author
Andy Chan ctchan.andy@gmail.com GitHub: https://github.com/ctchanandy/
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Version information
- Version build number
- 2019062806
- Version release name
- v3.7.0
- Can be updated from
- v3.6.3 (2019041801)
- Maturity
- Beta
- MD5 Sum
- 8a2fa7f12adf43beb1c8a9a218fc708a
- Supported software
- Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7
- Latest release for Moodle 3.4
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Reports
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myreport") in the "report" subdirectory.
- Visit http://yoursite.com/admin to finish the installation