Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
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 |
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 |