<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Moodle Plugins directory: question: Comments</title>
    <link>https://moodle.org</link>
    <description>Creates a button visible to teachers that inserts a text link, question number and display mode into Moodle editable text with delimiter tags which will be picked up by moodle_filter_simplequestion.</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/1777401252/i/rsssitelogo</url>
      <title>moodle</title>
      <link>https://moodle.org</link>
      <width>140</width>
      <height>35</height>
    </image>
    <item>
      <title>Friday, 25 January 2019, 12:25 PM - Richard Jones</title>
      <link>https://moodle.org/plugins/atto_question#comment-55354</link>
      <pubDate>Fri, 25 Jan 2019 04:25:29 GMT</pubDate>
      <description>by Richard Jones. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi Jean-Marc.  OK, many thanks,  I will check that.  As far as I remember the settings.php is the only place those are defined. &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/atto_question#comment-55354</guid>
    </item>
    <item>
      <title>Thursday, 24 January 2019, 5:46 PM - Jean-Marc Doucet</title>
      <link>https://moodle.org/plugins/atto_question#comment-55323</link>
      <pubDate>Thu, 24 Jan 2019 09:46:05 GMT</pubDate>
      <description>by Jean-Marc Doucet. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi Richard,&lt;br&gt;
I receved this warning with a debug message after a upgrade of my moodle site.&lt;br&gt;
&lt;br&gt;
Notice: Constant START_TAG already defined in /home/my_moodle/filter/simplequestion/settings.php on line 31&lt;br&gt;
Notice: Constant END_TAG already defined in /home/my_moodle/filter/simplequestion/settings.php on line 32&lt;br&gt;
Notice: Constant LINKTEXTLIMIT already defined in /home/my_moodle/filter/simplequestion/settings.php on line 33&lt;br&gt;
Notice: Constant KEY already defined in /home/my_moodle/filter/simplequestion/settings.php on line 34&lt;br&gt;
Notice: Constant HEIGHT already defined in /home/my_moodle/filter/simplequestion/settings.php on line 35&lt;br&gt;
Notice: Constant WIDTH already defined in /home/my_moodle/filter/simplequestion/settings.php on line 36&lt;br&gt;
&lt;br&gt;
Maybe it is usefull for you &lt;img class=&quot;icon emoticon&quot; alt=&quot;wink&quot; title=&quot;wink&quot; src=&quot;https://moodle.org/theme/image.php/moodleorg/core/1777401252/s/wink&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/atto_question#comment-55323</guid>
    </item>
    <item>
      <title>Tuesday, 27 March 2018, 11:29 AM - Richard Jones</title>
      <link>https://moodle.org/plugins/atto_question#comment-49248</link>
      <pubDate>Tue, 27 Mar 2018 03:29:51 GMT</pubDate>
      <description>by Richard Jones. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;So the registration process includes a call to find the editor preferences it seems.  The atto question button has a check to see if the user is permitted to use that button.  If the user is in the process of authentication they won't be logged on yet.  As long as the editor button is working for them as expected when they are logged on I can fix that.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/atto_question#comment-49248</guid>
    </item>
    <item>
      <title>Tuesday, 27 March 2018, 10:20 AM - Richard Jones</title>
      <link>https://moodle.org/plugins/atto_question#comment-49247</link>
      <pubDate>Tue, 27 Mar 2018 02:20:35 GMT</pubDate>
      <description>by Richard Jones. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi Polaris.  That's weird but I will take a look and see if I can reproduce that.  I assume that it doesn't prevent any user registration or use of Atto editor?&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/atto_question#comment-49247</guid>
    </item>
    <item>
      <title>Saturday, 24 March 2018, 8:11 PM - Carpe Diem</title>
      <link>https://moodle.org/plugins/atto_question#comment-49206</link>
      <pubDate>Sat, 24 Mar 2018 12:11:43 GMT</pubDate>
      <description>by Carpe Diem. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Thanks for good plugin.&lt;br&gt;
I got a problem.&lt;br&gt;
When applying 'question' plugin to atto toolbar config, I get an error when registering new e-mail user as below.&lt;br&gt;
(moodle.3.4.2 php7.0  centos7 mariadb10.1&lt;br&gt;
--------------------------------------------------------&lt;br&gt;
Debug info: SELECT id FROM {user} WHERE id = ? AND deleted = ?&lt;br&gt;
[array (&lt;br&gt;
 0 =&amp;gt; 0,&lt;br&gt;
 1 =&amp;gt; 0,&lt;br&gt;
)]&lt;br&gt;
Error code: invaliduser &lt;br&gt;
&lt;br&gt;
Stack trace: •line 1546 of /lib/dml/moodle_database.php: dml_missing_record_exception thrown&lt;br&gt;
•line 1522 of /lib/dml/moodle_database.php: call to moodle_database-&amp;gt;get_record_select()&lt;br&gt;
•line 6015 of /lib/accesslib.php: call to moodle_database-&amp;gt;get_record()&lt;br&gt;
•line 59 of /lib/editor/atto/plugins/question/lib.php: call to context_user::instance()&lt;br&gt;
•line 7678 of /lib/moodlelib.php: call to atto_question_params_for_js()&lt;br&gt;
•line 131 of /lib/editor/atto/lib.php: call to component_callback()&lt;br&gt;
•line 406 of /lib/form/editor.php: call to atto_texteditor-&amp;gt;use_editor()&lt;br&gt;
•line 192 of /lib/pear/HTML/QuickForm/Renderer/Tableless.php: call to MoodleQuickForm_editor-&amp;gt;toHtml()&lt;br&gt;
•line 3061 of /lib/formslib.php: call to HTML_QuickForm_Renderer_Tableless-&amp;gt;renderElement()&lt;br&gt;
•line 418 of /lib/pear/HTML/QuickForm/element.php: call to MoodleQuickForm_Renderer-&amp;gt;renderElement()&lt;br&gt;
•line 1643 of /lib/pear/HTML/QuickForm.php: call to HTML_QuickForm_element-&amp;gt;accept()&lt;br&gt;
•line 1802 of /lib/formslib.php: call to HTML_QuickForm-&amp;gt;accept()&lt;br&gt;
•line 1686 of /lib/pear/HTML/QuickForm.php: call to MoodleQuickForm-&amp;gt;accept()&lt;br&gt;
•line 445 of /lib/pear/HTML/Common.php: call to HTML_QuickForm-&amp;gt;toHtml()&lt;br&gt;
•line 964 of /lib/formslib.php: call to HTML_Common-&amp;gt;display()&lt;br&gt;
•line 156 of /login/signup_form.php: call to moodleform-&amp;gt;display()&lt;br&gt;
•line 480 of /theme/boost/classes/output/core_renderer.php: call to login_signup_form-&amp;gt;export_for_template()&lt;br&gt;
•line 210 of /lib/outputrenderers.php: call to theme_boost\output\core_renderer-&amp;gt;render_login_signup_form()&lt;br&gt;
•line 114 of /login/signup.php: call to renderer_base-&amp;gt;render()&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/atto_question#comment-49206</guid>
    </item>
    <item>
      <title>Monday, 27 November 2017, 8:50 AM - Plugins bot</title>
      <link>https://moodle.org/plugins/atto_question#comment-46740</link>
      <pubDate>Mon, 27 Nov 2017 00:50:04 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-7131&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;CONTRIB-7131&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/atto_question#comment-46740</guid>
    </item>
  </channel>
</rss>