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