<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Questionnaire (plugin)</title>
    <link>https://moodle.org/mod/forum/view.php?f=469</link>
    <description>
About the add-on questionnaire activity module, NOT quizzes.
Documentation: [[Questionnaire]] Plugins directory: Activities: Questionnaire


For discussions about the questionnaire activity module, NOT quizzes. For quiz questions, please post in the Quiz forum.
Before starting a new discussion topic, please try a forum search.
</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/1774890407/i/rsssitelogo</url>
      <title>moodle</title>
      <link>https://moodle.org</link>
      <width>140</width>
      <height>35</height>
    </image>
    <item>
      <title>Export error : Output can not be buffered before calling download_data()</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898391</link>
      <pubDate>Thu, 09 Apr 2026 14:41:17 GMT</pubDate>
      <description>by Paul Rouger. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;text_to_html&quot;&gt;That works fine ! Thanks a lot.&lt;br /&gt;
Hope it will be fine too whe  we will migrate on moodle 5 this summer &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/1774890407/s/wink&quot; /&gt;&lt;br /&gt;
Paul.&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898391</guid>
    </item>
    <item>
      <title>Modernizing questionnaire</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=470950&amp;parent=1898389</link>
      <pubDate>Thu, 09 Apr 2026 13:44:51 GMT</pubDate>
      <description>by Mike Churchward. &amp;nbsp;&lt;p&gt;&lt;p&gt;&lt;span&gt;The refactoring of questionnaire to a more modern codebase is ongoing but delayed. Due to funding falling short of what was needed to dedicate more time to the task, the end of March / middle of April timeline will be missed. &lt;/span&gt;&lt;a href=&quot;https://github.com/orgs/PoetOS/projects/1/views/1?filterQuery=&quot;&gt;Work still continues&lt;/a&gt;&lt;span&gt;, but at a slower pace. If you can support this project, &lt;/span&gt;&lt;a href=&quot;https://github.com/sponsors/mchurchward&quot;&gt;please consider it&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=470950&amp;parent=1898389</guid>
    </item>
    <item>
      <title>Export error : Output can not be buffered before calling download_data()</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898388</link>
      <pubDate>Thu, 09 Apr 2026 13:42:06 GMT</pubDate>
      <description>by Mike Churchward. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;text_to_html&quot;&gt;Interesting. There was a bug fix in that version that should have fixed that. But, the output is caused by a PHP warning being displayed. If you set your Developer / Debugging settings to &quot;minimal&quot; oe &quot;none&quot;, and/or turn off &quot;display debug messages&quot;, it should work fine.&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898388</guid>
    </item>
    <item>
      <title>Questionnaire 5.0.1 – “All fields required” error when emailing non-respondents</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=473236&amp;parent=1898374</link>
      <pubDate>Thu, 09 Apr 2026 08:05:01 GMT</pubDate>
      <description>by Mohamed ALBAZ. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;text_to_html&quot;&gt;Thank you very much. It solves the problem. I'm very grateful.&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=473236&amp;parent=1898374</guid>
    </item>
    <item>
      <title>Questionnaire 5.0.1 – “All fields required” error when emailing non-respondents</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=473236&amp;parent=1898372</link>
      <pubDate>Thu, 09 Apr 2026 07:15:21 GMT</pubDate>
      <description>by Jo Zhu. &amp;nbsp;&lt;p&gt;&lt;p&gt;I also met same issue, and use a workaround to fix it. The message form not display, because the &amp;lt;div class='table-responsive'&amp;gt; somehow width set as 0, when I inspect the page, i found the form already there. so I go to /var/www/moodle501/public/mod/questionnaire/styles.&lt;a href=&quot;https://moodle.org/mod/glossary/showentry.php?eid=13&amp;amp;displayformat=dictionary&quot; title=&quot;Glossary of common terms: CSS&quot; class=&quot;glossary autolink concept glossaryid5&quot; data-entryid=&quot;13&quot;&gt;css&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and add below code, the form can display, and can send message correctly.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;#page-mod-questionnaire-show_nonrespondents&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;.clearfix&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;.table-responsive&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;    &lt;/span&gt;&lt;span&gt;width&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;80%&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;remember to purche theme cache after you did this&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=473236&amp;parent=1898372</guid>
    </item>
    <item>
      <title>Export error : Output can not be buffered before calling download_data()</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898359</link>
      <pubDate>Wed, 08 Apr 2026 18:56:48 GMT</pubDate>
      <description>by Paul Rouger. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;text_to_html&quot;&gt;Moodle 4.5.10+ (Build: 20260217) //Questionnaire mod_questionnaire 4.4.0 (Build - 2025110900) 2024080100 // PHP Version 8.2.29&lt;br /&gt;
&lt;br /&gt;
Thanks !&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898359</guid>
    </item>
    <item>
      <title>Export error : Output can not be buffered before calling download_data()</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898356</link>
      <pubDate>Wed, 08 Apr 2026 17:56:47 GMT</pubDate>
      <description>by Mike Churchward. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;text_to_html&quot;&gt;What version of Moodle? What version/release of questionnaire?&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898356</guid>
    </item>
    <item>
      <title>Export error : Output can not be buffered before calling download_data()</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898349</link>
      <pubDate>Wed, 08 Apr 2026 15:00:05 GMT</pubDate>
      <description>by Paul Rouger. &amp;nbsp;&lt;p&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When I  try to export data from a questionnaire I get this error :&lt;br /&gt;Erreur de programmation détectée. Ceci doit être corrigé par un programmeur : Output can not be buffered before calling download_data()&lt;/p&gt;
&lt;p&gt;Info de débogage (Debug Info)&lt;br /&gt;Error code: codingerror&lt;br /&gt;Trace de la pile (Stack content)&lt;/p&gt;
&lt;p&gt;    line 72 of /lib/classes/dataformat.php: core\exception\coding_exception thrown&lt;br /&gt;    line 519 of /mod/questionnaire/report.php: call to core\dataformat::download_data()&lt;/p&gt;
&lt;p&gt;Tampon de sortie  (output buffer) &lt;br /&gt;&amp;lt;br /&amp;gt; &amp;lt;b&amp;gt;Warning&amp;lt;/b&amp;gt;: Undefined array key 3712 in &amp;lt;b&amp;gt;/var/www/html/moodle/mod/questionnaire/questionnaire.class.php&amp;lt;/b&amp;gt; on line &amp;lt;b&amp;gt;3597&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; &lt;br /&gt;&amp;lt;b&amp;gt;Warning&amp;lt;/b&amp;gt;: Attempt to read property &quot;content&quot; on null in &amp;lt;b&amp;gt;/var/www/html/moodle/mod/questionnaire/questionnaire.class.php&amp;lt;/b&amp;gt; on line &amp;lt;b&amp;gt;3597&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; &lt;br /&gt;&amp;lt;b&amp;gt;Deprecated&amp;lt;/b&amp;gt;: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in &amp;lt;b&amp;gt;/var/www/html/moodle/mod/questionnaire/classes/question/choice.php&amp;lt;/b&amp;gt; on line &amp;lt;b&amp;gt;136&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt; &lt;br /&gt;&lt;br /&gt;Something deprecated ? Could you help ?&lt;/p&gt;
&lt;p&gt;Thanks. &lt;/p&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=473857&amp;parent=1898349</guid>
    </item>
    <item>
      <title>Questionnaire 5.0.2 Released</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=473854&amp;parent=1898345</link>
      <pubDate>Wed, 08 Apr 2026 14:14:07 GMT</pubDate>
      <description>by Mike Churchward. &amp;nbsp;&lt;p&gt;&lt;div&gt;
&lt;div&gt;&lt;span&gt;Questionnaire 5.0.2 supporting Moodle 5.0, 5.1 and 5.2 has been released. Details are in the &lt;a href=&quot;https://github.com/PoetOS/moodle-mod_questionnaire/blob/v5.0.2/CHANGES.md&quot;&gt;&quot;CHANGES&quot; file&lt;/a&gt;&lt;/span&gt;&lt;span&gt;. The release can be found on &lt;a href=&quot;https://github.com/PoetOS/moodle-mod_questionnaire/releases/tag/v5.0.2&quot;&gt;Github&lt;/a&gt;&lt;/span&gt;&lt;span&gt; and the &lt;a href=&quot;https://moodle.org/plugins/mod_questionnaire/5.0.2-build-2026040400/41075&quot;&gt;Moodle plugins database&lt;/a&gt;&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;This will be the last release using this codebase. Future releases will utilize the new codebase &lt;a href=&quot;https://github.com/orgs/PoetOS/projects/1/views/1?filterQuery=&quot;&gt;currently in development&lt;/a&gt;&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;If you can support this project, &lt;a href=&quot;https://github.com/sponsors/mchurchward&quot;&gt;please consider it&lt;/a&gt;&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=473854&amp;parent=1898345</guid>
    </item>
    <item>
      <title>Section &amp;amp; Question Navigation Control</title>
      <link>https://moodle.org/mod/forum/discuss.php?d=473759&amp;parent=1898024</link>
      <pubDate>Sun, 29 Mar 2026 15:41:15 GMT</pubDate>
      <description>by Ihor Katerniak. &amp;nbsp;&lt;p&gt;Hello, Is it possible in the questionnaire to have non-linear navigation between &lt;a href=&quot;https://moodle.org/mod/glossary/showentry.php?eid=41&amp;amp;displayformat=dictionary&quot; title=&quot;Glossary of common terms: sections&quot; class=&quot;glossary autolink concept glossaryid5&quot; data-entryid=&quot;41&quot;&gt;sections&lt;/a&gt; and blocks of questions?

Specifically, can a user:

navigate directly to any section or individual question,
view a structured navigation interface (e.g., a menu or questionnaire map),
and not be limited to moving only with “Next”/“Previous” buttons?

If this functionality is currently not available:

is it possible to implement it through settings or existing plugins,
or would it require custom development?

This feature is critical to ensure &lt;a href=&quot;https://moodle.org/mod/glossary/showentry.php?eid=4454&amp;amp;displayformat=dictionary&quot; title=&quot;Glossary of common terms: Usability&quot; class=&quot;glossary autolink concept glossaryid5&quot; data-entryid=&quot;4454&quot;&gt;usability&lt;/a&gt; and efficient work with complex questionnaires. Thanks!!!!&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/mod/forum/discuss.php?d=473759&amp;parent=1898024</guid>
    </item>
  </channel>
</rss>