Plagiarism checker comparisons: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" !Name !!Datatype !!Description ! |- !id |INT(10) |Unique identifier for the record |- !plagiarism_checker_submission_id |INT(10) | |- !similarity_link |V...")
 
No edit summary
 
Line 50: Line 50:
|Date and Time at which the record was updated
|Date and Time at which the record was updated
|}
|}
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.

Latest revision as of 22:24, 25 April 2018

Name Datatype Description !
id INT(10) Unique identifier for the record
plagiarism_checker_submission_id INT(10)
similarity_link VARCHAR(255)
similarity_percentage DECIMAL how much percentage the submission matches with previous available content
file1_name VARCHAR(255) name of the first file which matches
file1_id VARCHAR(255) id of the first file which matches
file1_team VARCHAR(255) name of the first team
file2_name VARCHAR(255) name of the second file which matches
file2_id VARCHAR(255) id of the second file which matches
file2_team VARCHAR(255) name of the second team
created_at DATETIME Date and Time at which the record was generated
updated_at DATETIME Date and Time at which the record was updated

Back to Database Tables Main page.