Moodle Plugins directory: Wordcloud | Moodle.org
Wordcloud
Activities ::: mod_wordcloud
Maintained by e-Learning Team University of Vienna
With the wordcloud activity, it is possible to collect terms together with your course participants in a brainstorming process and to display them graphically in order of frequency. This can be used, for example, to capture a picture of the mood or to create a basis for a discussion.
Latest release:
393 sites
624 downloads
32 fans
Current versions available: 5
Wordcloud Activity
With the wordcloud activity, it is possible to collect terms together with your course participants in a brainstorming process and to display them graphically in order of frequency. This can be used, for example, to capture a picture of the mood or to create a basis for a discussion.
No support in the comments section on this page
Please note that we don't provide any support for this plugin in the comments section on this page anymore.
We appreciate your commendation and reviews for this plugin in the comments. For bug reports and support requests, please read the extensive information in the plugin's README file first and create, if needed, a ticket in the bug tracker which is linked below.
Thanks for your cooperation.
Examples
- Use the Wordcloud as an introduction to a new topic.
- Query the prior knowledge of your students.
- Get a mood picture on a topic.
Installation
- Copy the module code directly to the *moodleroot/mod/wordcloud* directory.
- Log into Moodle as administrator.
- Open the administration area (*http://your-moodle-site/admin*) to start the installation automatically.
Admin Settings
An administrator can adjust the instance wide refresh time for the wordcloud, which sets the interval on how often the client ask the server if there is a change to a specific wordcloud.
The font colors of the wordcloud are also adjustable in the settings.
The font colors of the wordcloud are also adjustable in the settings.
- Refresh time (wordcloud | refresh)
Auto refresh interval in seconds. - Textcolor 1 to 6 (wordcloud | fontcolor1 ... fontcolor6)
Textcolor for font size 1 to 6. Colors are set as hexcode.
Contributors
e-Learning Team University of Vienna (Lead maintainer)
Please login to view contributors details and/or to contact them
Source map error: Error: request failed with status 404
Resource URL: https://moodle.site/mod/wordcloud/js/html2canvas/html2canvas.js
Source Map URL: html2canvas.js.map
Uncaught TypeError: $.mod_wordcloud_add_word is not a function
onclick https://moodle.site/mod/wordcloud/view.php?id=124632:1
$.mod_wordcloud_add_word is not a function. (In '$.mod_wordcloud_add_word()', '$.mod_wordcloud_add_word' is undefined)
This occurs under our custom theme (as above) as well as under Boost, although the output is slightly different under Boost:
Source map error: Error: request failed with status 404
Resource URL: https://moodle.site/mod/wordcloud/js/html2canvas/html2canvas.js
Source Map URL: html2canvas.js.map
Uncaught TypeError: $ is undefined
onclick https://moodle.site/mod/wordcloud/view.php?id=124632:1
undefined is not an object (evaluating '$.mod_wordcloud_add_word')
We've double-checked, and the html2canvas.js file referenced is present on our server and accessible, so we're unsure what might be happening here. Please can I ask if you have any ideas about this, and how we might be able to debug or resolve this issue?
Thanks again.
Futher the html2canvas lib is used for the png exporter and not for the word commit logic. Maybe check if the addwordtowordcloud files (.js in src, .min.js and .min.js.map in build) are in the amd folder. Otherwise check if you run any javascript blocker and test a different browser.
If the problem still occurs please open up a github issue and i will look further into it.
I am happy to announce that the plugin was granted the Mobile app support award after passing the plugin review by the Moodle Mobile App team!
Is support planned for Moodle 4.5 (which recently entered code freeze)? The current version doesn't seem to work in it.