There are still a few issues before PoodLL will work on Moodle 2.3 . We hope to get them all fixed in the next few days. But here is a rundown
- PoodLL Recording question type: One of the table names is too long, and the table won’t be created properly on new installs.
- PoodLL Repository: A function declaration needs to be declared “static.” This can white screen your Moodle. If this happens to you in [moodle]/repository/poodll/lib.php, change :
public function instance_config_form($mform)
to
public static function instance_config_form($mform)
- The “next” button on the repository popup with the audio/video recorders has slipped beneath “the fold”, so currently you need to scroll to press it.
Once it is all done, I will post back here.
[box]Here is a BETA version for testers. It contains most of the fixes, but does not yet fix some non-critical issues. Chiefly it does not fix the outsized recorders in the repository. Only install this on Moodle 2.3 – some stuff doesn’t work both ways, sadly.
[download id=”28″ format=”1″]
[/box]