Questionnaire

Activities ::: mod_questionnaire
Maintained by Mike Churchward
Custom Survey Creation
Latest release:
15897 sites
3k downloads
230 fans
Current versions available: 19
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

Comments

  • Joseph Rézeau
    Wed, 18 June 2014, 11:36 PM
    @Tyler,
    It's on its way. In the meantime, the latest version of Questionnaire 2.6 does work on a Moodle 2.7 site (it only throws a couple of warnings).
  • Tim Lock
    Thu, 19 June 2014, 6:34 AM
    Hi Joseph,
    The capability "mod/questionnaire:createpublic" is partially what UNSW are after. They would like another capability to control whether you can use a public questionnaire. In version 2.5.5, my public questionnaires appear under 'Copy Existing'?

    Also, 2.7 version with new logging is likely to be weeks or months away?
  • Sophia Barton-Bucknor
    Tue, 29 July 2014, 4:29 AM
    Hi,

    When will the version for 2.7 be ready?
  • Andrea Gregory (Gordon)
    Thu, 14 Aug 2014, 10:30 PM
    Hi There,

    In the version for 2.6 (2014041801), when you add an essay box, the user cannot upload an image. When you click 'find or upload image' it does nothing.

    Thanks,
    Andrea
  • Bob Puffer
    Fri, 31 Oct 2014, 1:18 AM
    Questionnaire for 2.8 eta? We're planning on upgrading 2/2015
    Thanks
  • Brian Peat
    Thu, 27 Nov 2014, 5:31 AM
    I'm also wondering about the 2.8 version. I just installed 2.7 into a 2.8 site and it works fine as an admin, but I can't get it to appear for students (still messing, hoping it's just a setting error).
  • Luís Rocha Graça
    Fri, 28 Nov 2014, 7:45 PM
    Me too. Do you have any idea when will this update be available?
  • Laura F
    Tue, 16 Dec 2014, 5:47 AM
    Within the Moodle interface, this tool states that the exported results are in a CSV format. They actually come out as a text file that's delimited by tabs.

    Can you please change the functionality to match what the tool advertises?

    A workaround is to use the import function in Excel to convert the file to CSV, but this is more cumbersome than just generating a CSV. Thank you!

    Laura Farvour
  • Hélène Bouley
    Tue, 3 Feb 2015, 10:50 PM
    Where to get a zip file for other languages than english?
  • Mike Churchward
    Wed, 4 Feb 2015, 3:01 AM
    Translations are available through the language packs available on your Moodle site from the "Site administration / Language / Language packs" menu. All Moodle translations come from the Moodle language site. Questionnaire's entry is here - https://lang.moodle.org/local/amos/view.php?v=2800&t=1422989653&l&c=questionnaire
  • Vladimir Sarovic
    Thu, 26 Feb 2015, 4:23 PM
    Can I use this module in 2.8.In which version he works?I want to make some personality test for student based on some questionaire .Is it possible with this module?
  • Mike Churchward
    Thu, 26 Feb 2015, 9:17 PM
    Vladimir. The 2.8 version of the plug-in is available from this page. Select the Moodle version you want at the top of the page and download the plig-in.
  • Vladimir Sarovic
    Thu, 26 Feb 2015, 9:25 PM
    I would like to make the students take the questionnaire and have the results integrated in the platform. Is it possible with this module
  • Mike Churchward
    Thu, 26 Feb 2015, 10:02 PM
    Hi Vladimir. On this page, there is a "Useful links" area that includes links to the documentation and the discussion group for this module. Start there.
  • Jez H
    Tue, 3 Mar 2015, 11:22 PM
    Hi Mike,

    Around line 72 of locallib.php the "never" option seems to have been dropped from the array:

    $questionnaireresponseviewers =
    array ( QUESTIONNAIRE_STUDENTVIEWRESPONSES_NEVER => get_string('responseviewstudentsnever', 'questionnaire'),

    I just put that back on our installation and it all works as expected. The strings are still there and the behavior on the front end for students works, so code controling the view must still be using this.

    I am wondering if this was just an error or whether it was removed from the code deliberately?
Please login to post comments