Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Questionnaire module.

Questionnaire module: Difference between revisions

From MoodleDocs
m (French link)
 
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Questionnaire}}
{{Questionnaire}}


The '''Questionnaire module''' allows users to complete online feedback style forms using a variety of user input methods. It allows you to create your own questions, unlike the [[Survey module]] which has presets to choose from, and it allows for more advanced questionnaires than the simpler and easier [[Feedback module]].
The Moodle '''Questionnaire module''' allows you to survey Moodle course participants.  It is a contributed module which can be downloaded from the [http://moodle.org/plugins/view.php?plugin=mod_questionnaire Moodle Plugins Directory]. It allows teachers to create a wide range of questions to get student feedback e.g. on a course or activities. The goals of the Questionnaire module are quite different from those of the Moodle '''Lesson''' or '''Quiz''' modules. With Questionnaire you do not test or assess the student, you ''gather data''.
 
==Summary of features==
Please look at the [[Adding/editing a questionnaire]] and [[Editing Questionnaire questions|Adding Questions]] pages for more information. 
 
===Types of questions===
*Check Boxes
*Date Box
*Dropdown choices
*Essay box - HTML editor possible, set width and height of box
*Numeric - can set length and number of decimal places
*Radio buttons - have labels you determine for each question
*Scale - can customize in many ways
*Text box
*Yes/no
You can also place:
*Page breaks
*Labels - might be used to give an overview of next set of questions
 
===Types of reports===
*Responses can be viewed by everyone or select group
===Export ===
Responses can be exported as .csv, .xlsx, HTML table, .json, .ods or PDF
*Each column contains a field for: Submitted on (date time), Institution, Department, Course, ID (user ID), Full name, Username, and each question.
*The settings allow three check boxes to show the user choice code, to show the use choice text or to included rank questions averages
 
If you want to send response as a download file please enable the '''Allow reports by email setting''' (site administration > plugins > activity modules >questionnaire)
 
When this options is enabled you can email responses in the activity module (View all responses > summary > downnload > Send download to roles)
* to all roles with the "mod/questinnaire:submissionnotification" capability via email. ( Enable the option "Send download to roles" )
* to a listed email adresses, seperated by commas and pressing the button "Send reports" (Please note that NO security or privacy checking is done)
 
==See also==
* The Questionnaire plugin can be downloaded from the [http://moodle.org/plugins/view.php?plugin=mod_questionnaire Moodle Plugins Directory].
*Discussions: please create or find a discussion topic in the [http://moodle.org/mod/forum/view.php?f=469  Questionnaire Forum]
*[http://en.wikipedia.org/wiki/Statistical_survey Statistical_survey] From Wikipedia, the free encyclopedia.


[[Category:Contributed code]]
[[Category:Contributed code]]


[[es:Módulo cuestionario]]
[[fr:Questionnaire]]
[[fr:Questionnaire]]

Latest revision as of 11:51, 18 May 2020

The Moodle Questionnaire module allows you to survey Moodle course participants. It is a contributed module which can be downloaded from the Moodle Plugins Directory. It allows teachers to create a wide range of questions to get student feedback e.g. on a course or activities. The goals of the Questionnaire module are quite different from those of the Moodle Lesson or Quiz modules. With Questionnaire you do not test or assess the student, you gather data.

Summary of features

Please look at the Adding/editing a questionnaire and Adding Questions pages for more information.

Types of questions

  • Check Boxes
  • Date Box
  • Dropdown choices
  • Essay box - HTML editor possible, set width and height of box
  • Numeric - can set length and number of decimal places
  • Radio buttons - have labels you determine for each question
  • Scale - can customize in many ways
  • Text box
  • Yes/no

You can also place:

  • Page breaks
  • Labels - might be used to give an overview of next set of questions

Types of reports

  • Responses can be viewed by everyone or select group

Export

Responses can be exported as .csv, .xlsx, HTML table, .json, .ods or PDF

  • Each column contains a field for: Submitted on (date time), Institution, Department, Course, ID (user ID), Full name, Username, and each question.
  • The settings allow three check boxes to show the user choice code, to show the use choice text or to included rank questions averages

If you want to send response as a download file please enable the Allow reports by email setting (site administration > plugins > activity modules >questionnaire)

When this options is enabled you can email responses in the activity module (View all responses > summary > downnload > Send download to roles)

  • to all roles with the "mod/questinnaire:submissionnotification" capability via email. ( Enable the option "Send download to roles" )
  • to a listed email adresses, seperated by commas and pressing the button "Send reports" (Please note that NO security or privacy checking is done)

See also