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: Feedback activity.

Feedback activity: Difference between revisions

From MoodleDocs
m (Link to Quiz_module page)
(Activities template, feedback links (see MDLSITE-1516))
Line 1: Line 1:
{{Feedback}}
{{Activities}}
 
The '''Feedback module''' allows you to create and conduct surveys to collect feedback. Unlike the [[Survey module|Survey]] tool it allows you to write your own questions, rather than choose from a list of pre-written questions and unlike the [[Quiz_module|Quiz]] tool, you can create non-graded questions.  The Feedback activity is ideal for the likes of course or teacher evaluations.
The '''Feedback module''' allows you to create and conduct surveys to collect feedback. Unlike the [[Survey module|Survey]] tool it allows you to write your own questions, rather than choose from a list of pre-written questions and unlike the [[Quiz_module|Quiz]] tool, you can create non-graded questions.  The Feedback activity is ideal for the likes of course or teacher evaluations.


Line 6: Line 5:


The long term plan is to replace Feedback with a new module combining the best of Questionnaire, Feedback and Survey. See [https://docs.moodle.org/en/Development:Survey_2_brainstorm Development:Survey 2 brainstorm]
The long term plan is to replace Feedback with a new module combining the best of Questionnaire, Feedback and Survey. See [https://docs.moodle.org/en/Development:Survey_2_brainstorm Development:Survey 2 brainstorm]
* [[Feedback settings]]
* [[Building Feedback]]
* [[Using Feedback]]
* [[Feedback FAQ]]


==Enabling Feedback Module==
==Enabling Feedback Module==
Line 21: Line 25:


* [http://wodongatafe.wordpress.com/2011/03/09/student-feedback-captured-within-moodle/ Student feedback captured within Moodle] blog post with video
* [http://wodongatafe.wordpress.com/2011/03/09/student-feedback-captured-within-moodle/ Student feedback captured within Moodle] blog post with video
[[Category:Contributed code]]


[[es:Feedback]]
[[es:Feedback]]
[[eu:Feedback]]
[[eu:Feedback]]

Revision as of 15:17, 23 September 2011

The Feedback module allows you to create and conduct surveys to collect feedback. Unlike the Survey tool it allows you to write your own questions, rather than choose from a list of pre-written questions and unlike the Quiz tool, you can create non-graded questions. The Feedback activity is ideal for the likes of course or teacher evaluations.

The Feedback module is included in Moodle 2.0, but disabled by default.

The long term plan is to replace Feedback with a new module combining the best of Questionnaire, Feedback and Survey. See Development:Survey 2 brainstorm

Enabling Feedback Module

  • As an administrator, go to Settings > Site Administration > Plugins > Activity modules > Manage activities
  • Turn on the (open) eye of "Feedback"

Feedbackmodule.png

Enabling Feedback Block

To provide the option of adding a Feedback block to a course, you must first ensure the block type has been enabled. When added to a course, the Feedback block will display a list of all Feedback activities associated with a course. This is helpful for when you want to draw the user's attention to completing the Feedback activity.

  • Go to Settings>Site Administration>Plugins>Blocks>Manage blocks
  • Turn on the eye of "Feedback" here to in order to have Feedback as a block.

See also