MDL-34382: Plagiarism API - add new option to flag modules that support the use of plagiarism plugins
This commit is contained in:
@@ -3905,6 +3905,7 @@ function assignment_supports($feature) {
|
||||
case FEATURE_BACKUP_MOODLE2: return true;
|
||||
case FEATURE_SHOW_DESCRIPTION: return true;
|
||||
case FEATURE_ADVANCED_GRADING: return true;
|
||||
case FEATURE_PLAGIARISM: return true;
|
||||
|
||||
default: return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user