vtos / moodle-mod_adaptivequiz

CAT (Computer-Adaptive Testing) implementation for Moodle LMS (https://moodle.org): officially supported plugin.
https://moodle.org/plugins/mod_adaptivequiz
5 stars 9 forks source link

Deprecated Error Appearing - Moodle 4.1.1 #14

Closed UncleRaymondo closed 1 year ago

UncleRaymondo commented 1 year ago

Hi Team,

FYI - If someone can fix these, that'll be great :)

- Deprecated: Required parameter $adaptivequiz follows optional parameter $instance in /opt/sites/lms.thalescyber.academy/mod/adaptivequiz/lib.php on line 117
- Deprecated: Required parameter $adaptivequiz follows optional parameter $instance in /opt/sites/lms.thalescyber.academy/mod/adaptivequiz/lib.php on line 137

Cheers, Ray

vtos commented 1 year ago

Hi @UncleRaymondo , can you please specify where you're getting this deprecation reporting from?

vtos commented 1 year ago

@UncleRaymondo by the way, I've just noticed 4.1.1 mentioned in the issue's title. The plugin doesn't officially support 4.1 yet. It may work there smoothly, but this hasn't been tested yet :slightly_smiling_face:

vtos commented 1 year ago

@UncleRaymondo came across this on the way, it's a part of the plugin's legacy code and basically is a coding style issue, it affects all plugin versions. Will be fixed soon, thanks for pointing out :+1:

vtos commented 1 year ago

Fixed on master, will be included in the nearest release. Thanks!