Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403] [Versions 401 and 403]

plagiarismlib.php - Contains core Plagiarism related functions.

Copyright: 2010 Dan Marsden http://danmarsden.com
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 163 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions


Functions that are not part of a class:

plagiarism_get_links($linkarray)   X-Ref
displays the similarity score and provides a link to the full report if allowed.

param: object  $linkarray contains all relevant information for the plugin to generate a link
return: string - url to allow login/viewing of a similarity report

plagiarism_get_file_results($cmid, $userid, $file)   X-Ref
returns array of plagiarism details about specified file

param: int $cmid
param: int $userid
param: object $file moodle file object
return: array - sets of details about specified file, one array of details per plagiarism plugin

plagiarism_update_status($course, $cm)   X-Ref
Allows a plagiarism plugin to print a button/link at the top of activity overview report pages.

param: object $course - full Course object
param: object $cm - full cm object
return: string

plagiarism_print_disclosure($cmid)   X-Ref
Function that prints the student disclosure notifying that the files will be checked for plagiarism

param: integer $cmid - the cmid of this module
return: string

plagiarism_load_available_plugins()   X-Ref
Helper function - also loads lib file of plagiarism plugin

return: array of available plugins