Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Feedback FAQ: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(Improve formatting)
(clarification re feedback)
 
(14 revisions intermèdies per 6 usuaris que no es mostren)
Línia 1: Línia 1:
{{stub}}
{{Feedback}}
{{Feedback}}


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


* Unzip the package to a temporary folder somewhere (e.g., c:\UnzipFeedback).
==How can I allow non-logged in users to give feedback?==
* Copy the feedback folder from the mod folder in the unzip folder (e.g., c:\UnzipFeedback\mod\feedback) into (yourmoodle/mod).
*As an adminstrator, go to ''Settings>Site Administration>Plugins>Activity Modules>Feedback''.
* Copy the feedback folder from the blocks folder in the unzip folder (e.g., c:\UnzipFeedback\blocks\feedback) into (yourmoodle/blocks).
*Change "Allow full anonymous" to "yes"
* (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
*Note that this only works for the front page, and NOT for courses with guest access.
* (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
[[File:Anonymousfeedback.png]]
* Log on as an Admin and click Notifications in the Site Admin block.


(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''.
* Complete the Name, Description, and other options then save.
* 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.
* To add questions to your Feedback activity, click the link for the feedback activity, click the ''Edit questions'' tab, and add questions.
==How can a teacher make a feedback template public for use elsewhere?==
*See [[Template creator]]
==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.


==See also==
==See also==
Línia 24: Línia 26:


[[Category:FAQ]]
[[Category:FAQ]]
[[de:Feedback FAQ]]

Revisió de 19:32, 12 gen 2013


How can I allow non-logged in users to give feedback?

  • As an adminstrator, go to Settings>Site Administration>Plugins>Activity Modules>Feedback.
  • Change "Allow full anonymous" to "yes"
  • Note that this only works for the front page, and NOT for courses with guest access.

Anonymousfeedback.png


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.

How can a teacher make a feedback template public for use elsewhere?

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.

See also