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.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Is support planned for Moodle 4.5 (which recently entered code freeze)? The current version doesn't seem to work in 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!
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.
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.