Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Questionnaire module.

Questionnaire module: Difference between revisions

From MoodleDocs
No edit summary
 
(28 intermediate revisions by 9 users not shown)
Line 1: Line 1:
The '''Questionnaire''' module allows users to complete online feedback style forms using a variety of user input methods.
{{Questionnaire}}
 
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 text file===
Responses can be exported as a Tab separated text file.
*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 two check boxes to show the user choice code and to show the use choice text.
 
==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]]
 
[[es:Módulo cuestionario]]
[[fr:Questionnaire]]

Latest revision as of 11:03, 20 July 2016

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 text file

Responses can be exported as a Tab separated text file.

  • 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 two check boxes to show the user choice code and to show the use choice text.

See also