Verbal Feedback allows structured feedback of student's presentations by one or several persons.
1-n Teachers rate n students and teachers can access the rating of all students.
Students group A evaluates group B which evaluates group C.
- Log in to your Moodle site as an admin and go to Site administration > Plugins > Install plugins.
- Upload the ZIP file with the plugin code. You should only be prompted to add extra details if your plugin type is not automatically detected.
- Check the plugin validation report and finish the installation.
The plugin can be also installed by putting the contents of this directory to
{your/moodle/dirroot}/mod/verbalfeedback
Note: since Moodle 5.1 the installation folder is {your/moodle/dirroot}/public/mod/verbalfeedback.
Afterwards, log in to your Moodle site as an admin and go to Site administration > Notifications to complete the installation.
Alternatively, you can run
$ php admin/cli/upgrade.php
to complete the installation from the command line.
https://github.com/bfh/moodle-mod_verbalfeedback
The versioning of this plugin follows roughly the pattern: X.Y-rZ where X.Y is the latest suppored Moodle version and Z is an incresing number for newer versions of the plugin whithin the same Moodle version.
- The participants list now looks more in the Moodle style. The user contains the user thumbnail or initials. The standard Moodle table styling is used. Furthermore, the participants can be filtered via a custom user search, and the status of the feedback.
- New setting for the default template that is preselected when a new verbal feedback instance is created.
- Support Moodle 5.2.
- Add missing privacy strings.
- Enhance participants list towards a modern look with the new search widgets (see also issue #48).
- Improve handling of subratings in criteria. Addresses also issue #63.
- Fix issue #61, sort order of categories and criteria.
- Sort templates by name in list.
- Comptibility with Bootstrap 5.
- Support course overview.
- Fix issue #52 French translation issue.
- Fix issue #53 Problem with the display of questions.
- Adapt code to new codechecker rules that will come with Moodle 5.2.
- Remove compatibiliy of PHP < 8.1.14 in vendor dir and update 3rd party libraries.
- 3rd party lib Dallgoot/YAML: use @dev to get version 1.0.1 that fixes php 8.4 issues.
- Support Moodle 5.1.
- Allow ratings without subcriteria.
- Remove backward compatibilty for PHP versions older 8.1.14.
- Support PHP 8.4 and Moodle 5.0.
- Fix issue #46 non-Latin languages do not work in the PDF report
- Fix issue #39 fix privacy provider. Thanks to Nikolai for a patch.
- Fix issue #47 error when upgrading to 4.5 while using MySQL/MariaDB.
- Major refactoring to circumvent memory issues with many instances.
- Adaptions in code for Moodle 4.5
- Support PHP 8.2 and Moodle 4.3.
- Support PHP 8.1 and Moodle 4.1.
- Add Basque and Spanish to the default template (thanks to Iñigo Zendegi Urzelai)
- Initial release

