Questionnaire

Activities ::: mod_questionnaire
Maintained by Mike Churchward
Custom Survey Creation
Latest release:
16344 sites
2k downloads
251 fans
Current versions available: 22

Build passing

Create your own surveys using this tool.

SUPPORT DISCUSSION: http://moodle.org/mod/forum/view.php?id=2642

DEVELOPERS NOTE - Questionnaire is tracked in Github at https://github.com/remotelearner/moodle-mod_questionnaire. Contact Mike Churchward if you want "push" access.

Consider supporting questionnaire's future!

Screenshots

Screenshot #0

Contributors

Mike Churchward (Lead maintainer)
Joseph Rézeau: Former co-maintainer
Please login to view contributors details and/or to contact them

Comments

Erakutsi iruzkinak
  • Tamara Sanchez
    ar., 2024(e)ko abe.ren 24(e)an, 20:51(e)tan
    Hello, I am reaching out to you because we have noticed that your plugin does not comply with an accessibility standard : It is criterion 5.5: For each data table with a title, is the title relevant ? Do you plan to fix this in upcoming updates? Thank you in advance for your response.
  • Laurent JALICON
    al., 2025(e)ko mar.ren 17(e)an, 18:16(e)tan
    Hi,
    i had to update in Moodle 4.5 in a few months.
    Is a compatible version planned?
    Or is it possible to use version 4.4?

    Thank you.
  • Christina Ochs
    or., 2025(e)ko mai.ren 2(e)an, 20:29(e)tan
    Is a release of th plugin for moodle 4.5 LTS planned?
  • Eugene Matusov
    al., 2025(e)ko mai.ren 26(e)an, 08:24(e)tan
    I'm using Moodle 4.5.4. I tried to use the mod_questionnaire_moodle44_2022121601.zip, which was designed for Moodle 4.4. The plugin seems to work, except it gives HUGE icons for editing questions on the mod/questionnaire/questions.php. I used ChatGPT to solve this problem by uploading the raw HTML code of the mod/questionnaire/questions.php. ChatGPT found the problem in the plugin's styles.css page and fixed it. Here is the fixed styles.css page. You can download it and replace this file in the Questionnaire root folder (i.e., in mod/questionnaire): https://ematusov.soe.udel.edu/styles.css

    Let me know, please, if you find any other problems with the Questionnaire plugin version 4.1.1 (Build - 2024082900) (2022121601) in Moodle 4.5.x
  • Joseph Rézeau
    al., 2025(e)ko mai.ren 26(e)an, 16:36(e)tan
    @Eugene,
    See this Moodle forum H5P discussion where a fix is provided: https://moodle.org/mod/forum/discuss.php?d=463097
  • Csaba Vágvölgyi
    az., 2025(e)ko eka.ren 11(e)an, 16:34(e)tan
    @Mike Churchward
    I see that the code (Github) has changed a lot in the last few weeks. When can we expect the new version to be published? Thank you for your work!
    (Questonnare is one of the most important and most used Moodle plugins and should have been in core long ago)
  • Eugene Matusov
    lr., 2025(e)ko eka.ren 21(e)an, 06:00(e)tan
    @Joseph,

    Thanks a LOT! I tested the Questionnaire plugin (the one from GitHub that you directed me to), and it seems to work fine, except for one minor but annoying thing. Namely, when you try to move questions to change their order, the location icons look super small. I asked ChatGPT to solve the problem, and it provided a simple solution by amending the style.css file at the end of it with the following snippet:

    /* Fix for tiny move location icons in Moodle 5.0 Questionnaire */
    #page-mod-questionnaire-questions input[type="image"][title="Move here"],
    #page-mod-questionnaire-questions input[type="image"][alt="Move here"] {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    padding: 2px;
    }
  • Joseph Rézeau
    az., 2025(e)ko eka.ren 25(e)an, 01:20(e)tan
    @Eugene,
    On my Moodle version 5.1 I am using Questionnaire mod_questionnaire 4.4.0 (Build - 2024082900) 2022121601.01 from the github at https://github.com/PoetOS/moodle-mod_questionnaire and cannot see the problem you describe.
  • photo ulrrrike
    al., 2025(e)ko uzt.ren 7(e)an, 17:20(e)tan
    Hello! We have the same issue on our platform that we just updated to 4.5. Will there be official versions of the plugin for 4.5 and 5.X ?
  • Alex Sandu
    or., 2025(e)ko uzt.ren 25(e)an, 13:16(e)tan
    Hi,
    The mlang2 filter is not applied consistently.
    Let's assume a rate type questionnaire with 2 scale items and the following "Named degrees":
    --------------------------------------------------------------------
    0=some html 😟 /some html
    {mlang EN}bla..bla{mlang}
    {mlang RO}bla..bla{mlang}
    1=bla..bla
    --------------------------------------------------------------------
    When the teacher wants to see:
    1) "List of responses" (every html tags are displayed in clear; mlang2 tags are NOT processed, all are displayed)
    2) "Summary" (mlang2 tags are NOT processed, all are displayed)

    This bug(s) appears in the header (named degrees); only the question text is displayed correctly every time!
  • Zeid Fanous
    ar., 2025(e)ko uzt.ren 29(e)an, 13:10(e)tan
    @Eugene Matusov thanks alot for this )
  • Suzana de Andrade Ferreira
    ar., 2025(e)ko abu.ren 26(e)an, 22:51(e)tan
    We are using at Moodle 4.5 and made some css adjust to correct the huge icons (you can do it at theme custom css or at aditional HTML):
    .req {
    font-size: x-small;
    max-width: 10px!important;
    }
    .qn-container input {
    max-width: 10px;
    }
  • Piotr Wielgosz
    az., 2025(e)ko urr.ren 15(e)an, 18:58(e)tan
    Suzana de Andrade Ferreira gave a very good answer for version 4.5, but for version 5.0 it is better to use:
    #page-mod-questionnaire-questions .qcontainer .qnums ~ input[type=image] {
    max-height: 1em;
    }
  • Çağrı Akkaya
    al., 2025(e)ko aza.ren 17(e)an, 20:47(e)tan
    /mod/questionnaire/report.php?instance=16&action=vall The page is loading slowly because I have too many records. Can you add pagination for this page? Dates are displayed as day(number)/day(name: Monday, Tuesday, etc.)/year. How can I replace day(name) with month?
  • Mike Churchward
    ar., 2025(e)ko aza.ren 18(e)an, 00:03(e)tan
    @ Çağrı Akkaya - the "vall" page shows the totals for all questions in the questionnaire. I don't see how pagination would work there. Perhaps you can post more details at the questionnaire forum (https://moodle.org/mod/forum/view.php?id=2642)?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Please login to post comments