Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: 2.4
-
Component/s: Plagiarism
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE
-
Fixed Branches:MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:master_
MDL-34382_add_new_option_to_flag_modules_that_support_plagiarism_plugins
Description
now that multiple plugins support the use of the plagiarism API it would be nice to add a new option to the module_supports() functions so we can check this.
for example - mod/assign/lib.php function assign_supports() should have an item like this:
case FEATURE_PLAGIARISMAPI: return true;
(FEATURE_PLAGIARISMAPI should be defined in moodlelib.php like the other FEATURE defines)
For every module we have added support we should add this to the relevant module_supports function
Attachments
Issue Links
- is blocked by
-
MDL-32227 Add plagiarism api support to Workshop module
-
- Closed
-