Moodle Plugins directory: Questionnaire | Moodle.org
Questionnaire
Activities ::: mod_questionnaire
Maintained by
Mike Churchward
Custom Survey Creation
Latest release:
16234 sites
3k downloads
244 fans
Current versions available: 20
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
Contributors
Mike Churchward (Lead maintainer)
Joseph Rézeau: Former co-maintainer
Please login to view contributors details and/or to contact them
I use plugin questionnaire on moodle (one by module -> +/- 100 questionnaires).
My question is : Is it possible to reset all responses from questionnaires in one shot (perhaps with a sql request ?) ?
Thanks,
Alain
1. There should be admin presets for the options in a questionnaire, regarding anonymity and whether the results should be shown to respondents.
2. Today those are by default set to show name and to show results after the respondent has answered the questions, which may lead to sensitive information from other respondents being show. So at least the core default settings should be set to most safety, that is being anonymous and never show results.
3. There should be an etiquette clearly telling the respondents whether the questionnaire is anonymous or not.
I have suggested those in the tracker, https://tracker.moodle.org/browse/CONTRIB-7852
In Moodle 3.3.3, I was using mod_questionnaire '3.3.3 (Build - 2018013100)'', it has 'questionnaire_attempts' table in it. While Upgrading Moodle, I also upgraded my 'questionnaire' from 3.3.3 to '3.6.1 (Build - 2019052400)', about it is stated that it would work on Moodle 3.6 and Moodle 3.7 .
I am getting following error while loading my 'questionnaire', also posted here https://moodle.org/mod/forum/discuss.php?d=392394
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Table "questionnaire_attempts" does not exist
Debug info:
Error code: ddltablenotexist
Stack trace:
line 665 of /lib/dml/moodle_database.php: dml_exception thrown
line 1886 of /lib/dml/moodle_database.php: call to moodle_database->where_clause()
line 145 of /blocks/navbuttons/activityready.php: call to moodle_database->record_exists()
line 63 of /blocks/navbuttons/activityready.php: call to navbuttons_mod_questionnaire_showbuttons()
line 49 of /blocks/navbuttons/footer.php: call to navbuttons_activity_showbuttons()
line 1401 of /lib/outputrenderers.php: call to draw_navbuttons()
line 500 of /lib/outputrenderers.php: call to core_renderer->footer()
line 179 of /mod/questionnaire/view.php: call to plugin_renderer_base->__call() <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Your module causes an error when importing a course if it had "Questionnaire" activity.
The error looks like "AMD qq.surveyid ="
Located in the file "/mod/questionnaire/classes/question/rate.php"
After correcting "AMD" to "AND" import of the course worked correctly
Thank you for a great, functional and easy to use plugin!
I have one question: Is there any way to skip the step that asks 'Answer the questions...'? This seems to generate unnecessary clicks?
Thanks again
I was wondering if it is possible to change the grade allocated to the questionnaires. For example our purposes would it be possible to have a questionnaire allocate 0.25 points 0.5 points 0.75 points , excetera
Exporting as CSV is possible but all the nice graphs get lost.
I am using Moodle 3.5.9 and the Questionnaire version 3.5.4 (Build - 2019032100) 2018050109
Thanks,
Gus