MDL-34382: Plagiarism API - add new option to flag modules that support the use of plagiarism plugins
This commit is contained in:
@@ -392,6 +392,8 @@ define('FEATURE_GRADE_OUTCOMES', 'outcomes');
|
||||
define('FEATURE_ADVANCED_GRADING', 'grade_advanced_grading');
|
||||
/** True if module controls the grade visibility over the gradebook */
|
||||
define('FEATURE_CONTROLS_GRADE_VISIBILITY', 'controlsgradevisbility');
|
||||
/** True if module supports plagiarism plugins */
|
||||
define('FEATURE_PLAGIARISM', 'plagiarism');
|
||||
|
||||
/** True if module has code to track whether somebody viewed it */
|
||||
define('FEATURE_COMPLETION_TRACKS_VIEWS', 'completion_tracks_views');
|
||||
|
||||
Reference in New Issue
Block a user