Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Feedback FAQ.

Feedback FAQ: Difference between revisions

From MoodleDocs
No edit summary
(Will the Feedback module be included in Moodle 2.0?)
Line 1: Line 1:
{{stub}}
{{Feedback}}
{{Feedback}}


==Q. How do I install the Feedback module?==
==How do I install the Feedback module?==


* Unzip the package to a temporary folder somewhere (e.g., c:\UnzipFeedback).
* Unzip the package to a temporary folder somewhere (e.g., c:\UnzipFeedback).
Line 13: Line 12:
(This answer is based on [http://moodle.org/mod/forum/discuss.php?d=87777 a forum post by Richard Goddard]. I had problems finding this information so I added here in hopes that it might help others having installation problems.)
(This answer is based on [http://moodle.org/mod/forum/discuss.php?d=87777 a forum post by Richard Goddard]. I had problems finding this information so I added here in hopes that it might help others having installation problems.)


==Q. How do I create a Feedback activity and add questions?==
==How do I create a Feedback activity and add questions?==


* From the ''Add an activity...'' drop down, select ''Feedback''.
* From the ''Add an activity...'' drop down, select ''Feedback''.
Line 21: Line 20:
==I do not see the Edit Questions tab. What should I do?==
==I do not see the Edit Questions tab. What should I do?==
This does happen sometimes. Usually, logging out of the course and then logging back in will take care of this problem.
This does happen sometimes. Usually, logging out of the course and then logging back in will take care of this problem.
==Will the Feedback module be included in Moodle 2.0?==
The Feedback module will NOT be included in Moodle 2.0. However, Moodle 2.1 will hopefully include a new module that combines the best of [[Questionnaire module|questionnaire]], feedback and survey into an upgrade for the [[Survey module]].


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


* Using Moodle [http://moodle.org/mod/forum/view.php?id=7152 Feedback module forum]
* Using Moodle [http://moodle.org/mod/forum/view.php?id=7152 Feedback module forum]
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=145795 Feedback in Moodle 2.0] forum discussion


[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 19:38, 16 March 2010


How do I install the Feedback module?

  • Unzip the package to a temporary folder somewhere (e.g., c:\UnzipFeedback).
  • Copy the feedback folder from the mod folder in the unzip folder (e.g., c:\UnzipFeedback\mod\feedback) into (yourmoodle/mod).
  • Copy the feedback folder from the blocks folder in the unzip folder (e.g., c:\UnzipFeedback\blocks\feedback) into (yourmoodle/blocks).
  • (This step wasn't necessary for installing in English.) Inside the moodle folder in the unzip, find lang and inside that find the relevant language folder for you (english is en_utf8). Therein you'll find two php files (block_feedback.php and feedback.php). Copy these two files into (yourmoodle)/lang/(language) - e.g. (yourmoodle)/lang/en_utf8
  • (This step wasn't necessary for installing in English.) Also in the relevant language folder you'll find a help folder and inside that a feedback folder. Copy this feedback folder into (yourmoodle)/lang/(language)/help - e.g. (yourmoodle)/lang/en_utf8/help
  • Log on as an Admin and click Notifications in the Site Admin block.

(This answer is based on a forum post by Richard Goddard. I had problems finding this information so I added here in hopes that it might help others having installation problems.)

How do I create a Feedback activity and add questions?

  • From the Add an activity... drop down, select Feedback.
  • Complete the Name, Description, and other options then save.
  • To add questions to your Feedback activity, click the link for the feedback activity, click the Edit questions tab, and add questions.

I do not see the Edit Questions tab. What should I do?

This does happen sometimes. Usually, logging out of the course and then logging back in will take care of this problem.

Will the Feedback module be included in Moodle 2.0?

The Feedback module will NOT be included in Moodle 2.0. However, Moodle 2.1 will hopefully include a new module that combines the best of questionnaire, feedback and survey into an upgrade for the Survey module.

See also