Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

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: 219 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 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_save_form_elements($data)   X-Ref
saves/updates plagiarism settings from a modules config page - called by course/modedit.php

param: object $data - form data

plagiarism_get_form_elements_module($mform, $context, $modulename = "")   X-Ref
adds the list of plagiarism settings to a form - called inside modules that have enabled plagiarism

param: object $mform - Moodle form object
param: object $context - context object
param: string $modulename - Name of the module

plagiarism_update_status($course, $cm)   X-Ref
updates the status of all files within a module

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