<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Moodle Plugins directory: Wordcloud: Comments</title>
    <link>https://moodle.org</link>
    <description>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.</description>
    <generator>Moodle</generator>
    <language>en</language>
    <copyright>(c) 2026 Moodle - Open-source learning platform | Moodle.org</copyright>
    <image>
      <url>https://moodle.org/theme/image.php/moodleorg/core/1776241734/i/rsssitelogo</url>
      <title>moodle</title>
      <link>https://moodle.org</link>
      <width>140</width>
      <height>35</height>
    </image>
    <item>
      <title>Wednesday, 28 August 2024, 5:12 AM - James Calder</title>
      <link>https://moodle.org/plugins/mod_wordcloud#comment-84613</link>
      <pubDate>Tue, 27 Aug 2024 21:12:27 GMT</pubDate>
      <description>by James Calder. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi,&lt;br&gt;
Is support planned for Moodle 4.5 (which recently entered code freeze)?  The current version doesn't seem to work in it.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_wordcloud#comment-84613</guid>
    </item>
    <item>
      <title>Thursday, 2 June 2022, 1:39 AM - David Mudrák</title>
      <link>https://moodle.org/plugins/mod_wordcloud#comment-75698</link>
      <pubDate>Wed, 01 Jun 2022 17:39:28 GMT</pubDate>
      <description>by David Mudrák. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;p&gt;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!&lt;/p&gt;
&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_wordcloud#comment-75698</guid>
    </item>
    <item>
      <title>Tuesday, 24 August 2021, 5:40 PM - Adrian Czermak</title>
      <link>https://moodle.org/plugins/mod_wordcloud#comment-72356</link>
      <pubDate>Tue, 24 Aug 2021 09:40:51 GMT</pubDate>
      <description>by Adrian Czermak. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi, i've tested it on our 3.11.2 system and it works with our theme and the standard boost theme. Is it your first time using this plugin?&lt;br&gt;
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.&lt;br&gt;
If the problem still occurs please open up a github issue and i will look further into it.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_wordcloud#comment-72356</guid>
    </item>
    <item>
      <title>Tuesday, 24 August 2021, 3:04 PM - Roland Sherwood</title>
      <link>https://moodle.org/plugins/mod_wordcloud#comment-72353</link>
      <pubDate>Tue, 24 Aug 2021 07:04:46 GMT</pubDate>
      <description>by Roland Sherwood. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Many thanks for developing and sharing this plugin! Unfortunately, under Moodle 3.11.2 we've encountered an issue where attempting to submit a word doesn't function. Output from the browser console reports:&lt;br&gt;
&lt;br&gt;
Source map error: Error: request failed with status 404&lt;br&gt;
Resource URL: &lt;a href=&quot;https://moodle.site/mod/wordcloud/js/html2canvas/html2canvas.js&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://moodle.site/mod/wordcloud/js/html2canvas/html2canvas.js&lt;/a&gt;&lt;br&gt;
Source Map URL: html2canvas.js.map&lt;br&gt;
Uncaught TypeError: $.mod_wordcloud_add_word is not a function&lt;br&gt;
onclick &lt;a href=&quot;https://moodle.site/mod/wordcloud/view.php?id=124632:1&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://moodle.site/mod/wordcloud/view.php?id=124632:1&lt;/a&gt;&lt;br&gt;
$.mod_wordcloud_add_word is not a function. (In '$.mod_wordcloud_add_word()', '$.mod_wordcloud_add_word' is undefined)&lt;br&gt;
&lt;br&gt;
This occurs under our custom theme (as above) as well as under Boost, although the output is slightly different under Boost:&lt;br&gt;
&lt;br&gt;
Source map error: Error: request failed with status 404&lt;br&gt;
Resource URL: &lt;a href=&quot;https://moodle.site/mod/wordcloud/js/html2canvas/html2canvas.js&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://moodle.site/mod/wordcloud/js/html2canvas/html2canvas.js&lt;/a&gt;&lt;br&gt;
Source Map URL: html2canvas.js.map&lt;br&gt;
Uncaught TypeError: $ is undefined&lt;br&gt;
onclick &lt;a href=&quot;https://moodle.site/mod/wordcloud/view.php?id=124632:1&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://moodle.site/mod/wordcloud/view.php?id=124632:1&lt;/a&gt;&lt;br&gt;
undefined is not an object (evaluating '$.mod_wordcloud_add_word')&lt;br&gt;
&lt;br&gt;
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?&lt;br&gt;
&lt;br&gt;
Thanks again.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_wordcloud#comment-72353</guid>
    </item>
    <item>
      <title>Thursday, 8 July 2021, 4:54 PM - Thomas Wedekind</title>
      <link>https://moodle.org/plugins/mod_wordcloud#comment-71665</link>
      <pubDate>Thu, 08 Jul 2021 08:54:04 GMT</pubDate>
      <description>by Thomas Wedekind. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi, there is a 3.10-Version on the official github page. For older version please try to change the &quot;required&quot;-Version in the version.php and check out if it works. It should probably work with older versions as well, but we haven't tested it.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_wordcloud#comment-71665</guid>
    </item>
    <item>
      <title>Thursday, 8 July 2021, 4:47 PM - Anrich Potgieter</title>
      <link>https://moodle.org/plugins/mod_wordcloud#comment-71664</link>
      <pubDate>Thu, 08 Jul 2021 08:47:36 GMT</pubDate>
      <description>by Anrich Potgieter. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Good Day; thank you for this plugin; we have been looking for something like this for some time. Would it be possible to make this backwards compatible with older versions of Moodle?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_wordcloud#comment-71664</guid>
    </item>
    <item>
      <title>Wednesday, 2 June 2021, 7:30 PM - Plugins bot</title>
      <link>https://moodle.org/plugins/mod_wordcloud#comment-71158</link>
      <pubDate>Wed, 02 Jun 2021 11:30:22 GMT</pubDate>
      <description>by Plugins bot. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Approval issue created: &lt;a title=&quot;Auto-link to Moodle Tracker&quot; href=&quot;https://moodle.atlassian.net/browse/CONTRIB-8564&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;CONTRIB-8564&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_wordcloud#comment-71158</guid>
    </item>
  </channel>
</rss>