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 FAQ.

Feedback FAQ: Difference between revisions

From MoodleDocs
No edit summary
 
(39 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Feedback}}
{{Feedback}}


==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 ''Administration>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
*You will also need to check that Authenticated User and Guest role both have permission to Submit Feedback Activity.
* Log on as an Admin and click Notifications in the Site Admin block.
[[File:Anonymousfeedback.png]]


(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.)
==How can I allow teachers and non editing teachers to give feedback?==
# Go into the course as admin
# Click on your feedback you want to use for your teachers
# Click on "Permissions" inside the Administration block
# In the dropdown list "Advanced role override" choose "Teacher" or how ever your teacher role is named
# Look for "mod/feedback:complete" and set it to "Allow"
# Click on "Save changes"


==How do I create a Feedback activity and add questions?==
==How do I create a Feedback activity and add questions?==
Line 17: Line 22:
* 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.
==Can I make questions dependent on previous responses?==
Yes. See the section on Dependence item and Dependence value in [[Building Feedback]].
*See [[Template creator]]
==Is Activity Completion recorded if the Feedback activity is set to anonymise usernames?==
Yes. If the Feedback activity is set to Anonymous usernames, and the Feedback activity is set to record Activity Completion, then the activity will still be marked as complete and the user will show up in the activity completion reports.
==Is Record user names Anonymous mode truly Anonymous?==
No. For the 'Record user names' setting even in Anonymous mode the username of the user who took the Feedback is still recorded in the database just as with non-anonymous Feedbacks, but the name is not show to anyone on screen in Moodle or in reports or downloads. Anyone who has direct access to the database could see and extract the name of the user who took an anonymous feedback.
This explains why Activity completion still works in Anonymous mode since it actually knows the user who completed the Feedback.
==Is Allow full anonymous mode truly Anonymous?==
Yes*. If the Administrator has enabled the 'Allow full anonymous' setting for use of a Feedback on the front page of the site, then users who are not logged in when they take the Feedback are anonymous: all attempts are recorded as from userid 0 which does not otherwise exist.
*However the IP address of the user is collected as usual in the system logs with time and date and IP address as having viewed the front page: there is no information that they have specifically taken the Feedback. Under GDPR, an IP address can be considered personally identifiable information in some cases. If you need to comply with the GDPR, consult your Data Protection Officer if you plan to use the Feedback module in this way on the Front page.
If the user has an account on the site and logs in and takes a Feedback on the frontpage, then their userid and name is recorded as usual.


==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?==
==What are the differences between Feedback and Questionnaire?==


The Feedback module will be included in Moodle 2.0, but disabled by default. Moodle 2.1 will include a new module that combines the best of [[Questionnaire module|questionnaire]], feedback and survey into an upgrade for the [[Survey module]].
[[Questionnaire]] is an additional plugin. For a discussion about their differences, see the forum thread [https://moodle.org/mod/forum/discuss.php?d=195584#p852097 Questionnaire v Feedback]


==How do I prevent the module to create calendar-entries?==
==See also==


* [https://moodle.org/mod/forum/discuss.php?d=345660 No Export to Excel button on Analysis tab] forum discussion


==See also==
==Any further questions?==


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


[[Category:FAQ]]
[[Category:FAQ]]
[[de:Feedback FAQ]]
[[es:Retroalimentación FAQ]]

Latest revision as of 16:29, 20 June 2019


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

  • As an adminstrator, go to Administration>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.
  • You will also need to check that Authenticated User and Guest role both have permission to Submit Feedback Activity.

Anonymousfeedback.png

How can I allow teachers and non editing teachers to give feedback?

  1. Go into the course as admin
  2. Click on your feedback you want to use for your teachers
  3. Click on "Permissions" inside the Administration block
  4. In the dropdown list "Advanced role override" choose "Teacher" or how ever your teacher role is named
  5. Look for "mod/feedback:complete" and set it to "Allow"
  6. Click on "Save changes"

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.

Can I make questions dependent on previous responses?

Yes. See the section on Dependence item and Dependence value in Building Feedback.

Is Activity Completion recorded if the Feedback activity is set to anonymise usernames?

Yes. If the Feedback activity is set to Anonymous usernames, and the Feedback activity is set to record Activity Completion, then the activity will still be marked as complete and the user will show up in the activity completion reports.

Is Record user names Anonymous mode truly Anonymous?

No. For the 'Record user names' setting even in Anonymous mode the username of the user who took the Feedback is still recorded in the database just as with non-anonymous Feedbacks, but the name is not show to anyone on screen in Moodle or in reports or downloads. Anyone who has direct access to the database could see and extract the name of the user who took an anonymous feedback.

This explains why Activity completion still works in Anonymous mode since it actually knows the user who completed the Feedback.

Is Allow full anonymous mode truly Anonymous?

Yes*. If the Administrator has enabled the 'Allow full anonymous' setting for use of a Feedback on the front page of the site, then users who are not logged in when they take the Feedback are anonymous: all attempts are recorded as from userid 0 which does not otherwise exist.

  • However the IP address of the user is collected as usual in the system logs with time and date and IP address as having viewed the front page: there is no information that they have specifically taken the Feedback. Under GDPR, an IP address can be considered personally identifiable information in some cases. If you need to comply with the GDPR, consult your Data Protection Officer if you plan to use the Feedback module in this way on the Front page.

If the user has an account on the site and logs in and takes a Feedback on the frontpage, then their userid and name is recorded as usual.

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.

What are the differences between Feedback and Questionnaire?

Questionnaire is an additional plugin. For a discussion about their differences, see the forum thread Questionnaire v Feedback

See also

Any further questions?

Please post in the Feedback forum on moodle.org