-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
The "plagiarism_update_status" function was really badly named - it's really just a hook that allows the plagiarism plugin to display a button/link at the top of the report pages.
We named it this after the turnitin api we were triggering when this was first written.
Ideally we should probably replace this completely with a generic callback - possibly in the same place the "turn editing button" is - allowing any plugin to add something to the page where that button normally appears.
Until then - we should improve the phpdocs to make it slightly clearer what the function is for.