Moodle Plugins directory: Verbal feedback: Versions: v4.1-r1 | Moodle.org

Verbal feedback
Activities ::: mod_verbalfeedback
Maintained by
Luca Bösch,
Stephan Robotta
Verbal feedback allows structured feedback of student's presentations by one or several persons.
Verbal feedback v4.1-r1
Moodle 3.9, 3.10, 3.11, 4.0, 4.1, 4.2
Released: Roobii, 1 Bitooteessa 2023, 5:55 PM
Code prechecks
phplint
phpcs338 | 36
js10 | 25
css
phpdoc35 | 7
savepoint
thirdparty
grunt1 | 1
shifter
mustache0 | 7
gherkin
HTML | XMLverbalfeedback
Verbal Feedback allows structured feedback of student's presentations by one or several persons.
Use cases
Main use cases
Teacher rating
1-n Teachers rate n students and teachers can access the rating of all students.
Peer review
Students group A evaluates group B which evaluates group C.
Installing via uploaded ZIP file
- 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.
Installing manually
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.
verbalfeedback
Version information
- Version build number
- 2023030100
- Version release name
- v4.1-r1
- Maturity
- Stable version
- MD5 Sum
- e8cb6b0f37532f1d18ceec6892eb3501
- Supported software
- Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- The more recent release v5.0-r1 (2025042000) exists for Moodle 4.1
- The more recent release v5.0-r1 (2025042000) exists for Moodle 4.2
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v4.1-r1
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation