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

Questionnaire module: Difference between revisions

From MoodleDocs
No edit summary
(Add some features - stated at top that it is contributed code , wanted to add since Moodle 1.5?)
Line 1: Line 1:
{{Questionnaire}}
{{Questionnaire}}


The Moodle '''Questionnaire module''' is a survey-like type of activity. It allows teachers to create a wide range of questions to get student feedback e.g. on a course or activities.
The Moodle '''Questionnaire module''' is a survey-like type of activity. It allows teachers to create a wide range of questions to get student feedback e.g. on a course or activities. This is a contributed code module.
 
==Summary of features==
Please look at the the [[Adding/editing a questionnaire]] and [[Editing questionnaire questions]] pages for more information. 
 
===Types of questions responses===
Questionnaire allow you to create a question and have people respond to different types of questions.  You may require people answer specific 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===
*Results can be viewed by everyone or select group
*Results can be exported
 


==See also==
==See also==

Revision as of 14:45, 19 December 2010

The Moodle Questionnaire module is a survey-like type of activity. It allows teachers to create a wide range of questions to get student feedback e.g. on a course or activities. This is a contributed code module.

Summary of features

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

Types of questions responses

Questionnaire allow you to create a question and have people respond to different types of questions. You may require people answer specific 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

  • Results can be viewed by everyone or select group
  • Results can be exported


See also