danmarsden / moodle-plagiarism_urkund

Ouriginal plagiarism plugin for Moodle (previously called Urkund)
https://ouriginal.com/
12 stars 19 forks source link

core plagiarism_get_form_elements and save_form_elements deprecated #126

Closed danmarsden closed 4 years ago

danmarsden commented 4 years ago

Moodle activity forms added coursemodule callbacks to moodle 3.1 which are a much better way to override the forms - in 3.9 the old plagiarism hooks have been deprecated and will throw warnings. We want to move to the new callbacks anyway as it also provides better validation hooks.

more info in https://tracker.moodle.org/browse/MDL-65835

danmarsden commented 4 years ago

Thanks Alex! - I've merged that in now!