Questionnaire

Activities ::: mod_questionnaire
Maintained by Mike Churchward
Custom Survey Creation
Latest release:
16234 sites
4k downloads
244 fans
Current versions available: 20
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.

(originally based on phpESP)

/plugins/mod

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 RSS

Amuishar los comentaris
  • Ma Ni
    Thu 6 Jun 2024, 14:09
    Hi, would it be possible to add an option where questionnaire could be submitted (results shown) but they could be edited later? So similarly to saving, but the saved answers would be visible in the results. This would be a really useful feature for me. Thanks!
  • Guy Vaubell
    Tue 5 Nov 2024, 17:58
    Hi, my company is considering of shifting our well-being development solution over to Moodle. One of our components is a growth wheel used to assess and evaluate the various areas of one's life to determine overall balance and satisfaction.
    The purpose of the wheel is to provide a comprehensive snapshot of the user's life and help identify areas that may be out of balance or in need of attention. It serves as a self-assessment tool to help them gain a clearer understanding of their overall life satisfaction, enabling them to identify areas where they may need to adjust in their thinking, choices, habits or beliefs.

    The way it works is they are given a list of areas in their life (Their spouse, their family, their community, their work, their mental health, etc) and they have to evaluate each one out of 10. This will then reflect on their own wheel, which they can refer back to.

    Do you believe this plugin will be effective for this? The questionnaire personality test and rose chart in particular have caught my attention.

    Thanks.
  • Proper Bo, am tellin thee!
    Wed 6 Nov 2024, 00:13
    Hello all, Is there a translation for Indonesian Bahasa for this plugin please?
  • Joseph Rézeau
    Wed 6 Nov 2024, 16:23
    @John,
    If you set your user language to Indonesian Bahasa, then you'll see that most (but not all) of the Questionnaire strings are available in that language. If you need all language strings to be available in Indonesian Bahasa, then you can translate them yourself on https://lang.moodle.org/
  • Joseph Rézeau
    Wed 6 Nov 2024, 16:26
    @Guy Vaubel,
    If you could provide a sample questionnaire (in text format) then I might create a Moodle Questionnaire to find out if it suits your requirements. Please contact me at my e-mail address in my Moodle user profile.
  • Michael Milette
    Tue 19 Nov 2024, 23:14
    Good day, I was wondering, when do you think we can expect to see a release of this useful plugin for Moodle 4.5 LTS?
  • Joseph Rézeau
    Wed 20 Nov 2024, 01:18
    "When can expect to see a release of this useful plugin for Moodle 4.5 LTS?"
    When it's ready.
  • Tamara Sanchez
    Tue 24 Dec 2024, 20:51
    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
    Mon 17 Mar 2025, 18:16
    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
    Fri 2 May 2025, 20:29
    Is a release of th plugin for moodle 4.5 LTS planned?
  • Eugene Matusov
    Mon 26 May 2025, 08:24
    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
    Mon 26 May 2025, 16:36
    @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
    Wed 11 Jun 2025, 16:34
    @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
    Sat 21 Jun 2025, 06:00
    @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
    Wed 25 Jun 2025, 01:20
    @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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Please login to post comments